in 4.0.2 doesn't work usb2
searching about it I found this. I'm wondering if and how is it possible to correct the uncorrect line and make usb 2.0 working? Is it possible to change while I'm using the SO or the unique option is to edit the ISO image (how?) and burn another CD?
Thank you very much
USB 1.1 / ohci problem found: fix expected in kernel 2.6.15
It turns out the problem with freeze ("oops") during startup with OHCI (USB 1.1) is actually a kernel bug, reported here
http://bugzilla.kernel.org/show_bug.cgi?id=5350
It's current status is that patches are available, or I understand it will be fixed in kernel 2.6.15.
For completeness, here is a description of the problem:
With Knoppix 4.0.2, kernel 2.6.12, the startup process may freeze about 50% - 70% of the time, if the motherboard has
USB 1.1 e.g. the Asus A7N266 or similar motherboard, AND there are USB devices attached, such as a flash card reader.
The last messages on screen mention USB devices being detected.
If you install Knoppix to hard disk, there are some more informative messages and a stack trace.
This information led me to the bugzilla problem report.
I was puzzled why Ubuntu with kernel 2.6.12-10 does not exhibit this problem, but did not get to the bottom of this.
One possibility is that the patch is applied to its "-10" kernel. Another possibility is that it appears Ubuntu compiles the USB drivers into the kernel, and does not load them as modules.
Maybe the problem is only evident when loading modules. (pure speculation here)