私のページを読んでる人がいるらしくて、 GW-US54Miniが使えないで困っているようなんで、 ついでにこれも認識するように作り直しをやってみようと思う。 この人は
http://www.bigbridgezau.sakura.ne.jp/wiki.cgi?page=日記表/2007-7-13
です。
vend/prod 0x2019/0x5303 と 0x14ea/0xab13 とを追記してやればいいのかな。
Vendor:
Product: USB2.0 WLAN
Class: Vendor-Specific
ID: 14ea/ab13
Driver: zd1211
のようです。
Manufacturer: PCI
Product: PCI GW-US54GXS
usb.c: unhandled interfaces on device
usb.c: USB device 2 (vend/prod 0x2019/0x5303) is not claimed by any active driver.
が問題。
モジュールの作成手順なんかをすっかり忘れてしまったので、
ここにメモしておこう。
ザウルスのターミナルで
(1) % cd /usr/src/linux あっと、場所はここじゃなかったな。
(2) % cd ~/src/zd1211-driver-r83/src/  こっちだったか。
(3) zdusb.c を修正する。
約83行目あたり。
{ USB_DEVICE(0x1582, 0x6003) }, のあとに行を追加。
だいたいこんな感じに。
  { USB_DEVICE(0x157e, 0x300d) },  // TEW429UB
  { USB_DEVICE(0x1582, 0x6003) },
  { USB_DEVICE(0x2019, 0x5303) },  // PCI GW-US54GXS
#elif defined(ZD1211)
  { USB_DEVICE(0x0105, 0x145f) },
           :
  { USB_DEVICE(0x14ea, 0xab13) },  // PCI GW-US54Mini
(4) make する前に../Makefile も手直し、22行目を
ZD1211REV_B=0  にして zd1211  を作成。
ZD1211REV_B=1  にして zd1211b を作成。
(5) % cd ..
(5.5) % make clean 毎回、make clean をしてから make すること。
(6) make  さて、エラーなしでできるか。。。(warningはたくさん出る)
(7)できあがったものを zd1211-obj-20080228.tgz にまとめた。
(8)これらを /lib/modules/2.4.20/net/zd1211.o /lib/modules/2.4.20/net/zd1211b.o
としてコピー。
(9) # depmod -a する。
(10)さあて、つなぐぞ〜。
(11)差してから、しばらくじっとしてると地球マークが
動いて、なんとなく接続できたように見えた。が、ダメ。
あ〜、やっぱりバスパワ〜が不足なのか。AC電源付き、USBハブを
介してつなぐと、おお、認識する〜。
だけど、これじゃあ意味ないんだよねー。
ifconfig で見てみると、なんとなくうまくいってるような。。。

新しいモジュールはこれ。
展開した zd1211b.o zd1211.o は /lib/modules/2.4.20/net/ にコピー。
# depmod -a をする。
(2008.02.28)






ちなみにUSBに差したときのログを掲載しておく。
差した直後に、

# dmesg

