You are not logged in.
Hello. In case you don't know, ehci_hcd and uhci_hcd are drivers for USB controllers (something like that).
With the LiveCD, all USB devices work perfectly. Using "grep .hci_hcd" on dmesg shows everything started fine.
After installing Arch Linux, the system seems to boot perfectly but all USB devices wouldn't work (including the keyboard).
Using the LiveCD to chroot into the broken install, /var/log/errors.log shows about 2 dozen errors coming from ehci_hcd and uhci_hcd.
Any reason why the USB controller drivers work perfectly on the LiveCD but fail miserably on the installed system?
Offline
can you post the errors.log?
Last edited by hadrons123 (2012-04-10 08:26:43)
Offline
For the sake of testing, could you try adding both modules to the MODULES array in /etc/rc.conf and see if that resolves the issue? Obviously if this works, it's just a workaround (not a structural fix). But at least you'll have a correctly functioning system to continue troubleshooting.
Burninate!
Offline
Adding the modules to /etc/rc.conf didn't work.
Here's the errors.log file (not all of it. just for one boot):
Apr 10 17:13:37 Enterprise kernel: [ 0.400301] i8042: No controller found
Apr 10 17:13:37 Enterprise kernel: [ 0.826667] ehci_hcd 0000:00:1a.7: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.7 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.826713] ehci_hcd 0000:00:1a.7: init 0000:00:1a.7 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.826755] ehci_hcd 0000:00:1d.7: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.7 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.826793] ehci_hcd 0000:00:1d.7: init 0000:00:1d.7 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827122] uhci_hcd 0000:00:1a.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.0 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827163] uhci_hcd 0000:00:1a.0: init 0000:00:1a.0 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827197] uhci_hcd 0000:00:1a.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.1 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827235] uhci_hcd 0000:00:1a.1: init 0000:00:1a.1 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827267] uhci_hcd 0000:00:1a.2: Found HC with no IRQ. Check BIOS/PCI 0000:00:1a.2 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827306] uhci_hcd 0000:00:1a.2: init 0000:00:1a.2 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827337] uhci_hcd 0000:00:1d.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.0 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827376] uhci_hcd 0000:00:1d.0: init 0000:00:1d.0 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827408] uhci_hcd 0000:00:1d.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.1 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827446] uhci_hcd 0000:00:1d.1: init 0000:00:1d.1 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827478] uhci_hcd 0000:00:1d.2: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.2 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827517] uhci_hcd 0000:00:1d.2: init 0000:00:1d.2 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 0.827548] uhci_hcd 0000:00:1d.3: Found HC with no IRQ. Check BIOS/PCI 0000:00:1d.3 setup!
Apr 10 17:13:37 Enterprise kernel: [ 0.827587] uhci_hcd 0000:00:1d.3: init 0000:00:1d.3 fail, -19
Apr 10 17:13:37 Enterprise kernel: [ 4.073465] bcma: Failed to get SPROM: -71
Apr 10 17:13:37 Enterprise kernel: [ 4.223758] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
Apr 10 17:13:37 Enterprise kernel: [ 4.223803] intel ips 0000:00:1f.6: request irq failed, aborting
Apr 10 17:13:37 Enterprise kernel: [ 4.226423] hda-intel: unable to grab IRQ 0, disabling device
Apr 10 17:13:37 Enterprise kernel: [ 5.064284] ieee80211 phy0: wl0: request_irq() failed
Apr 10 17:13:37 Enterprise kernel: [ 5.064325] brcmsmac: brcms_bcma_probe: brcms_attach failed!
Apr 10 17:13:37 Enterprise kernel: [ 5.064475] brcms_module_init: register returned 0
Apr 10 17:13:37 Enterprise /usr/sbin/crond[417]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directoryI have already tried:
1. adding "noapic" to the kernel parameters in grub2.
2. blacklisting ehci_hcd
3. removing ehci_hcd from mkinitcpio.conf
Last edited by Splooshie123 (2012-04-10 10:58:04)
Offline
try removing your kernel paramaters, If you have set custom kernel paramaters.
What kernel are you using?
Foot note:
Now i found that you already have a thread on this. Why start new one?
Offline
I have the latest kernel (3.3.1-1).
Trying to boot with no parameters just gives more verbose output (because quiet is removed).
Re: Footnote:
So it would have a title that better describes the issue.
Last edited by Splooshie123 (2012-04-10 12:08:10)
Offline