Will check on that as soon as I can realign my dish to tune those in
EDIT: Got my dish realigned and CBS on G28 WORKS when doing a manual PID entry! You have to make sure you are using the correct PID's
For example, the 3880 TP on G-28 uses the following:
For Service 1:
SID: 1 PMT PID: 48 PCR PID: 49 Video PID: 49 Audio PID: 52
For Service 2:
SID: 2 PMT PID: 64 PCR PID: 65 Video PID: 65 Audio PID: 68
Unlike other receivers, the SID here has to be correct or else it won't work. For now, in order to find these values with your box or simply to analyse any stream, you may use the dvbsnoop program which comes pre-installed with this firmware along with your computer when connected on the same network. Think of this as a text version of TSreader.
Here's how to use it:
1. Lock into the desired TP by going to TP Scan, selecting the TP and get a lock on the TP in "Test signal"
2. Telnet to the IP address of your box and login as root
3. To analyse the top level Program Association Table (PAT), issue the following command
This will output several lines of information including the program map PIDs for each stream in the MUX in both decimal and ( hex format in parentheses ).
4. To analyze a specific program map PID (i.e. stream), issue the following command
Code:
dvbsnoop -n 1 -nph 0x0030
where 0x0030 is the program map PID in hex format gathered in step 3
5. You should then have more lines of information which will contain the PCR PID, the video PID and audio PID of this stream in both decimal and ( hex format in parentheses ).
6. By entering the above decimal format gathered values in manual PID entry, you should be able to view these channels.
6. Enjoy!
Regards,
PwrSurge
AzBox Canada