Posted: Fri Mar 17, 2023 9:45 am
Kärnan hittar att något har stoppats in på usb-porten men drivrutinen ftdi_sio känner inte igen den.
Då har jag väl inte moddat källkoden rätt, antar jag? Vad kan jag göra ytterligare för att felsöka i detta läge?micke.prag wrote:Kärnan hittar att något har stoppats in på usb-porten men drivrutinen ftdi_sio känner inte igen den.
Code: Select all
#lsusb
Bus 001 Device 002: ID 1781:0c30 Multiple Vendors
Bus 001 Device 001: ID 0000:0000
Code: Select all
# lsusb -v
Bus 001 Device 002: ID 1781:0c30 Multiple Vendors
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x1781 Multiple Vendors
idProduct 0x0c30
bcdDevice 6.00
iManufacturer 1 Telldus
iProduct 2 Homeautomation USB-Dongle
iSerial 3 TSB00004
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 90mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 2 Homeautomation USB-Dongle
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 0
Device Status: 0x0000
(Bus Powered)