> # /sbin/lspci -v
> 
> Which yields:
> 
> 00:09.0 Multimedia video controller: Internext Compression Inc iTVC16
> (CX23416)MPEG-2 Encoder (rev 01)
>          Subsystem: Hauppauge computer works Inc. WinTV PVR 250
>          Flags: medium devsel, IRQ 10
>          Memory at 30000000 (32-bit, prefetchable) [size=64M]
>          Capabilities: [44] Power Management version 2

This looks like a problem. You need bus mastering enabled on the pci
slot (should come up in the 'Flags').

The ivtv module won't load without bus-mastering enabled.

Some motherboards only have bus mastering for the first slots, or you
might need to do what I did (I've also got a via motherboard), and
force bus mastering using setpci.

Check the archives for the ivtv-devel list, it's been talked about a
few times there.

Oh, and for future reference, you should really post a full log of the
ivtv init stuff. It would have been much more apparent if you'd looked
at that. The easiest way to do that is run:

tac /var/log/messages |
sed -n '/=\ \ END INIT IVTV\ \ =/,/= START INIT IVTV =/p;
       /= START INIT IVTV =/q' |
tac

Cheers,

Ross


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Ivtv-users mailing list
Ivtv-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ivtv-users

Reply via email to