Britton wrote: > > I get a message like this is dmesg: > > PCI: No IRQ known for interrupt pin A of device 00:0f.0. Please try using > pci=biosirq. > > I think this first showed up around kernel version 2.4.4. Anyone know > what might be causing it or how you figure out which device is 00:0f.0?
try lspci, here's output on my system: jojda:/etc/X11/fvwm# lspci 00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4) 00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP] 00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40) 00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 06) 00:07.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 16) 00:07.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 16) 00:07.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40) 00:07.5 Multimedia audio controller: VIA Technologies, Inc. AC97 Audio Controller (rev 50) 00:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 10) 00:0b.0 Ethernet controller: D-Link System Inc: Unknown device 1300 (rev 10) 00:0f.0 VGA compatible controller: 3Dfx Interactive, Inc. Voodoo 3 (rev 01) jojda:/etc/X11/fvwm# so I guess on my system it would be voodoo card, I guess those number at the beginning of the line refer to the same 'something' that your number refers to... erik