Allan Stirling wrote: > Manu Abraham wrote: > >> Allan Stirling wrote: >> >>> >>> pmt_pid: 0 tid: 2 service_id: 4703 >>> >>> >>> This doesn't change, regardless of whether I'm tuned to the right >>> MUX or not (Or even not tuned at all). Am I missing an extra column >>> in channels.conf? >>> >> >> >> Aargh. >> >> I forgot to tell you that you need to have the service_id in the last >> column of the channels.conf .. >> >> Ok, i had posted a patched version of scan a few days back ... You >> can use that scan to get a service_id .. >> >> >> Manu >> > Unless I'm mistaken, this is in CVS already? > > Sky One:12285:v:0:27500:513:641:4703 > > Is the entry from my channels.conf produced from a different card when > I was having issues with polarity. I've replaced the files in CVS with > the ones from your previous post, but it seems to produce the same > output? > > Cheers, > > Allan. > > _______________________________________________ > > linux-dvb@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb Something is going wrong here. Adding some debugging to the /* Get PMT PID */ section gives... parse_pat: PAT => Section Length=[41], TS ID=[12270] program_count: 10 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 176 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 61155 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 12288 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 65337 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 65530 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 4603 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 15967 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 65474 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 4809 p_params->service_id: 4703 p_pat->p_program_descriptor->program_number: 4906 I notice in your channels.conf that some of the values are duplicated. That's not true on this network :( Cheers, Allan.