>> Immediate problems:
> I think its analog only, and digital would be better
> (I dont yet have access to a decent antennae tho)
> Kaffeine cant find the TV
> Video works on TvTime and mplayer but there is no
> sound
> 
> I'd really appreciate any pointers to get it working.
> 
> Details:
> uname -r 2.6.23.14-115.fc8
> 
> firmware_3 is untarred in /lib/firmware

This is my tvtime script for getting sound:

#!/bin/bash

channel=0
if [ $# == 1 ] ; then
  channel=1
fi

tvtime -d /dev/video$channel &
sleep 1
arecord -D hw:1,0 -r 32000 -c 2 -f S16_LE | aplay






_______________________________________________
Em28xx mailing list
Em28xx@mcentral.de
http://mcentral.de/mailman/listinfo/em28xx

Reply via email to