|
SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
How to insert missing channel?
SageTV's channel scan apparently misses a channel in my Comcast digital lineup, TBS. I reviewed all channels available under the adapter manually, to make sure it wasn't just misidentified and really just there under an incorrect channel. No dice.
To make sure it wasn't an issue of weak signal and for independent confirmation, I went through the steps to search through my my digital channels, by tuning in each one with azap and then attempting to view it with mplayer: Code:
# http://www.linuxtv.org/wiki/index.php/Zap # http://linuxtv.org/wiki/index.php/Dvbscan # Scan for channels and save output: w_scan -fa -A2 -X -c us | tee ~/dvbscan.txt # Copy dvbscan.txt to ~/.azap/channels.conf mkdir ~/.azap cp ~/dvbscan.txt ~/.azap/channels.conf # Look at channels.conf and pick out a channel to tune in # Tune in a channel azap -r WEIU-DT # Run mplayer to watch TV mplayer -ao sdl /dev/dvb/adapter0/dvr0 Code:
WEIU-DT:711000000:QAM_256:2176:2177:1 Code:
service_id 35:555000000:QAM_256:2048:2049:35 Code:
TBS:555000000:QAM_256:2048:2049:35 Code:
$ azap -r TBS using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' tuning to 555000000 Hz video pid 0x0800, audio pid 0x0801 status 00 | signal 0000 | snr 0000 | ber 00000000 | unc 00000000 | status 1f | signal 0156 | snr 0156 | ber 000018c5 | unc 000018c5 | FE_HAS_LOCK status 1f | signal 015a | snr 015a | ber 00000000 | unc 00000000 | FE_HAS_LOCK status 1f | signal 015a | snr 015a | ber 00000000 | unc 00000000 | FE_HAS_LOCK So my question is, is there a clean or dirty way to program this channel into SageTV? I'm running SageTV 7.0.15 Linux OEM. |
#2
|
|||
|
|||
Figured this out. Searching on the nitty-gritty from before, I found it had indeed been dealt with before (kambo / SageTV - "Not Bad with QAM, but a few missing channels").
This is what worked for me: (1) (The "dirty" part): added a new channel mapping to the bottom of /opt/sagetv/server/adapter0-QAM.frq: Code:
CH:39 major:0 minor:17 prog:35 phy:79 frq:555000000 mod:11 inv:0 #:TBS Code:
TBS:555000000:QAM_256:2048:2049:35 (search through the different area line-ups with the drop-down box) Code:
qam256 79-35 17 TBS 704x480p 4:3 I did a reboot, but I don't know if you have to actually do anything to get the new line read. (2) (The "clean" part): Using the channel editor, I mapped one of the not-working TBS channels to "79-0-17" (phy-major-minor). Hey let's see what's on TBS tonight... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Channel Missing | Hunter69 | SageTV EPG Service | 11 | 10-30-2009 09:46 PM |
Help... missing channel! | Tander | SageTV EPG Service | 6 | 02-22-2009 11:36 PM |
Manually insert "program info" for s-video channel? | Mitch G | SageTV Software | 0 | 07-28-2008 09:47 AM |
Channel 33 missing? | dpackham | SageTV Software | 3 | 01-01-2008 02:28 PM |
Missing Channel | sweet_pea | SageTV EPG Service | 6 | 05-30-2005 07:39 AM |