All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.8.1, USB , "IRQ 11 disabled" on plugging in a device
@ 2004-09-22 22:04 Mikhail Ramendik
  0 siblings, 0 replies; 4+ messages in thread
From: Mikhail Ramendik @ 2004-09-22 22:04 UTC (permalink / raw)
  To: linux-kernel

Hello,

I use 2.6.8.1. On 2.6.7 things were OK. My motherboard is an Asus
P4P800, with the Intel i865PE chipset. USB stuff is compiled into the
kernel (not as modules).

When I plug in a USB device it is not recognized. It does not even
appear in lsusb. And it says that it disables IRQ 11 - which is even 
NOT the IRQ used by USB!

The system works OK with USB devices that were plugged in at boot time.
But when I unplug one, wait some seconds and plug it in again, the
system does not see it anymore.

On the first plugging-in of any USB device, the following appears in
/var/log/messages : 

===

Sep 19 11:49:07 localhost kernel: irq 11: nobody cared!
Sep 19 11:49:07 localhost kernel:  [<c010784c>]
__report_bad_irq+0x2a/0x8b
Sep 19 11:49:07 localhost kernel:  [<c0107936>] note_interrupt+0x6f/0x9f
Sep 19 11:49:07 localhost kernel:  [<c0107b2c>] do_IRQ+0xe3/0xe5
Sep 19 11:49:07 localhost kernel:  [<c0106104>]
common_interrupt+0x18/0x20
Sep 19 11:49:07 localhost kernel:  [<c01077e2>]
handle_IRQ_event+0x24/0x64
Sep 19 11:49:07 localhost kernel:  [<c0107abb>] do_IRQ+0x72/0xe5
Sep 19 11:49:07 localhost kernel:  [<c0106104>]
common_interrupt+0x18/0x20
Sep 19 11:49:07 localhost kernel:  [<c011d47f>] __do_softirq+0x2f/0x83
Sep 19 11:49:07 localhost kernel:  [<c011d4f9>] do_softirq+0x26/0x28
Sep 19 11:49:07 localhost kernel:  [<c0107b13>] do_IRQ+0xca/0xe5
Sep 19 11:49:07 localhost kernel:  [<c010401e>] default_idle+0x0/0x27
Sep 19 11:49:07 localhost kernel:  [<c0106104>]
common_interrupt+0x18/0x20
Sep 19 11:49:07 localhost kernel:  [<c010401e>] default_idle+0x0/0x27
Sep 19 11:49:07 localhost kernel:  [<c0104042>] default_idle+0x24/0x27
Sep 19 11:49:07 localhost kernel:  [<c01040a9>] cpu_idle+0x2e/0x37
Sep 19 11:49:07 localhost kernel:  [<c03e26ca>] start_kernel+0x17e/0x1bd
Sep 19 11:49:07 localhost kernel:  [<c03e22e4>]
unknown_bootoption+0x0/0x16f
Sep 19 11:49:07 localhost kernel: handlers:
Sep 19 11:49:07 localhost kernel: [<d099d725>]
(ohci_irq_handler+0x0/0x78d [ohci1394])
Sep 19 11:49:07 localhost kernel: [<d0aa06a5>] (SkGeIsrOnePort+0x0/0x146
[sk98lin])
Sep 19 11:49:07 localhost kernel: [<d0b07796>]
(snd_intel8x0_interrupt+0x0/0x1ef [snd_intel8x0])
Sep 19 11:49:07 localhost kernel: Disabling IRQ #11
===

Here is /proc/interrupts:

===
           CPU0       
  0:   21993633          XT-PIC  timer
  1:       9543          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  5:     178551          XT-PIC  uhci_hcd, uhci_hcd, eth0
  8:          1          XT-PIC  rtc
  9:          0          XT-PIC  acpi
 10:    1864080          XT-PIC  uhci_hcd, uhci_hcd, radeon@PCI:1:0:0
 11:      32714          XT-PIC  ohci1394, SysKonnect SK-98xx, Intel ICH5
 14:     154802          XT-PIC  ide0
 15:         57          XT-PIC  ide1
NMI:          0 
ERR:          0
===

So, uhci_hcd is not on IRQ 11 at all! ohci1394 is the IEEE1394 device, 
which seems to work just fine. 

