Maybe anyone knows how can I get any debugging information about my device? I could try to solve it on my own if I understood where the error is...
Dmitrij D. Czarkoff <czark...@gmail.com> wrote: > Hello! > > I'm trying to connect a wireless network on my ASUS R2Hv. Both the built-in > and usb dongle wireless adapters are zyd-based: > > Asus WL-159g (built-in): > $ usbdevs -vdf /dev/usb0 -a 3 > Controller /dev/usb0: > addr 3: high speed, power 500 mA, config 1, USB2.0 WLAN(0x171b), > ASUS(0x0b05), > rev 48.02 > zyd0 > > 3COM 3CRUSB10075 (usb dongle): > $ usbdevs -vdf /dev/usb0 -a 7 > Controller /dev/usb0: > addr 7: high speed, power 500 mA, config 1, USB2.0 WLAN(0x1215), > ZyDAS(0x0ace), rev 48.10 > zyd1 > > zyd(4) mensions both as supported. They both attach as zyd0 and zyd1 > respectively. Scanning on them succeeds with my network being found, but > connecting to it gives troubles: > > $ sudo ifconfig zyd0 scan > zyd0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > lladdr 00:1d:60:62:59:ef > priority: 4 > groups: wlan > media: IEEE802.11 autoselect (DS1 mode 11g) > status: no network > ieee80211: nwid "" 100dBm > nwid bedova chan 11 bssid 00:23:54:71:50:71 26dB 54M > short_preamble,short_slottime > $ sudo ifconfig zyd0 nwid bedova > $ sudo ifconfig zyd0 > zyd0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500 > lladdr 00:1d:60:62:59:ef > priority: 4 > groups: wlan > media: IEEE802.11 autoselect (DS1 mode 11g) > status: no network > ieee80211: nwid bedova 100dBm > inet6 fe80::21d:60ff:fe62:59ef%zyd0 prefixlen 64 scopeid 0x4 > $ sudo dhclient zyd0 > zyd0: no link ............. sleeping > > What can I do to further investigate the problem?