Quote:
Originally posted by angustia
I'm started to have a prob with usb camera:
with 2.6.6 kern no problems.
with 2.6.7, on turning on:
usb 2-3: control timeout on ep0out
ohci_hcd 0000:00:03.0: Unlink after no-IRQ? Different ACPI or APIC settings may help.
|
I am not sure if this helps but I got similar message with my USB mouse after I updated my BIOS and thus couldn't get mouse working.
This happened with 2.6.5 and 2.6.7 kernels.
I get mouse working starting in init level 3 and then writing
insmod /lib/modules/2.6.7_a/kernel/drivers/usb/input/usbhid.ko
insmod /lib/modules/2.6.7_a/kernel/drivers/usb/host/ohci-hcd.ko
2.6.7_a is my customized kernel but something similar should be in your /lib/modules path.
If I change order of those 2 insmod commands I get timeout error but mouse still works. So I gues that you have to insmod some usbhid.ko or similar module first and then ohci.hcd.ko module.