ack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 AC state changed (0) resume virtual_wakeup_factor=00008001 (src=9801a003) resume logical_wakeup_factor=00000000 (src=ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000001 (src=9801a003) resume logical_wakeup_factor=00000001 (src=ae000019) FCS : CCCR = 2000210 sharp_sl_nand_resume pxa_pcmcia_init(0) ttyS03 unloaded pxa_pcmcia_init(0) pxa_pcmcia_init(1) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_id_response: card removed (cmd=00) usbh: hotplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. monitor_hotplug: agent: usbd interface: monitor action: suspend udc_disable: ep0_urb already NULL udc_disable: ep0_urb already NULL usbdcore: usbdcore 0.1 035 2002-06-12 20:00 exiting monitor_pm_event: suspend finished (rc=0) usbh: monitor_hotplug: agent: usbh interface: monitor action: suspend usbh: monitor_pm_event: suspend finished (rc=0) pxa_sd_wait_response: card removed (cmd=00) pxa_pcmcia_suspend(1) sharp_sl_nand_suspend jack=0 AC state changed (1) resume virtual_wakeup_factor=00008001 (src=9801a003) resume logical_wakeup_factor=00000000 (src=ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 AC state changed (0) resume virtual_wakeup_factor=00008001 (src=9801a003) resume logical_wakeup_factor=00000000 (src=ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000001 (src=9801a003) resume logical_wakeup_factor=00000001 (src=ae000019) FCS : CCCR = 2000210 sharp_sl_nand_resume pxa_pcmcia_init(0) pxa_pcmcia_init(1) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_id_response: card removed (cmd=00) usbh: hotplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1 usbh: monitor_load: 4 usbh: monitor_hotplug: agent: usbh interface: monitor action: load usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3 usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c3cef8e0, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB OHCI Root Hub SerialNumber: fe000000 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: individual port over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 8ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c3cef8e0 usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 2 usb.c: kmalloc IF c39bc880, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 2 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS usb.c: unhandled interfaces on device usb.c: USB device 2 (vend/prod 0x2019/0x5303) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 2019:5303 MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.10 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 2

# lsmod

Module Size Used by usb_ohci_pxa27x 21696 0 (unused) usbcore 63264 1 [usb_ohci_pxa27x] pxa_bi 24912 0 (unused) storage_fd 100480 0 (unused) usbdcore 35504 0 [pxa_bi storage_fd] hci_uart 12688 0 (autoclean) rfcomm 33680 1 (autoclean) usbdmonitor 5488 0 hidp 9328 1 (autoclean) l2cap 16432 3 (autoclean) [rfcomm hidp] bluez 33216 1 (autoclean) [hci_uart rfcomm hidp l2cap] usb-monitor 6496 0 sharp_mmcsd_m 41088 1 抜いた直後に、

# dmesg

otplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. monitor_hotplug: agent: usbd interface: monitor action: suspend udc_disable: ep0_urb already NULL udc_disable: ep0_urb already NULL usbdcore: usbdcore 0.1 035 2002-06-12 20:00 exiting monitor_pm_event: suspend finished (rc=0) usbh: monitor_hotplug: agent: usbh interface: monitor action: suspend usbh: monitor_pm_event: suspend finished (rc=0) pxa_sd_wait_response: card removed (cmd=00) pxa_pcmcia_suspend(1) sharp_sl_nand_suspend jack=0 AC state changed (1) resume virtual_wakeup_factor=00008001 (src=9801a003) resume logical_wakeup_factor=00000000 (src=ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 AC state changed (0) resume virtual_wakeup_factor=00008001 (src=9801a003) resume logical_wakeup_factor=00000000 (src=ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000001 (src=9801a003) resume logical_wakeup_factor=00000001 (src=ae000019) FCS : CCCR = 2000210 sharp_sl_nand_resume pxa_pcmcia_init(0) pxa_pcmcia_init(1) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_id_response: card removed (cmd=00) usbh: hotplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1 usbh: monitor_load: 4 usbh: monitor_hotplug: agent: usbh interface: monitor action: load usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3 usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c3cef8e0, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB OHCI Root Hub SerialNumber: fe000000 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: individual port over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 8ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c3cef8e0 usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 2 usb.c: kmalloc IF c39bc880, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 2 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS usb.c: unhandled interfaces on device usb.c: USB device 2 (vend/prod 0x2019/0x5303) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 2019:5303 MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.10 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 2 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_unload: 2 usbh: monitor_hotplug: agent: usbh interface: monitor action: unload hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 3, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 100, change 3, 12 Mb/s usb.c: USB disconnect on device 2 usb.c: kusbd: /sbin/hotplug remove 2 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 2, 12 Mb/s hub.c: port 2 enable change, status 100 usb.c: USB disconnect on device 1 usb.c: kusbd: /sbin/hotplug remove 1 usb.c: USB bus 1 deregistered usb.c: deregistering driver usbdevfs hub.c: usb_hub_thread exiting usb.c: deregistering driver hub Krasnyansky Copyright (C) 2002 Marcel Holtmann monitor_hotplug: agent: usbd interface: monitor action: suspend udc_disable: ep0_urb already NULL udc_disable: ep0_urb already NULL usbdcore: usbdcore 0.1 035 2002-06-12 20:00 exiting monitor_pm_event: suspend finished (rc=0) usbh: monitor_hotplug: agent: usbh interface: monitor action: suspend usbh: monitor_pm_event: suspend finished (rc=0) pxa_sd_wait_response: card removed (cmd=00) pxa_pcmcia_suspend(1) sharp_sl_nand_suspend jack=0 resume virtual_wakeup_factor=00000001 (src=9801a003) resume logical_wakeup_factor=00000001 (src=ae000019) FCS : CCCR = 2000210 sharp_sl_nand_resume pxa_pcmcia_init(0) pxa_pcmcia_init(1) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_id_response: card removed (cmd=00) usbh: hotplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1 usbh: monitor_load: 4 usbh: monitor_hotplug: agent: usbh interface: monitor action: load usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3 usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c3cd9340, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB OHCI Root Hub SerialNumber: fe000000 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: individual port over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 8ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c3cd9340 usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 2 usb.c: kmalloc IF c39b25c0, numif 1 usb.c: skipping descriptor 0x29 usb.c: skipped 1 class/vendor specific endpoint descriptors usb.c: new device strings: Mfr=0, Product=0, SerialNumber=0 hub.c: USB hub found hub.c: 4 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: global over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 100ms hub.c: hub controller current requirement: 100mA hub.c: port removable status: RRRR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c39b25c0 usb.c: kusbd: /sbin/hotplug add 2 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 3 usb.c: kmalloc IF c39b2240, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 3 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS usb.c: unhandled interfaces on device usb.c: USB device 3 (vend/prod 0x2019/0x5303) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 2019:5303 MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.10 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 3 ZD1211B - http://zd1211.ath.cx/ - r83 Based on www.zydas.com.tw driver version 2.5.0.0 usb.c: registered new driver zd1211b Release Ver = 4810 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:90:cc:ed:92:3c zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 80000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:73 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b2240 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 zd1211:Pure B-Mode Channel changed:10 to 3 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:0d:93:8b:15:25 ##################################################################### 7>monitor_hotplug: agent: usbd interface: monitor action: suspend udc_disable: ep0_urb already NULL udc_disable: ep0_urb already NULL usbdcore: usbdcore 0.1 035 2002-06-12 20:00 exiting monitor_pm_event: suspend finished (rc=0) usbh: monitor_hotplug: agent: usbh interface: monitor action: suspend usbh: monitor_pm_event: suspend finished (rc=0) pxa_sd_wait_response: card removed (cmd=00) pxa_pcmcia_suspend(1) sharp_sl_nand_suspend jack=0 resume virtual_wakeup_factor=00000001 (src=9801a003) resume logical_wakeup_factor=00000001 (src=ae000019) FCS : CCCR = 2000210 sharp_sl_nand_resume pxa_pcmcia_init(0) pxa_pcmcia_init(1) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_id_response: card removed (cmd=00) usbh: hotplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1 usbh: monitor_load: 4 usbh: monitor_hotplug: agent: usbh interface: monitor action: load usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3 usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c3cd9340, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB OHCI Root Hub SerialNumber: fe000000 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: individual port over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 8ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c3cd9340 usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 2 usb.c: kmalloc IF c39b25c0, numif 1 usb.c: skipping descriptor 0x29 usb.c: skipped 1 class/vendor specific endpoint descriptors usb.c: new device strings: Mfr=0, Product=0, SerialNumber=0 hub.c: USB hub found hub.c: 4 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: global over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 100ms hub.c: hub controller current requirement: 100mA hub.c: port removable status: RRRR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c39b25c0 usb.c: kusbd: /sbin/hotplug add 2 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 3 usb.c: kmalloc IF c39b2240, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 3 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS usb.c: unhandled interfaces on device usb.c: USB device 3 (vend/prod 0x2019/0x5303) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 2019:5303 MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.10 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 3 ZD1211B - http://zd1211.ath.cx/ - r83 Based on www.zydas.com.tw driver version 2.5.0.0 usb.c: registered new driver zd1211b Release Ver = 4810 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:90:cc:ed:92:3c zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 80000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:73 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b2240 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 zd1211:Pure B-Mode Channel changed:10 to 3 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:0d:93:8b:15:25 ******We Lose AP for 5 seconds zd1211:zd1205_dis_connect zd1205_notify_disjoin_event ####################################################################### うまく接続できたときのdmesg Product: PCI GW-US54GXS (vend/prod 0x2019/0x5303) ####################################################################### t, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b2240 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 zd1211:Pure B-Mode Channel changed:10 to 3 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:0d:93:8b:15:25 ******We Lose AP for 5 seconds zd1211:zd1205_dis_connect zd1205_notify_disjoin_event zd1205: (enter) zd1205_close, src/zd1205.c line 4896 macp is NULL or macp.flags.ZD1211_RUNNING zd1205: (exit) zd1205_close, src/zd1205.c line 4962 usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_unload: 2 usbh: monitor_hotplug: agent: usbh interface: monitor action: unload hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 3, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 100, change 3, 12 Mb/s usb.c: USB disconnect on device 2 usb.c: USB disconnect on device 3 zd1211_disconnect zd1211:USB_ST_TIMEOUT zd1211:USB_ST_URB_KILLED usb.c: kusbd: /sbin/hotplug remove 3 usb.c: kusbd: /sbin/hotplug remove 2 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 2, 12 Mb/s hub.c: port 2 enable change, status 100 usb.c: deregistering driver zd1211b usb.c: USB disconnect on device 1 usb.c: kusbd: /sbin/hotplug remove 1 usb.c: USB bus 1 deregistered usb.c: deregistering driver usbdevfs hub.c: usb_hub_thread exiting usb.c: deregistering driver hub usbh: monitor_int_hndlr: usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_unload: 4 usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1 usbh: monitor_load: 4 usbh: monitor_hotplug: agent: usbh interface: monitor action: load usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3 usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c39b7560, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB OHCI Root Hub SerialNumber: fe000000 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: individual port over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 8ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c39b7560 usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 2 usb.c: kmalloc IF c39b7ac0, numif 1 usb.c: skipping descriptor 0x29 usb.c: skipped 1 class/vendor specific endpoint descriptors usb.c: new device strings: Mfr=0, Product=0, SerialNumber=0 hub.c: USB hub found hub.c: 4 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: global over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 100ms hub.c: hub controller current requirement: 100mA hub.c: port removable status: RRRR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c39b7ac0 usb.c: kusbd: /sbin/hotplug add 2 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 3 usb.c: kmalloc IF c397fcc0, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 3 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS usb.c: unhandled interfaces on device usb.c: USB device 3 (vend/prod 0x2019/0x5303) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 2019:5303 MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.10 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 3 ZD1211B - http://zd1211.ath.cx/ - r83 Based on www.zydas.com.tw driver version 2.5.0.0 usb.c: registered new driver zd1211b Release Ver = 4810 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:90:cc:ed:92:3c zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 80000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:73 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c397fcc0 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43

XXXXXXX

# dmesg (TEW-429UBを接続して、成功したあと) =ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 resume virtual_wakeup_factor=00000000 (src=9801a003) jack=0 AC state changed (0) resume virtual_wakeup_factor=00008001 (src=9801a003) resume logical_wakeup_factor=00000000 (src=ae000019) return to suspend .... jack=0 resume virtual_wakeup_factor=00000001 (src=9801a003) resume logical_wakeup_factor=00000001 (src=ae000019) FCS : CCCR = 2000210 sharp_sl_nand_resume pxa_pcmcia_init(0) pxa_pcmcia_init(1) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_response: card removed (cmd=00) pxa_sd_wait_id_response: card removed (cmd=00) usbh: hotplug_schedule_bh: schedule bh hotplug_schedule_bh: schedule bh usbh: hotplug_bh: usbh: udc_connected: ACTIVE_LOW: 0<7>usbh: monitor_connected: 0 usbh: monitor_restore: RESTORE_UNLOADED usbh: monitor_hotplug: agent: usbh interface: monitor action: restore-unloaded new hp status=0 hotplug_bh: monitor_connected: 1 monitor_restore: RESTORE_LOADED monitor_hotplug: agent: usbd interface: monitor action: restore-loaded usbdcore: usbdcore 0.1 035 2002-06-12 20:00 (dbg="") storage_fd: storage_fd 0.1 035 2002-06-12 20:00 (OUT=64,IN=64) storage_fd: vendorID: 4dd productID: 9050 pxa27x_bi 0.1-alpha 035 2002-06-12 20:00 (dbg="") bi_modinit: call udc_startup_events bi_device_event: call udc_enable bi_device_event: call udc_all_interrupts udc_connect: usb-device is not active. usbh: monitor_int_hndlr: usbh: monitor_bh: usbh: udc_connected: ACTIVE_LOW: 1<7>usbh: monitor_connected: 1 usbh: monitor_load: 4 usbh: monitor_hotplug: agent: usbh interface: monitor action: load usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-ohci.c: USB OHCI at membase 0xfe000000, IRQ 3 usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c39b7280, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB OHCI Root Hub SerialNumber: fe000000 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: individual port over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 8ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c39b7280 usb.c: kusbd: /sbin/hotplug add 1 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2 connection change hub.c: port 2, portstatus 101, change 1, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 101, change 0, 12 Mb/s hub.c: port 2, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 2 usb.c: kmalloc IF c39b2bc0, numif 1 usb.c: skipping descriptor 0x29 usb.c: skipped 1 class/vendor specific endpoint descriptors usb.c: new device strings: Mfr=0, Product=0, SerialNumber=0 hub.c: USB hub found hub.c: 4 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: global over-current protection hub.c: Port indicators are not supported hub.c: power on to power good time: 100ms hub.c: hub controller current requirement: 100mA hub.c: port removable status: RRRR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c39b2bc0 usb.c: kusbd: /sbin/hotplug add 2 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 3 usb.c: kmalloc IF c39b2940, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 3 default language ID 0x409 Manufacturer: ZyDAS Product: USB2.0 WLAN usb.c: unhandled interfaces on device usb.c: USB device 3 (vend/prod 0x157e/0x300d) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 157e:300d MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.02 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 3 ZD1211B - http://zd1211.ath.cx/ - r83 Based on www.zydas.com.tw driver version 2.5.0.0 usb.c: registered new driver zd1211b Release Ver = 4802 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:14:d1:c0:fc:73 zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 00000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:64 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b2940 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 ################################################ end ###### # dmesg ############ ZyDAS の TEW を抜いて ############ corega の black-11 をつないだあとに dmesg した ############ 一見、つながるように見えるが、ちゃんとはつながらない。 ################################################################# ge 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 3 usb.c: kmalloc IF c39b2940, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 3 default language ID 0x409 Manufacturer: ZyDAS Product: USB2.0 WLAN usb.c: unhandled interfaces on device usb.c: USB device 3 (vend/prod 0x157e/0x300d) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 2.00 Vendor:Product = 157e:300d MaxPacketSize0 = 64 NumConfigurations = 1 Device version = 48.02 Device Class:SubClass:Protocol = ff:ff:ff Vendor class Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 002e bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 04 bInterface Class:SubClass:Protocol = ff:00:00 iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 01 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 82 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0040 bInterval = 01 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 04 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 usb.c: kusbd: /sbin/hotplug add 3 ZD1211B - http://zd1211.ath.cx/ - r83 Based on www.zydas.com.tw driver version 2.5.0.0 usb.c: registered new driver zd1211b Release Ver = 4802 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:14:d1:c0:fc:73 zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 00000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:64 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b2940 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:11:24:5e:70:43 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 usbd_device_configuration_instance: configuration out of range: 0 1 1 zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT hub.c: port 1, portstatus 100, change 0, 12 Mb/s zd1211:USB_ST_TIMEOUT hub.c: port 2, portstatus 100, change 0, 12 Mb/s zd1211:USB_ST_TIMEOUT hub.c: port 3, portstatus 100, change 0, 12 Mb/s zd1211:USB_ST_TIMEOUT hub.c: port 4, portstatus 100, change 3, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 100, change 3, 12 Mb/s zd1211:USB_ST_TIMEOUT usb.c: USB disconnect on device 3 zd1211_disconnect zd1205: (enter) zd1205_close, src/zd1205.c line 4896 zd1211:USB_ST_URB_KILLED zd1205: (exit) zd1205_close, src/zd1205.c line 4962 usb.c: kusbd: /sbin/hotplug remove 3 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 100, change 2, 12 Mb/s hub.c: port 4 enable change, status 100 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 4 usb.c: kmalloc IF c39b27c0, numif 1 usb.c: new device strings: Mfr=0, Product=0, SerialNumber=1 usb.c: USB device number 4 default language ID 0x409 SerialNumber: 0 usb.c: unhandled interfaces on device usb.c: USB device 4 (vend/prod 0x7aa/0x1a) is not claimed by any active driver. Length = 18 DescriptorType = 01 USB version = 1.10 Vendor:Product = 07aa:001a MaxPacketSize0 = 8 NumConfigurations = 1 Device version = 1.32 Device Class:SubClass:Protocol = 00:00:00 Per-interface classes Configuration: bLength = 9 bDescriptorType = 02 wTotalLength = 0027 bNumInterfaces = 01 bConfigurationValue = 01 iConfiguration = 00 bmAttributes = 80 MaxPower = 500mA Interface: 0 Alternate Setting: 0 bLength = 9 bDescriptorType = 04 bInterfaceNumber = 00 bAlternateSetting = 00 bNumEndpoints = 03 bInterface Class:SubClass:Protocol = ff:ff:ff iInterface = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 81 (in) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 02 (out) bmAttributes = 02 (Bulk) wMaxPacketSize = 0040 bInterval = 00 Endpoint: bLength = 7 bDescriptorType = 05 bEndpointAddress = 83 (in) bmAttributes = 03 (Interrupt) wMaxPacketSize = 0008 bInterval = 01 usb.c: kusbd: /sbin/hotplug add 4 init_module: prism2_usb.o: 0.2.0 Loaded init_module: dev_info is: prism2_usb usb.c: registered new driver prism2_usb usb.c: prism2_usb driver claimed interface c39b27c0 ######################################################################## # dmesg ##### GW-US54GXS を 802.11g 専用のアクセスポイントにつなごうとすると失敗する。 ##### つがってないときはこのようにA Access Point が空欄になる。 wlan0 802.11b/g NIC ESSID:"SubWay" Mode:Managed Frequency=2.457 GHz Access Point: 00:00:00:00:00:00 Bit Rate:1 Mb/s Retry:off RTS thr=2432 B Fragment thr:off Power Management:off Link Quality:44/100 Signal level:41/100 Noise level:7/100 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:5 Invalid misc:283 Missed beacon:0 ############################################################ TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1205: (enter) zd1205_close, src/zd1205.c line 4896 macp is NULL or macp.flags.ZD1211_RUNNING zd1211:USB_ST_URB_KILLED zd1205: (exit) zd1205_close, src/zd1205.c line 4962 usb.c: kusbd: /sbin/hotplug remove 3 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 100, change 2, 12 Mb/s hub.c: port 4 enable change, status 100 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 100, change 0, 12 Mb/s hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 4 usb.c: kmalloc IF c39b2780, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 4 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS Release Ver = 4810 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:90:cc:ed:92:3c zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 80000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:73 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b2780 usb.c: kusbd: /sbin/hotplug add 4 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:0d:93:8b:15:25 Channel changed:11 to 10 zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT zd1211:USB_ST_TIMEOUT hub.c: port 1, portstatus 100, change 0, 12 Mb/s zd1211:USB_ST_TIMEOUT hub.c: port 2, portstatus 100, change 0, 12 Mb/s zd1211:USB_ST_TIMEOUT hub.c: port 3, portstatus 100, change 0, 12 Mb/s zd1211:USB_ST_TIMEOUT hub.c: port 4, portstatus 100, change 3, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 100, change 3, 12 Mb/s zd1211:USB_ST_TIMEOUT usb.c: USB disconnect on device 4 zd1211_disconnect zd1205: (enter) zd1205_close, src/zd1205.c line 4896 zd1211:USB_ST_URB_KILLED zd1205: (exit) zd1205_close, src/zd1205.c line 4962 usb.c: kusbd: /sbin/hotplug remove 4 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 100, change 2, 12 Mb/s hub.c: port 4 enable change, status 100 hub.c: port 1, portstatus 100, change 0, 12 Mb/s hub.c: port 2, portstatus 100, change 0, 12 Mb/s hub.c: port 3, portstatus 100, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4 connection change hub.c: port 4, portstatus 101, change 1, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 101, change 0, 12 Mb/s hub.c: port 4, portstatus 103, change 10, 12 Mb/s hub.c: USB new device connect on bus1, assigned device number 5 usb.c: kmalloc IF c39b27c0, numif 1 usb.c: new device strings: Mfr=16, Product=32, SerialNumber=0 usb.c: USB device number 5 default language ID 0x409 Manufacturer: PCI Product: PCI GW-US54GXS Release Ver = 4810 zd1211:bulk out: wMaxPacketSize = 40 zd1211:bulk in: wMaxPacketSize = 40 zd1211:interrupt in: wMaxPacketSize = 40 zd1211:interrupt in: int_interval = 1 zd1211:bulk out: wMaxPacketSize = 40 EEPORM Ver = 4810 zd1211:USB Download Boot code success zd1211:MAC address = 00:90:cc:ed:92:3c zd1211:AddrEntryTable = f7c6 zd1211:RF_Mode = 80000004 PA type: 0 AiroHa AL2230RF zd1211:Pure B-Mode zd1211:AllowedChannel = 000007ff zd1211:LinkLEDn = 200 AllowedChannel = 000107ff Region:73 zd1205: (exit) zd1205_config, src/zd1205.c line 2601 zd1205: (exit) zd1205_init, src/zd1205.c line 8570 usb.c: zd1211b driver claimed interface c39b27c0 usb.c: kusbd: /sbin/hotplug add 5 zd1205: (enter) zd1205_open, src/zd1205.c line 4353 zd1205: (exit) zd1205_open, src/zd1205.c line 4436 zd1211:Pure B-Mode zd1211:STA_ASSOCIATED with 00:0d:93:8b:15:25 Channel changed:11 to 10 ###########################################################