Bug 10264 (VeRsTaK) - irq 11: nobody cared - USB disabled - Acer Aspire 5500Z
Summary: irq 11: nobody cared - USB disabled - Acer Aspire 5500Z
Status: REJECTED UNREPRODUCIBLE
Alias: VeRsTaK
Product: ACPI
Classification: Unclassified
Component: Config-Interrupts (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: ykzhao
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-16 09:15 UTC by Roman
Modified: 2008-12-13 02:52 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.24.3
Subsystem:
Regression: ---
Bisected commit-id:


Attachments
error.log(Debian 4.0) (38.85 KB, text/plain)
2008-03-16 09:19 UTC, Roman
Details
config(Debian 4.0) (83.88 KB, text/plain)
2008-03-16 09:20 UTC, Roman
Details
acpidump(Ubuntu 8.04.1) (133.21 KB, text/plain)
2008-09-25 08:54 UTC, Roman
Details
lspci(Ubuntu 8.04.1) (22.53 KB, text/plain)
2008-09-25 08:56 UTC, Roman
Details
error.log(when restart Ubuntu 8.04.1) (45.94 KB, text/plain)
2008-09-25 09:30 UTC, Roman
Details
config(Ubuntu 8.04.1) (78.17 KB, text/plain)
2008-09-25 09:32 UTC, Roman
Details
error.log(when startup Ubuntu 8.04.1) (44.80 KB, text/plain)
2008-09-25 09:52 UTC, Roman
Details

Description Roman 2008-03-16 09:15:38 UTC
Distribution: Debian 4.0
Hardware Environment: Intel Centrino laptop (Acer Aspire 5500Z)
Problem Description: If I load the system with USB HDD connected to USB HUB, USB ports disabled. But when you connect after loading everything works. When acpi=off gives a positive result. 

USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKH] -> GSI 11 (level, low) -> IRQ 11
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
irq 11: nobody cared (try booting with the "irqpoll" option)
Pid: 600, comm: modprobe Not tainted 2.6.24.3 #1
[<c0146a92>] __report_bad_irq+0x36/0x75
[<c0146ce3>] note_interrupt+0x212/0x24f
[<c014619a>] handle_IRQ_event+0x1a/0x3f
[<c014754c>] handle_level_irq+0x9b/0xe7
[<c010565e>] do_IRQ+0x50/0x68
[<c012ad94>] hrtimer_interrupt+0x1e7/0x20f
[<c0103f0b>] common_interrupt+0x23/0x28
[<c011ba6c>] __do_softirq+0x37/0x85
[<c011bae1>] do_softirq+0x27/0x2b
[<c011bcb1>] irq_exit+0x2d/0x68
[<c0105663>] do_IRQ+0x55/0x68
[<c0236236>] pci_write+0x2e/0x34
[<c0103f0b>] common_interrupt+0x23/0x28
[<c0146691>] setup_irq+0x153/0x1c9
[<e086cffc>] usb_hcd_irq+0x0/0x4d [usbcore]
[<c014677e>] request_irq+0x77/0x93
[<e086d49b>] usb_add_hcd+0x29b/0x5e5 [usbcore]
[<e0876a06>] usb_hcd_pci_probe+0x1ea/0x284 [usbcore]
[<c0256753>] netlink_broadcast+0x271/0x2b1
[<c01ce801>] pci_device_probe+0x36/0x57
[<c0224227>] driver_probe_device+0xdd/0x15a
[<c02a11c8>] klist_next+0x60/0x88
[<c0224334>] __driver_attach+0x0/0x75
[<c0224378>] __driver_attach+0x44/0x75
[<c02237fb>] bus_for_each_dev+0x33/0x55
[<c022408f>] driver_attach+0x16/0x18
[<c0224334>] __driver_attach+0x0/0x75
[<c0223ae1>] bus_add_driver+0x6d/0x197
[<c01ce94a>] __pci_register_driver+0x3e/0x6a
[<e0822075>] uhci_hcd_init+0x75/0x9f [uhci_hcd]
[<c01351ec>] sys_init_module+0x1338/0x1440
[<c0159c4f>] mmap_region+0x307/0x3c3
[<c0165c07>] kmem_cache_destroy+0x0/0xb3
[<c0103d62>] syscall_call+0x7/0xb
[<c02a0000>] clip_start_xmit+0x112/0x1a8
=======================
handlers:
[<e086cffc>] (usb_hcd_irq+0x0/0x4d [usbcore])
Disabling IRQ #11
Comment 1 Roman 2008-03-16 09:19:48 UTC
Created attachment 15292 [details]
error.log(Debian 4.0)
Comment 2 Roman 2008-03-16 09:20:15 UTC
Created attachment 15293 [details]
config(Debian 4.0)
Comment 3 ykzhao 2008-09-23 18:06:19 UTC
Hi, Roman
   Will you please attach the output of acpidump, lspci -vxxx?
   From the .config file in comment #2 it seems that the kernel is compiled for uniprocessor. 
   Will you please enable the "CONFIG_SMP, CONFIG_X86_LOCAL_APIC,
