|
Reading the thread "Bug: Lockups on card insertion/removal..."
I ask me, if the same recipe could help.
cat /proc/pci gives (lspci does not work on my laptop):
...
Bus 0, device 4, function 0:
CardBus bridge: Texas Instruments PCI1225 (rev 1).
IRQ 11.
Master Capable. Latency=168. Max Lat=4.
Non-prefetchable 32 bit memory at 0x10000000 [0x10000fff].
Bus 0, device 4, function 1:
CardBus bridge: Texas Instruments PCI1225 (#2) (rev 1).
IRQ 11.
Master Capable. Latency=168. Min Gnt=192.Max Lat=7.
Non-prefetchable 32 bit memory at 0x10001000 [0x10001fff].
...
Bus 0, device 7, function 2:
USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 1).
IRQ 5.
Master Capable. Latency=64.
I/O at 0x1060 [0x107f].
...
Bus 0, device 8, function 0:
Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev 16).
IRQ 5.
Master Capable. Latency=64. Min Gnt=2.Max Lat=24.
I/O at 0x1400 [0x14ff].
dump_pirq output: Interrupt routing table found at address 0xfdf50: Version 1.0, size 0x0090 Interrupt router is device 00:07.0 PCI exclusive interrupt mask: 0x0000 Compatible router: vendor 0x8086 device 0x122e
Device 00:07.0 (slot 0): INTD: link 0x63, irq mask 0x0020
Device 00:04.0 (slot 0): INTA: link 0x60, irq mask 0x0800 INTB: link 0x61, irq mask 0x0800
Device 00:08.0 (slot 0): INTA: link 0x63, irq mask 0x0020
Device 00:10.0 (slot 0): INTA: link 0x63, irq mask 0x0020 INTB: link 0x61, irq mask 0x0800
Device 00:0d.0 (slot 0): INTA: link 0x61, irq mask 0x0800 INTB: link 0x63, irq mask 0x0020
Device 00:01.0 (slot 0): INTA: link 0x60, irq mask 0x0800
Device 01:00.0 (slot 0): INTA: link 0x60, irq mask 0x0800
Interrupt router at 00:07.0: Intel 82371AB PIIX4/PIIX4E PCI-to-ISA bridge PIRQ1 (link 0x60): irq 11 PIRQ2 (link 0x61): unrouted PIRQ3 (link 0x62): unrouted PIRQ4 (link 0x63): irq 5 Serial IRQ: [enabled] [continuous] [frame=21] [pulse=4]
So it seems me that irq=5 is at the place of irq=15 at the former thread. That's why I set PCIC_OPTS="poll_interval=100 pci_irq_list=5" in /etc/rc.d/rc.pcmcia and now my card is recognized.
Juergen
|