TV Linux and Hauppauge WinTV-HVR1110 DVB-T/Hybrid
Written by edmond in Applications, Debian, Gnu-Linux, Hardware, Multimedia-TvFinally I decided to put in place my TV card, after solving the problem antenna. In the room where this PC, there is an attack on the antenna, and I have always refrained from making any holes or lay cables flying. At this point the only solution I had was that of an external antenna (too bad not thought of before), I went to a mall, and the choice among those available fell on it at a cost of EUR 29. At this point with some doubts, I began to set things up, and the research done, they took me immediately brought here and here. Here are the steps I executed:
lspci | grep-i saa
03:03.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
us that the TV card has been recognized and is the saa7134 module, which accepts many cards. To know what, just check in
/ usr/src/linux-source-2.6.22/Documentation/video4linux/CARDLIST.saa7134
and also check CARDLIST.tuner because it will serve.
gedit / etc / modules
add
saa7134
saa7134-alsa
then
gedit / etc / modprobe.d / aliases
and insert the aliases (the first should already be present)
alias char-major-81 videodev alias char-major-81-0 saa7134
yet
gedit / etc / modprobe.d / options
and enter the number of card and tuner card. In my case, 104 and 54
options saa7134 card = 104 tuner = 54
Reboot, and after this command
dmesg | grep saa
should look something like Read the rest of this entry »
Tags: DVB, Hauppauge, tv linux















