Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rt2500: please help me configure
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Tue Sep 05, 2006 12:33 pm    Post subject: rt2500: please help me configure Reply with quote

Hello,

I've tried to use my wireless PCMCIA card with a rt2500 chipset on the wireless network at college but it doens't quite work. On Windows it does work so it's not the card nor the network. I have all kinds of configuration but I just can't figure out how to configure this rt2500 card (I did look in the Gentoo Wiki, but nothing worked). Can anyone please help me?

The following wpa_supplicant config works on other people's laptops (on Gentoo) but with mine it has errors (Operation Not Supported):
Code:
network={
        #ssid="HvA-Wireless"
        ssid="eduroam"
        key_mgmt=IEEE8021X
        eap=TTLS
        # Phase1 / outer authentication
        identity="pietjep01@hva.nl"
        password="geheim123"
        # Phase 2 / inner authentication
        phase2="auth=PAP"
        ca_cert="/etc/ssl/certs/CAhva.pem"
        priority=2
}


(I did put the certificate in the right place ;-)).

I also have some information from Windows (configured with SecureW2):
Code:
Network Authentication: Open
Data encryption: WEP

[x] The key is provided for me automatically
[x] Enable IEEE802.1x authentication for this network

EAP type: SecureW2


And some extra windows with my username, password and domain.

I hope anyone can help this newbie configure this card. :-)


Last edited by thomasvk on Tue Sep 05, 2006 2:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue Sep 05, 2006 1:28 pm    Post subject: Reply with quote

rt2500 driver only supports noauth, WEP or WPA - not anything else

rt2x00 will eventually support what you need and wpa_supplicant, so try that. Otherwise it's ndiswrapper and the windows drivers.
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Tue Sep 05, 2006 2:07 pm    Post subject: Reply with quote

mabe the actual driver do but mabe the new drivers based on deviscape have wpa...mabe

http://en.wikipedia.org/wiki/Comparison_of_open_source_wireless_drivers and http://www.seattlewireless.net/index.cgi/LinuxDrivers says that there is wep
Back to top
View user's profile Send private message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Tue Sep 05, 2006 4:15 pm    Post subject: Reply with quote

Thanks for the suggestion. I have now installed ndiswrapper and while loading the 'ndiswrapper' modules I didn't get any errors in dmesg so it seems allright. Now, sorry for my ignorance, but how do I configure it now? Can I still use wpa_supplicant or is wpa_supplicant kind of like the driver in this whole circus? I really can't find any good documentation about the different steps to get this working.

Edit:
Please tell me if I'm right... I still need wpa_supplicant, with the config file posted above (is /etc/wpa_supplicant/wpa_supplicant.conf the good location?) and this in the /etc/conf.d/net file:
Code:
modules_wlan0=( "wpa_supplicant" )
wpa_supplicant_wlan0=( "-Dndiswrapper" )
wpa_timeout_wlan0=( 25 )
config_wlan0=( "dhcp" )
dhcp_wlan0=( "nontp" )


Also, I have 'ln -s /etc/init.d/net.eth0 /etc/init.d/net.wlan0', is this also correct? :-) Sorry for the many questions. If this all is right, I can test it the day after tomorrow at college.
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue Sep 05, 2006 4:24 pm    Post subject: Reply with quote

I would drop the timeout myself.
wpa_supplicant_eth0 is not an array

Code:
wpa_supplicant_wlan0="-Dndiswrapper"

_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Tue Sep 05, 2006 5:35 pm    Post subject: Reply with quote

UberLord wrote:
I would drop the timeout myself.

A friend of mine suggested it but I can't recall why. I shall ask him why it was again and perhaps get it out.

UberLord wrote:
wpa_supplicant_eth0 is not an array

I'm sorry, I don't really understand what you're trying to say here.
Back to top
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Tue Sep 05, 2006 7:44 pm    Post subject: Reply with quote

t0maz wrote:
UberLord wrote:
wpa_supplicant_eth0 is not an array

I'm sorry, I don't really understand what you're trying to say here.


foo=( "value 1" "value 2" ) #array of values

is not the same as

foo="value 1 value 2" # single value

Some variables work as an array and some done - the wpa_supplicant_eth0 variable is not an array
_________________
Use dhcpcd for all your automated network configuration needs
Use dhcpcd-ui (GTK+/Qt) as your System Tray Network tool
Back to top
View user's profile Send private message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Wed Sep 06, 2006 2:51 pm    Post subject: Reply with quote

I see! Thank you very much! I will report tomorrow if it all worked (because then I will go to college).
Back to top
View user's profile Send private message
thomasvk
Guru
Guru


Joined: 19 Mar 2005
Posts: 597

PostPosted: Fri Sep 08, 2006 7:23 am    Post subject: Reply with quote

Well that didn't work, and I don't know why. In 'iwconfig' the ESSID remained empty and it couldn't find an access point but it didn't have any errors anywhere. It doesn't really matter to me anymore because I'm selling this notebook and getting a new one.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum