> I tried with ACPI disabled in the BIOS, no change (actually, had another > lock up, and this is with the OHCI_INTR_SO still commented out). > > Then I tried a boot with "noapic", didn't have a lockup, but still got the > same "not accepting new address" error. > > As noticed in the FAQ, /proc/interrupts isn't showing any interrupts > coming in when I plug/unplug devices. :( > > What's next?
Undo whatever it was that made the interrupts not come in; the driver needs them to function. (Though I suppose some functionality could come from a 1ms timer polling loop...) Then try things that keep the interrupts coming in. Can you run without one CPU and see if that changes things? FYI some other folk have reported abject failure getting a different ServerWorks chipset (not OSB4/CSB5) working with USB. Those cases seemed to be APIC related. - Dave _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
