Ronald Bultje wrote:
Does the file /dev/video exist? (ls /dev/video).
If it says "no such device", it might not have found the card. See your
'dmesg' output. Probably, the zr36067 module was loaded before the
saa7111/saa7185 module. To correct this, remove the zr36067 module
(/sbin/rmmod zr36067) and load the modules in the right order
(/sbin/insmod saa7111, /sbin/insmod saa7185 and /sbin/insmod zr36067).
If xawtv now works, you've found your solution. Adding "pre-install
zr36067 ( /sbin/insmod saa7110; /sbin/insmod saa7185 )" and "post-remove
( /sbin/rmmod saa7110; /sbin/rmmod saa7185 )" to your /etc/modules.conf
should correct the problem on subsequent boots.
THANKS!
I also had to add videodev and i2c-old before and of the saa stuff.
Also your typo on the automation section had me going in circles for a
while. (saa7111 ->saa7110)
But XawTV works wounderfuly now. It gets overlay where Wondows wont! :)
Lance F. Squire