Дистрибутив: Fiesty Fawn
ядро: 2.6.20-16-generic
чипсет адаптера: zd1211b
пробывал собрать модуль драйвера с офф. сайта
http://zyxel.ru/content/support/knowledgebase/KB-1549. но там битый архив. И как понял из
http://zyxel.ru/content/support/knowledgebase/KB-1549 ничего собирать не нужно и этот модуль присутствует начиная с ядра 2.6.18. в списке поддерживаемых устройств [url]http://www.linuxwireless.org/en/users/Drivers/zd1211rw/devices/[url] G-202 присутвует
делаем:
[sudo modprobe zd1211rw
/code]
потом смотрим загрузился ли модуль:
[code]velizarov@aiboo-laptop:~$ lsmod |grep zd
zd1211rw 53124 0
ieee80211softmac 31360 1 zd1211rw
ieee80211 34760 2 zd1211rw,ieee80211softmac
usbcore 134280 4 zd1211rw,ehci_hcd,uhci_hcd
вставляем устройство:
"velizarov@aiboo-laptop:~$ lsusb
Bus 004 Device 002: ID 0586:3410 ZyXEL Communications Corp.
..."
смотрим ifconfig, и там нет ничего. в чем проблема?
velizarov@aiboo-laptop:~$ sudo lsusb -v
Bus 004 Device 004: ID 0586:3410 ZyXEL Communications Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
idVendor 0x0586 ZyXEL Communications Corp.
idProduct 0x3410
bcdDevice 48.10
iManufacturer 16 ZyDAS
iProduct 32 ZyXEL G-202
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 46
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x04 EP 4 OUT
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specific Subclass
bDeviceProtocol 255 Vendor Specific Protocol
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
/var/log/messages:
Aug 7 09:18:21 aiboo-laptop kernel: [ 1439.176000] usb 4-1: new high speed USB device using ehci_hcd and address 5
Aug 7 09:18:21 aiboo-laptop kernel: [ 1439.308000] usb 4-1: configuration #1 chosen from 1 choice
/var/log/syslog:
[Aug 7 09:18:21 aiboo-laptop kernel: [ 1439.176000] usb 4-1: new high speed USB device using ehci_hcd and address 5
Aug 7 09:18:21 aiboo-laptop NetworkManager: <debug info>^I[1186463901.555309] nm_hal_device_added (): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_586_3410_noserial').
Aug 7 09:18:21 aiboo-laptop kernel: [ 1439.308000] usb 4-1: configuration #1 chosen from 1 choice
Aug 7 09:18:21 aiboo-laptop NetworkManager: <debug info>^I[1186463901.741644] nm_hal_device_added (): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_586_3410_noserial_if0').
Aug 7 09:18:21 aiboo-laptop NetworkManager: <debug info>^I[1186463901.803137] nm_hal_device_added (): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_586_3410_noserial_usbraw').
/code]
[/code]