public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.4.25] PCMCIA PCI: No IRQ for interrupt pin A and failed to allocate shared interrupt
@ 2004-04-09 17:20 Jin Suh
  0 siblings, 0 replies; 3+ messages in thread
From: Jin Suh @ 2004-04-09 17:20 UTC (permalink / raw)
  To: linux1394-user, linux-kernel

Hello,

I am using a Gateway 600YG2 laptop (Intel P4-M, PCMCIA TI PCI1520 controller)
on 2.4.25. I have 3 different pcmcia firewire cards. When I insert module
yenta_socket with any of those cards, I get "PCI: No IRQ for interrupt pin A of
device 03:00.0 please try using pci=biosirq". After this error, when I run the
modprobe ieee1394 and ohci1394, I get "ohci1394: failed to allocate shared
interrupt 10". The same pcmcia firewire cards work on old Gateway 9300, 9500
laptop and IBM T22 laptop. 
BTW, my Netgear pcmcia 10/100mb ethernet card works on the Gateway 600YG2
laptop. Also my USB pen drives are not working too. The bootparameter
pci=biosirq doesn't seem to work. 
It worked fine with 2.4.20 without any problems. Could someone help me to fix
this problem on 2.4.25?

Thanks,
Jin


__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

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

* [2.4.25] PCMCIA PCI: No IRQ for interrupt pin A and failed to allocate shared interrupt
@ 2004-04-12 13:54 Jin Suh
  0 siblings, 0 replies; 3+ messages in thread
From: Jin Suh @ 2004-04-12 13:54 UTC (permalink / raw)
  To: linux-kernel, linux1394-user

Hello,

I am using a Gateway 600YG2 laptop (Intel P4-M, PCMCIA TI PCI1520 controller)
on 2.4.25. I have 3 different pcmcia firewire cards. When I insert module
yenta_socket with any of those cards, I get "Yenta ISA IRQ mask 0x0a98, PCI irq
0" and "PCI: No IRQ for interrupt pin A of device 03:00.0 please try using
pci=biosirq". After this error, when I run the modprobe ieee1394 and ohci1394,
I get "ohci1394: failed to allocate shared interrupt 10". The same pcmcia
firewire cards work on old Gateway 9300, 9500 laptop and IBM T22 laptop. 
BTW, my Netgear pcmcia 10/100mb ethernet card works on the Gateway 600YG2
laptop. Also my USB pen drives are not working too. The bootparameter
pci=biosirq doesn't seem to work. 
It worked fine with 2.4.20 without any problems. Could someone help me to fix
this problem on 2.4.25? I have buillt both of 2.4.20 and 2.4.25 without ACPI.

Thanks,
Jin

DMESG output
-------------------------------------------------------------------------
ACPI: RSDP (v000 PTLTD                                     ) @ 0x000f6620
ACPI: RSDT (v001 GATEWA 602      0x20021104  LTP 0x00000000) @ 0x1fef8313
ACPI: FADT (v001 GATEWA 602      0x20021104 PTL  0x0000001e) @ 0x1fefef64
ACPI: BOOT (v001 GATEWA 602      0x20021104  LTP 0x00000001) @ 0x1fefefd8
ACPI: DSDT (v001 GATEWA 602      0x20021104 MSFT 0x0100000e) @ 0x00000000
Kernel command line: initrd=ramdisk.img root=/dev/ram0 bickrootfs=tmpfs vga=791
BOOT_IMAGE=linux 
No local APIC present or hardware disabled
.........
Linux Kernel Card Services 3.1.22
  options:  [pci] [cardbus] [pm]
PCI: Found IRQ 10 for device 02:02.0
PCI: Sharing IRQ 10 with 00:1f.1
PCI: Sharing IRQ 10 with 02:02.1
PCI: Found IRQ 10 for device 02:02.1
PCI: Sharing IRQ 10 with 00:1f.1
PCI: Sharing IRQ 10 with 02:02.0
Yenta ISA IRQ mask 0x0a98, PCI irq 0
Socket status: 30000011
Yenta ISA IRQ mask 0x0a98, PCI irq 0
Socket status: 30000020
cs: cb_alloc(bus 7): vendor 0x104c, device 0x8024
PCI: Enabling device 07:00.0 (0000 -> 0002)
PCI: No IRQ known for interrupt pin A of device 07:00.0. Please try using
pci=biosirq.
ohci1394: $Rev: 1045 $ Ben Collins <bcollins@debian.org>
PCI: Found IRQ 10 for device 02:05.0
PCI: Sharing IRQ 10 with 00:1f.3
PCI: Sharing IRQ 10 with 00:1f.6
ohci1394: Failed to allocate shared interrupt 10
PCI: No IRQ known for interrupt pin A of device 07:00.0. Please try using
pci=biosirq.
ohci1394: Failed to allocate shared interrupt 0
sbp2: $Rev: 1074 $ Ben Collins <bcollins@debian.org>


__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

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

* Re: [2.4.25] PCMCIA PCI: No IRQ for interrupt pin A and failed to allocate shared interrupt
       [not found] <20040413200634.88036.qmail@web41210.mail.yahoo.com>
@ 2004-04-13 21:17 ` Daniel Ritz
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Ritz @ 2004-04-13 21:17 UTC (permalink / raw)
  To: Jin Suh; +Cc: linux-kernel

the problem seems to be very simple: yenta can't get an interrupt 'cos another
driver has the same interrupt line exclusivley. it's the pc110pad driver.
deactivate it under
	Character devices  --->
		Mice  --->
			<n> PC110 digitizer pad support
and yenta get's it's interrupt back :)
it's a driver for the digitizer pad on the IBM PC110 palmtop. i don't think
you need it.

your cardbus firewire card will work too, since it shares the interrupt line with
the cardbus bridge.

rgds
-daniel


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

end of thread, other threads:[~2004-04-13 21:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040413200634.88036.qmail@web41210.mail.yahoo.com>
2004-04-13 21:17 ` [2.4.25] PCMCIA PCI: No IRQ for interrupt pin A and failed to allocate shared interrupt Daniel Ritz
2004-04-12 13:54 Jin Suh
  -- strict thread matches above, loose matches on Subject: below --
2004-04-09 17:20 Jin Suh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox