View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 3 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Oct 24, 2007 9:20 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Folks,

I have one of these cards in the Father-in-Law's KnoppMyth box R5F27 and using iwconfig and ifconfig the card is seen and appears to be working fine. I now need to get it to authentic using WPA.

I found this code as it relates to a DWL-G520 (in the file /etc/network/interfaces) :
Code:
auto lo ath0

iface lo inet loopback

iface ath0 inet dhcp
wpa-driver madwifi
wpa-ssid myssid
# plaintext passphrase
wpa-psk mypassphrase


But the card I have is not supported by the madwifi driver. Could someone help me set this up for WPA.

(I know this is a B only card, it is simply for internet access and copying stuff to the box)

_________________
Girkers


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 24, 2007 9:45 pm 
Offline
Joined: Tue Aug 22, 2006 9:11 am
Posts: 127
Location: Perth
You need to learn how to use the wpa_supplicant.

This is how I've set up my wpa_supplicant.conf with the names changed accordingly.

Code:
ctrl_interface=/var/run/wpa_supplicant

network={
        ssid="WirelessAP"
        proto=WPA2
        key_mgmt=WPA-PSK
        psk="Auth-Key-Goes-Here"
        }


and interfaces config

Code:
auto eth1
iface eth1 inet dhcp
wpa-driver wext
wpa-conf /etc/wpa_supplicant.conf


This link has info about the card:
http://paul555.wordpress.com/2007/05/26 ... -dwl-g520/

if you get a return from

Code:
iwlist scanning eth1


The card is working. (Remembering eth1 could be wlan0, depending on what your system allocated as the name)

Hope that helps!

_________________
DRM 'manages access' in the same way that jail 'manages freedom.'
_________________
Intel P4 2.6
Intel Desktop Board
2GB DDR400
nVidia 6600GT
Dvico HDTV+
Dvico Dual 4
200GB WD for Swap /boot & /
2x 500GB WD with LVM & XFS for /myth/tv


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 25, 2007 7:09 am 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
I had looked at trying to use wpa_supplicant, I had already created a config.

But after trying and doing a little bit more research I found that it would appear the card does not support WPA. Later revisions apparently do but the one I have unfortunately does not. I will have to source another card or see if we can go via cable.

_________________
Girkers


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu