Moved to General Forums (from Tutorial and setups) as this is a setup question and not instruction**
Greetings,
I'm having trouble getting Tvheadend to find QAM services.
Here's some system details:
OS: Ubuntu Server 14.04 i686
PC Model: Dell Dimension 2400
RAM: 1GB
TV Tuner: Hauppauge HVR-1600 PCI Model 1101 or 1183 (not sure which exactly) feature 3 RF inputs (analog, digital, radio)
http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-1600
Tvheadend: Stable build installed from here: http://apt.tvheadend.org/stable
I'm using Time Warner Cable in Rochester, NY area and have mapped QAM using Mediaportal in Windows XP on the same machine. The QAMs I've found are documented here:
https://docs.google.com/spreadsheet/ccc?key=0Aiw2GEZqzbM2dGcwZkF5UVlSbzdSMFA1NUt0WXJXaVE&usp=sharing
I tried turning off the Tvheadend service and scanning with W_scan (sudo w_scan -fa -A2 -c US -X >> channels.conf) and this is the output I get:
service_id 1:69000000:QAM_256:1001:1002:1
service_id 2:69000000:QAM_256:1006:1007:2
service_id 3:69000000:QAM_256:1011:1012:3
I thought this might mean a driver issue so I followed the instructions here to build drivers:
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers
I ran into a compile error on those instructions but was able to fix with suggestion from here:
"I managed to convince the build to go forward. It seems to compile fine so far... fingers crossed...
Here's what I did: I opened backports/pr_fmt.patch, remove everything following diff --git a/drivers/media/usb/gspca/dtcs033.c, then ran build again."
source: http://askubuntu.com/questions/449471/compiling-linuxtv-fails-when-appliying-patch
output of W_scan was the same after this build.
In Tvheadend I've manually added the Muxes using the frequencies I found (documented above) and it reports that it's tuning to that frequency but no services found.
Any commands I can run to give more info to a solution please let me know. Thank you!