tempestuous
Group: Members
Posts: 259
Joined: Aug. 2004 |
|
Posted: Aug. 05 2005,04:39 |
|
If prism54.o is already present it means that DSL detected your card and loaded this driver, presumably without errors. Sounds good to me.
Slow down! Before you can do "ifconfig eth0 up" you need to tell your system what your router's wireless settings are - SSID, WEP, and mode. Also, don't assume that the when the prism54 driver loaded it created a network interface called "eth0". It might be "wlan0". Check this first by running "ifconfig -a".
I'm not very experienced with iwconfig, but I think the following is correct (let's assume your wireless interface is eth0) -
iwconfig eth0 essid MYESSID key 1234567890 mode Managed pump -i eth0
Obviously substitute your own SSID and WEP, if any. Now run ifconfig to see if eth0 is configured. Ping your router to double check.
|