Don Alexander wrote:
> Recently I managed to get the Radeon DRI drivers working I have a
> Radeon Mobility U1 video chipset which needs X.org in order to
> function. I get that to work not so bad at all, except when I try for
> full frame video playback over the wireless network ala mythtv
> frontend I get stacco pauses in the video playback approximatly every
> second. I have since discovered that removing the ndis driver and
> using a cabled network connection alleviates this problem, or if I
> remove the dri/agp driver and continue to use wireless I can playback
> video with no skipping. I strongly suspect is is something to do with
> the way resources are being shared because try as I might I cannot
> move the drivers from the respective positions.
>
> 7: 327 XT-PIC parport0
> 9: 14 XT-PIC acpi
> 10: 3476 XT-PIC yenta, ohci1394,
> ndiswrapper,radeon@...
> 11: 70 XT-PIC eth0, ALI 5451, ohci_hcd,
> ohci_hcd,ehci_hcd
On my laptop, ndiswrapper and the video driver also share the same
interrupt and I don't have any problems. The problem could be to do
with the way the ndiswrapper driver deals with interrupts that aren't
headed its way or it could be Something Complete Different(tm). The
problem could equally well be in the radeon driver. Generally speaking,
shared IRQs aren't a problem with PCI devices; they're designed to share
IRQs.
There are, I think, a couple of things that you can try. My machine
has the video and ndiswrapper drivers on IRQ7 probably because I
disabled the parallel port in the BIOS -- that might've made things move
around a bit. I think I also disabled the serial port because I don't
have it listed although nothing else is using its IRQ.
|