CONFIG_X86_IO_APIC" in kernel configuration and see whether the problem still exists?
   Thanks.
Comment 4 Roman 2008-09-25 08:54:59 UTC
Created attachment 18036 [details]
acpidump(Ubuntu 8.04.1)
Comment 5 Roman 2008-09-25 08:56:51 UTC
Created attachment 18037 [details]
lspci(Ubuntu 8.04.1)
Comment 6 Roman 2008-09-25 09:30:27 UTC
Created attachment 18038 [details]
error.log(when restart Ubuntu 8.04.1)
Comment 7 Roman 2008-09-25 09:32:34 UTC
Created attachment 18039 [details]
config(Ubuntu 8.04.1)
Comment 8 Roman 2008-09-25 09:39:04 UTC
Unfortunately, I migrated to Ubuntu 8.04.1 (kernel version is the same). Error sometimes appears when I startup computers. But when I restart the computer USB is not blocked, only error: usb 1-1: device not accepting address 2, error -71.
Comment 9 Roman 2008-09-25 09:52:11 UTC
Created attachment 18041 [details]
error.log(when startup Ubuntu 8.04.1)
Comment 10 ykzhao 2008-09-25 20:25:31 UTC
H, Roman
   It seems very weird that "IRQ 19: nobody cared" disappears after the system is rebooted.
   From the log it seems that there exists the dock station. Will you please undock the dock station and see whether the problem still exists?
   Thanks.
Comment 11 Roman 2008-09-26 05:36:25 UTC
I do not have the Docking station. Even when all the devices disconnected from the laptop, said "Docking station" appears in the log.
Comment 12 Roman 2008-09-27 06:25:58 UTC
To solve the problem, you can include USB in the kernel (not module). But that does not sometimes bad decision. Because this problem I have, in many distriudivah (including Live versions).
Comment 13 Roman 2008-09-27 06:29:04 UTC
distriudivah -> distributions
Comment 14 ykzhao 2008-11-16 23:13:01 UTC
Hi, Roman
    Will you please add the boot option of "nousb" and see whether the problem still exists? After the system is booted, Please attach the output of dmesg.
    Thanks.
Comment 15 Zhang Rui 2008-11-24 22:51:13 UTC
ping roman
Comment 16 Shaohua 2008-11-25 18:58:02 UTC
please let me know if the issue disappears if you disable legacy USB support in BIOS. BIOS usually will do a lot of things if the option is enabled.
Comment 17 Len Brown 2008-12-12 15:22:50 UTC
no reply in over 2 months.
Please re-open if this is still an issue in the latest upstream kernel.
Comment 18 Roman 2008-12-13 02:52:45 UTC
I changed the computer. For two years the use, the problem had me on all versions of the kernel. This is very disappointing. The new computer, I have a problem with USB (chipset SB600). In versions 2.6.27.8 these issues resolved, but I have not tried this version.

Note You need to log in before you can comment on or make changes to this bug.