What can this be?..

Yours, Mikhail Ramendik




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.8.1, USB , "IRQ 11 disabled" on plugging in a device
  2004-09-23 18:25 ` Mikhail Ramendik
@ 2004-09-23 19:56   ` Bjorn Helgaas
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Helgaas @ 2004-09-23 19:56 UTC (permalink / raw)
  To: Mikhail Ramendik; +Cc: linux-kernel

On Thursday 23 September 2004 12:25 pm, Mikhail Ramendik wrote:
> Bjorn Helgaas wrote:
> > > When I plug in a USB device it is not recognized. It does not even
> > > appear in lsusb. And it says that it disables IRQ 11 - which is even 
> > > NOT the IRQ used by USB!
> > 
> > Does it make any difference if you boot with "pci=routeirq"?
> 
> No. The behaviour is the same. Perhaps the message is somewhat
> different, but the "IRQ 11 disabled" part is still there.

Sorry, I wasn't paying enough attention.  You said you were on
2.6.8.1, which doesn't have "pci=routeirq" in it.  So of course
it didn't make any difference.  I was thinking you were on an
-mm kernel, where there are a couple issues that can be worked
around with "pci=routeirq".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.8.1, USB , "IRQ 11 disabled" on plugging in a device
  2004-09-23 15:59 Bjorn Helgaas
@ 2004-09-23 18:25 ` Mikhail Ramendik
  2004-09-23 19:56   ` Bjorn Helgaas
  0 siblings, 1 reply; 4+ messages in thread
From: Mikhail Ramendik @ 2004-09-23 18:25 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

Bjorn Helgaas wrote:

> > When I plug in a USB device it is not recognized. It does not even
> > appear in lsusb. And it says that it disables IRQ 11 - which is even 
> > NOT the IRQ used by USB!
> 
> Does it make any difference if you boot with "pci=routeirq"?

No. The behaviour is the same. Perhaps the message is somewhat
different, but the "IRQ 11 disabled" part is still there.

I also tried two other boots: "acpi=off", and "pci=noacpi acpi=noirq".
They also did not help at all.

I am attaching the dmesg for the normal boot. I can also send the dmesg
for any other kind of boot if necessary...

Yours, Mikhail Ramendik


