View previous topic :: View next topic |
Author |
Message |
gutorjo n00b
Joined: 30 Jun 2006 Posts: 1
|
Posted: Fri Jun 30, 2006 7:44 pm Post subject: USB Serial Converter |
|
|
I installed Gentoo and kernel 2.6.16 on my Laptop and I have some problems to conect a USB-RS232 converter.
I can see an outuput to USB in /var/log/messages when I connect the cable on the USB port.
ohci_hcd 0000:00:0c.0: GetStatus roothub.portstatus [2] = 0x00100103 PRS PPS PES CCS
usb 2-3: new full speed USB device using ohci_hcd and address 9
ohci_hcd 0000:00:0c.0: GetStatus roothub.portstatus [2] = 0x00100103 PRS PPS PES CCS
usb 2-3: ep0 maxpacket = 16
usb 2-3: default language 0x0409
usb 2-3: wrong descriptor type 00 for string 2 ("USB Ver1.2 Device")
usb 2-3: new device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-3: Product:USB Ver1.2 Device
usb 2-3: Manufacturer: USB-RS232 Interface Converter
usb 2-3: SerialNumber: 040323
usb 2-3: uevent
usb 2-3: device is bus-powered
usb 2-3: configuration #1 chosen from 1 choice
usb 2-3: adding 2-3:1.0 (config #1, interface 0)
usb 2-3:1.0: uevent
usbserial_generic 2-3:1.0: usb_probe_interface
usbserial_generic 2-3:1.0: usb_probe_interface - got id
drivers;usb;core;inode.c: creating file '009'
hub 2-0:1.0: state 7 ports 3 chg 0000 evt 0008
There is also a message on dmesg
serial8250: too much work for irq11
I'm trying to use minicom and I can´t find any answer for this problem. |
|
Back to top |
|
|
/carlito Guru
Joined: 31 Dec 2004 Posts: 451 Location: Belgium
|
Posted: Sat Jul 01, 2006 7:51 am Post subject: |
|
|
Have you tried using a different usb port? Seems like your IRQ's are already filled up on that one.
Do you have any boot options in grub ? You could try pci=routeirq. _________________
.O.
..O
OOO
|
|
Back to top |
|
|
|