Re: [zd1211-devs] idProduct 0x1215: not working.
Status: Beta
Brought to you by:
mayne
|
From: Remco <re...@d-...> - 2006-01-31 15:03:22
|
> Thanks, but I still have no luck. The driver compiles fine (make both) > and the module loads, but I do not get a wlan0. Is there something I am > not configuring properly? > If I'm not mistaken Zydas uses ethX names i.o. wlanX. > emma@BreezyDown:~/ZD1211LnxDrv_2_4_0_0$ iwconfig > lo no wireless extensions. > > sit0 no wireless extensions. > > eth0 no wireless extensions. > You won't see wireless extensions until the interface is brought up. > emma@BreezyDown:~/ZD1211LnxDrv_2_4_0_0$ ifconfig > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:1631 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1631 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:146518 (143.0 KiB) TX bytes:146518 (143.0 KiB) > Try 'ifconfig -a' to see inactive interfaces as well. Looking at your iwconfig output my guess if that your eth0 interface is the one. To be sure you can compare the HWaddr from ifconfig to the MAC address displayed in your log. |