I tried the patch with a vanilla 2.4.18 kernel. No luck with xawtv. So I disabled the onboard NIC, USB, secondary SCSI controller and still nothing. I had a hunch it might have something to do with the onboard video so I added a cirrus logic pci video card. Now xawtv works fine. This includes 2.4.18 with your patch, redhat 2.4.18-03, & 2.5.24. Although this is an acceptable solution it would be nice to use the onboard video wt bttv especially with our 1U Compaq DL360 which have identical onboard video and limited pci slots. Where should I go from here? By the way I added a second Osprey 220 and it works too. Here's my lspci with a 2.4.18-03 kernel. [root@localhost root]# lspci 00:00.0 Host bridge: ServerWorks CNB20HE Host Bridge (rev 23) 00:00.1 Host bridge: ServerWorks CNB20HE Host Bridge (rev 01) 00:00.2 Host bridge: ServerWorks: Unknown device 0006 (rev 01) 00:00.3 Host bridge: ServerWorks: Unknown device 0006 (rev 01) 00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08) 00:06.0 System peripheral: Compaq Computer Corporation Advanced System Management Controller 00:0f.0 ISA bridge: ServerWorks OSB4 South Bridge (rev 51) 00:0f.1 IDE interface: ServerWorks OSB4 IDE Controller 00:0f.2 USB Controller: ServerWorks OSB4/CSB5 USB Controller (rev 04) 01:02.0 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m (rev 01) 01:02.1 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m (rev 01) 01:03.0 VGA compatible controller: Cirrus Logic GD 5446 01:04.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) 01:04.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) 01:05.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) 01:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) 01:06.0 PCI bridge: Digital Equipment Corporation DECchip 21152 (rev 03) 02:04.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) 02:05.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) 02:06.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) 02:07.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) 07:07.0 PCI Hot-plug controller: Compaq Computer Corporation PCI Hotplug Controller (rev 12) [root@localhost root]# Brett >>> bpapillault@xxxxxxxxxxxxx 07/02/02 03:48AM >>> Hi Brett, I've got the same problem with a Dell PowerEdge 2500 (3 PCI bus). The common point is the PCI host bridge. It does not seem very well supported in Linux (since there's no specs available on the net.). I manage to patch the code for assigning the IRQ and I got a picture using xawtv, however, I was unable to get a clean picture from 3 bt878 based cards at the same time. I no longer have this machine, since my company decided not to use it (cause the above problem!). You'll find a small patch along this mail. Tell us if at least your computer boot with this patch (since the IRQ code is ALWAYS executed and IRQs are assigned on ALL buses). Benoit. PS: Try to remove the network card too. On Mon, 01 Jul 2002 16:08:36 -0400 "Brett Simpson" <Simpsonb@xxxxxxxxxxxxxxxxxxxxxx> wrote: > Hello, > > I am currently unable to get xawtv to show anything from my Osprey 100 encoder card on a Compaq ML370 server. I have an identical setup (software wise) on a Compaq SP750 profession workstation and it works fine. The encoder card is ok because I have moved it into the SP750 and can see video ok. I'm seeing these errors from the ML370's /var/log/messages. I've also included the output of lspci below for both the SP750 and ML370. > > Jul 1 12:52:41 localhost kernel: bttv0: aiee: error loops > Jul 1 12:52:41 localhost kernel: bttv0: irq: SCERR risc_count=2fda8014 > Jul 1 12:52:41 localhost kernel: bttv0: aiee: error loops > Jul 1 12:52:42 localhost kernel: bttv0: resetting chip > Jul 1 12:52:42 localhost kernel: bttv0: irq: SCERR risc_count=2cb44020 > Jul 1 12:52:42 localhost kernel: bttv0: irq: SCERR risc_count=2cb44010 > > Compaq ML370 > [root@localhost root]# lspci > 00:00.0 Host bridge: ServerWorks CNB20HE Host Bridge (rev 23) > 00:00.1 Host bridge: ServerWorks CNB20HE Host Bridge (rev 01) > 00:00.2 Host bridge: ServerWorks: Unknown device 0006 (rev 01) > 00:00.3 Host bridge: ServerWorks: Unknown device 0006 (rev 01) > 00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08) > 00:05.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27) > 00:06.0 System peripheral: Compaq Computer Corporation Advanced System Management Controller > 00:0f.0 ISA bridge: ServerWorks OSB4 South Bridge (rev 51) > 00:0f.1 IDE interface: ServerWorks OSB4 IDE Controller > 00:0f.2 USB Controller: ServerWorks OSB4/CSB5 USB Controller (rev 04) > 01:02.0 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m (rev 01) > 01:02.1 SCSI storage controller: Adaptec AHA-3960D / AIC-7899A U160/m (rev 01) > 01:04.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11) > 01:04.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11) > 07:07.0 PCI Hot-plug controller: Compaq Computer Corporation PCI Hotplug Controller (rev 12) > [root@localhost root]#