Re: [zd1211-devs] idProduct 0x1215: not working.
Status: Beta
Brought to you by:
mayne
|
From: andrew z. <ar...@ya...> - 2006-02-02 14:55:21
|
Remco <re...@d-...> wrote: > 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. Thanks. You are correct about the eth0 device name, but it still will not connect. Is there any useful debugging I can do? Also, Ubuntu only builds the zd1211 module. It is benign to build both of them (zd1211 and zd1211b)? I will suggest that both should be included in the stock kernel, if that is the case. I found a windows box to make sure that the device does indeed work. So this is not a defective hardware issue. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |