LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   RaLink RT2500 drivers and iwconfig (https://www.linuxquestions.org/questions/linux-networking-3/ralink-rt2500-drivers-and-iwconfig-507034/)

alphisb0t 12-03-2006 02:43 AM

RaLink RT2500 drivers and iwconfig
 
Hey guys. I finally decided to get a linux compatible wireless card and picked up a Ralink card that uses RT2500 drivers. I downloaded the latest drivers from "http://rt2x00.serialmonkey.com/rt2500-cvs-daily.tar.gz" and installed them. I can modprobe them with no problem and the interface is available as ra0.

Here is where my problem lies. It seems that I cannot change the essid via iwconfig! I can change the mode, and key with iwconfig but I cannot change the essid! There is no error, it simply won't do it. I'm more than a bit confused with this. I've installed the latest wireless tools and the wireless extensions apparently was built with my kernel (2.6.18) and the wireless extensions I believe is v20.

Any help is appreciated as I'm dying to use my new card.

Thanks.

Txabuzer 12-04-2006 07:43 PM

iwconfig eth0, or I guess ra0, essid YOUR ESSID wont work :confused:
In fedora 5 the file is
/etc/sysconfig/network-scripts/ifcfg-etho on my system this might be ifcfg-ra0 for you, see if it lists an essid example
# Wireless config
TYPE=Wireless
MODE= Managed
ESSID=your essid
this will make the essid you enter your default
Also did you try bringing your network down before trying to change the essid
ifdown


All times are GMT -5. The time now is 05:45 PM.