Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Debian 3.1 (or variant... depends on which machine)
Posts: 72
Rep:
rt2500... whats next?
I've just installed the rt2500 driver for my GIGABYTE GN-WP01GS PCI WiFi Card, everything went well. Now I need to know how to get it to connect to my WiFi Router using the command line, and how to get it to connect at boot. I'm on Debian 3.1 and my Router uses 128-bit WEP.
Ah the good old RT2500... I have one of those in my laptop. Took me ages to get the damn thing working.
However.. it does, with 64-bit WEP, so I imagine 128 will be the same.
I use a script with the wireless tools (on Slackware, but I assume it'll work ok on debian).
My laptop calls it ra0 -- change that to whatever debian calls it (if any different).
Code:
ifconfig ra0 up
iwconfig ra0 essid any
iwconfig ra0 key restricted
iwconfig ra0 key <your WEP key here>
iwconfig ra0 channel 11
iwconfig ra0 rate auto
dhcpcd ra0
The key line does need to be in there twice, so it's not a typo
Hope it helps.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.