Моя система:
ubuntu 9.04
Linux ubuntu 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
Суть проблемы:
Есть устройство, которое нужно подключить по USB.
при вводе команды
#modprobe usbserial vendor=0x03eb product=0x6124
выдает ошибку FATAL: Module usbserial not found
Что мне делать???
Далее привожу инструкцию по подключению от производителя:
-------------
USB CDC Serial driver mount procedure :
1/ Login with administrator rights
2/ Unload usbserial module if it is already running
#rmmod usbserial
3/ Load usbserial kernel module
#modprobe usbserial vendor=0x03eb product=0x6124
4/ Verify that the USB connection is established
#lsusb -d 03eb:6124
Bus 004 Device 006: ID 03eb:6124 Atmel Corp
5/ Know which USB connection is established
#dmesg
...
kernel: usb 4-2: new full speed USB device using uhci_hcd and address 5
kernel: usb 4-2: configuration #1 chosen from 1 choice
kernel: usbserial_generic 4-2:1.0: generic converter detected
kernel: usbserial_generic: probe of 4-2:1.0 failed with error -5
kernel: usbserial_generic 4-2:1.1: generic converter detected
kernel: usb 4-2: generic converter now attached to ttyUSBx
=> you will have to use /dev/ttyUSBx to connect to your board
-----------