LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Raspberry pi using Raspbian as TV tuner (https://www.linuxquestions.org/questions/linux-newbie-8/raspberry-pi-using-raspbian-as-tv-tuner-4175540863/)

alexportGR 04-27-2015 06:30 AM

Raspberry pi using Raspbian as TV tuner
 
Hello. I have a Raspberry pi using Raspbian. I want to set it up as a tv headend and I have a problem setting up my tuner.

My dsmeg

Quote:

[ 4.432327] usb 1-1.3.3.1: new high-speed USB device number 7 using dwc_otg
[ 4.557268] usb 1-1.3.3.1: New USB device found, idVendor=07ca, idProduct=0810
[ 4.577321] usb 1-1.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.591551] usb 1-1.3.3.1: Product: AVerMedia H810 USB Hybrid DVB-T
[ 4.601506] usb 1-1.3.3.1: Manufacturer: AVerMedia TECHNOLOGIES, Inc.
[ 4.617484] usb 1-1.3.3.1: SerialNumber: 000000000000
[ 4.649282] udevd[159]: starting version 175
The specific tuner (Avermedia H810) has a TDA18271HD chipset which should be supported by my kernel (3.18.7+).

Can anyone help me sort it out?

Thaaaanx!

mostlyharmless 04-29-2015 06:07 PM

There's more to getting it to work than a chipset. I don't see it on the wiki for support from LinuxTV, for example http://www.linuxtv.org/wiki/index.php/AVerMedia

Still, it's worth a try, since the page is out of date and several Avermedia devices do apparently work. Try using w_scan to see what you can scan with the thing. I assume you have it connected to an antenna and can verify (perhaps by connecting it to a Windows machine with the appropriate drivers) that you can get it to work and get some kind of signal. See http://linuxtv.org/wiki/index.php/W_scan for usage.

alexportGR 05-07-2015 04:27 AM

The output of w_scan is

Quote:

Info: using DVB adapter auto detection.
main:3220: FATAL: ***** NO USEABLE TERRESTRIAL CARD FOUND. *****
so I think that the device is still not recognized...

mostlyharmless 05-07-2015 12:23 PM

What does lshwd show, and lsmod? You might have to manually modprobe the chipset; ie something like
# modprobe tda18271


All times are GMT -5. The time now is 11:09 AM.