[-- Attachment #2: dmesg --]
[-- Type: text/plain, Size: 10808 bytes --]

Linux version 2.6.8-2MR_2681_ck8_manypatches (misha@ramendik) (gcc version 3.2.2 20030222 (ASPLinux 3.2.2-5asp)) #2 Sun Sep 19 05:08:25 MSD 2004
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000ff30000 (usable)
 BIOS-e820: 000000000ff30000 - 000000000ff40000 (ACPI data)
 BIOS-e820: 000000000ff40000 - 000000000fff0000 (ACPI NVS)
 BIOS-e820: 000000000fff0000 - 0000000010000000 (reserved)
 BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
255MB LOWMEM available.
On node 0 totalpages: 65328
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61232 pages, LIFO batch:14
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 ACPIAM                                    ) @ 0x000f9fa0
ACPI: RSDT (v001 A M I  OEMRSDT  0x04000318 MSFT 0x00000097) @ 0x0ff30000
ACPI: FADT (v002 A M I  OEMFACP  0x04000318 MSFT 0x00000097) @ 0x0ff30200
ACPI: MADT (v001 A M I  OEMAPIC  0x04000318 MSFT 0x00000097) @ 0x0ff30390
ACPI: OEMB (v001 A M I  OEMBIOS  0x04000318 MSFT 0x00000097) @ 0x0ff40040
ACPI: DSDT (v001  P4P81 P4P81052 0x00000052 INTL 0x02002026) @ 0x00000000
ACPI: PM-Timer IO Port: 0x808
Built 1 zonelists
Kernel command line: root=/dev/hda8
Initializing CPU#0
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 2406.180 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 254576k/261312k available (2038k kernel code, 6020k reserved, 903k data, 248k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 4767.74 BogoMIPS
Security Scaffold v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000
CPU: After vendor identify, caps:  bfebfbff 00000000 00000000 00000000
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 128K
CPU: After all inits, caps:        bfebfbff 00000000 00000000 00000080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU: Intel(R) Celeron(R) CPU 2.40GHz stepping 09
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 185k freed
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: IRQ9 SCI: Edge set to Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI interrupt 0000:00:1d.3[A] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 5 (level, low) -> IRQ 5
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 11
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:02:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 5
ACPI: PCI interrupt 0000:02:0c.0[A] -> GSI 5 (level, low) -> IRQ 5
vesafb: probe of vesafb0 failed with error -6
Machine check exception polling timer started.
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Supermount version 2.0.5 for kernel 2.6
Initializing Cryptographic API
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
Non-volatile memory driver v1.2
hw_random hardware driver 1.0.0 loaded
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 865 Chipset.
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: AGP aperture is 64M @ 0xf8000000
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
divert: not allocating divert_blk for non-ethernet device lo
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH5: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 5 (level, low) -> IRQ 5
ICH5: chipset revision 2
ICH5: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
hda: ST380011A, ATA DISK drive
Using cfq io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: SONY CD-RW CRX230E, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 1024KiB
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 >
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11
ehci_hcd 0000:00:1d.7: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller
ehci_hcd 0000:00:1d.7: BIOS handoff failed (104, 1010001)
ehci_hcd 0000:00:1d.7: can't reset
ehci_hcd 0000:00:1d.7: init 0000:00:1d.7 fail, -95
ehci_hcd: probe of 0000:00:1d.7 failed with error -95
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 10 (level, low) -> IRQ 10
uhci_hcd 0000:00:1d.0: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 10, io base 0000eec0
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 5 (level, low) -> IRQ 5
uhci_hcd 0000:00:1d.1: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 5, io base 0000ef00
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 5 (level, low) -> IRQ 5
uhci_hcd 0000:00:1d.2: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 5, io base 0000ef20
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.3[A] -> GSI 10 (level, low) -> IRQ 10
uhci_hcd 0000:00:1d.3: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: irq 10, io base 0000ef40
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
mice: PS/2 mouse device common for all mice
input: PC Speaker
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
Advanced Linux Sound Architecture Driver Version 1.0.7rc1.
ALSA device list:
  No soundcards found.
oprofile: using timer interrupt.
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI: (supports S0 S1 S3 S4 S5)
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
usb 2-1: new low speed USB device using address 2
Freeing unused kernel memory: 248k freed
hiddev96: USB HID v1.00 Device [American Power Conversion Back-UPS 500 FW: 6.4.I USB FW: c1 ] on usb-0000:00:1d.1-1
usb 2-2: new low speed USB device using address 3
input: USB HID v1.10 Mouse [A4Tech USB Optical Mouse] on usb-0000:00:1d.1-2
ACPI: Power Button (FF) [PWRF]
ACPI: Processor [CPU1] (supports C1)
EXT3 FS on hda8, internal journal
Adding 2048244k swap on /dev/hda10.  Priority:-1 extents:1
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda9, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1223 $ Ben Collins <bcollins@debian.org>
ACPI: PCI interrupt 0000:02:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
ohci1394: fw-host0: Unexpected PCI resource length of 1000!
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11]  MMIO=[feafb000-feafb7ff]  Max Packet=[2048]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.8.1, USB , "IRQ 11 disabled" on plugging in a device
@ 2004-09-23 15:59 Bjorn Helgaas
  2004-09-23 18:25 ` Mikhail Ramendik
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2004-09-23 15:59 UTC (permalink / raw)
  To: Mikhail Ramendik; +Cc: linux-kernel

> When I plug in a USB device it is not recognized. It does not even
> appear in lsusb. And it says that it disables IRQ 11 - which is even 
> NOT the IRQ used by USB!

Does it make any difference if you boot with "pci=routeirq"?

There is a known problem with USB and prism54 devices not working
after suspend/resume, and it goes away with "pci=routeirq".

If that does make a difference, can you post the whole dmesg
log with and without it?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-09-23 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-22 22:04 2.6.8.1, USB , "IRQ 11 disabled" on plugging in a device Mikhail Ramendik
2004-09-23 15:59 Bjorn Helgaas
2004-09-23 18:25 ` Mikhail Ramendik
2004-09-23 19:56   ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.