Package: udev Version: 0.070-3 Severity: important
When using udev with linux kernel 2.6.14-rc3, I get the following error during system boot. Plug and Play ACPI support in the kernel is loading uhci_hcd just fine, but it appears udev is attempting to load it prior to ACPI causing the unknown symbol errors. If I add "uhci_hcd" to the udev blacklist file, then the errors go away and uhci_hcd loads fine via ACPI. I have all my usb kernel code compiled as modules. This error does not occur with the previous version of udev. A quick hack to fix the errors with the current version of udev is: --SNIP-- --- modprobe.d/blacklist.orig 2005-10-09 19:02:15.000000000 -0700 +++ modprobe.d/blacklist 2005-10-09 19:01:49.000000000 -0700 @@ -2,6 +2,9 @@ # the hotplug subsystem. It does not affect autoloading of modules by the # kernel. This file is provided by the udev package. +# dont load usb +blacklist uhci_hcd + # usbcore is loaded as a dependency, ignore it otherwise blacklist usbcore --SNIP-- Oct 9 04:55:44 sid kernel: parport0: PC-style at 0x378, irq 7 [PCSPP(,...)] Oct 9 04:55:44 sid kernel: Linux agpgart interface v0.101 (c) Dave Jones Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_suspend Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_resume_root_hub Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_probe Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_check_bandwidth Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_disabled Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_release_bandwidth Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_claim_bandwidth Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_resume Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_giveback_urb Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_poll_rh_status Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_remove Oct 9 04:55:44 sid kernel: usbcore: registered new driver usbfs Oct 9 04:55:44 sid kernel: usbcore: registered new driver hub Oct 9 04:55:44 sid kernel: nvidia: module license 'NVIDIA' taints kernel. Oct 9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11 Oct 9 04:55:44 sid kernel: NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module 1.0-7676 Fri Jul 29 12:58:54 PDT 2005 Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_suspend Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_resume_root_hub Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_probe Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_check_bandwidth Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_disabled Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_release_bandwidth Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_claim_bandwidth Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_resume Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_giveback_urb Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_poll_rh_status Oct 9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_remove Oct 9 04:55:44 sid kernel: USB Universal Host Controller Interface driver v2.3 Oct 9 04:55:44 sid kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 Oct 9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.2: UHCI Host Controller Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.2: new USB bus registered, assigned bus number 1 Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.2: irq 11, io base 0x0000d800 Oct 9 04:55:44 sid kernel: hub 1-0:1.0: USB hub found Oct 9 04:55:44 sid kernel: hub 1-0:1.0: 2 ports detected Oct 9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.3[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.3: UHCI Host Controller Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.3: new USB bus registered, assigned bus number 2 Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.3: irq 11, io base 0x0000dc00 Oct 9 04:55:44 sid kernel: hub 2-0:1.0: USB hub found Oct 9 04:55:44 sid kernel: hub 2-0:1.0: 2 ports detected Oct 9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.4[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11 Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.4: UHCI Host Controller Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.4: new USB bus registered, assigned bus number 3 Oct 9 04:55:44 sid kernel: uhci_hcd 0000:00:11.4: irq 11, io base 0x0000e000 Oct 9 04:55:44 sid kernel: hub 3-0:1.0: USB hub found Oct 9 04:55:44 sid kernel: hub 3-0:1.0: 2 ports detected Oct 9 04:55:44 sid kernel: snd_mpu401: Unknown symbol snd_mpu401_uart_new Oct 9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5 Oct 9 04:55:44 sid kernel: PCI: Setting latency timer of device 0000:00:11.5 to 64 Oct 9 04:55:44 sid kernel: Adding 779112k swap on /dev/hda5. Priority:-1 extents:1 across:779112k Oct 9 04:55:44 sid kernel: EXT3 FS on hda1, internal journal Oct 9 04:55:44 sid kernel: Real Time Clock Driver v1.12 Oct 9 04:55:44 sid kernel: NET: Registered protocol family 17 Oct 9 04:55:44 sid kernel: Capability LSM initialized Oct 9 04:55:44 sid kernel: ACPI: CPU0 (power states: C1[C1] C2[C2]) Oct 9 04:55:44 sid kernel: ACPI: Processor [CPU0] (supports 2 throttling states) Oct 9 04:55:44 sid kernel: ACPI: Thermal Zone [THRM] (56 C) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]