Learn your card number from this page: http://linux.bytesex.org/ or http://gentoo-wiki.com/HARDWARE_saa7134
For Flyvideo 3000 number is 2
Code:
sudo gedit /etc/modules
add the lineand I use tvtime for viewing you can get it with synaptic and after next reboot for channel scanning : If you want to use mplayer for viewing first install it with fonts and codecs (mplayer-386 mplayer-fonts w32codecs) then edit config file,
Code:
gedit .mplayer/config
add the following line:
Code:
tv=driver=v4l2:device=/dev/video0:fps=25:chanlist=etc:norm=pal:
audiorate=32000:adevice=/dev/dsp1:input=0:amode=1:normid=4
andFor recording install mencoder for your processor (-586 -k7 -k6) and edit config file:
Code:
gedit .mplayer/mencoder
add this line:
Code:
tv=driver=v4l2:device=/dev/video0:fps=25:norm=pal:amode=1:
width=640:height=480
and recording command:
Code:
mencoder tv:// -ovc lavc -oac mp3lame
For radio listening and recording gnomeradio is well enough, first download it:
Code:
wget -c http://www.wh-hms.uni-ulm.de/~mfcn/gnomeradio/packages/gnomeradio_1.6-1_i386.deb
then install:
Code:
sudo dpkg -i gnomeradio_1.6-1_i386.deb
I also changed default device from /dev/radio to /dev/radio0 in settings.
Bookmarks