https://bugzilla.novell.com/show_bug.cgi?id=422928 User trenn@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=422928#c68 Thomas Renninger <trenn@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kasievers@novell.com --- Comment #68 from Thomas Renninger <trenn@novell.com> 2009-01-14 06:25:26 MST --- Cool. I don't know about USB, but this looks to me like a nice debug param that is worth posting upstream? Chris: AFAIK all USB drivers are loaded early in initrd already since 11.1. Therefore you may have to use /etc/modprobe.conf.local, e.g.: options usbcore ignored_pci_device=0000:00:13.2 Then rebuild the initrd: mkinitrd the modprobe.conf{,.local} configs will also be copied to the initrd and the configs will be recognized by udev/modprobe there then. Unfortunately you have to reboot for every test then. Do you get a working system by excluding a specific (uhci) usb device? If yes, which one is it? IMO we need a boot param to tell udev to not load broken modules, similar like linuxrc is doing: broken_modules=usbcore,uhci_hcd -> Adding Kai, no need to answer, just for thinking about a possible udev enhancement :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.