I need some assistance in finalising the configuration of an HVR-4000. In particular I'm having problems with it detecting a DVB-S signal.
There doesn't appear to be a DC voltage output on the DVB-S connector (expecting close to 15 volts but seeing 0.2V). Having spoke to Hauppauge technical support there should be a voltage on the connector (to power the LNB) when it is using it. It could be faulty, but possibly related to this is the IR remote control stopped working after a system restart and whilst investigating I noticed the kernel log is now showing that the tveeprom isn't being found - earlier it was logged correctly.
[COLOR="DarkRed"]Could someone with an HVR-4000 and a multimeter measure and report the DC voltage on the DVB-S connector? [/COLOR]
Also, can you describe how you begin channel scanning for the DVB-S tuner since it requires a frequency and data-rate to be entered - I've been using 10714000/22000000 so far.
Finally, is the input on /dev/videoX the UHF tuner? Mythbuntu reports it as the DVB-S/S2 but I suspect it is just displaying the adapter name.
Background
I've just installed Mythbuntu 8.10 on Intrepid. The system has the Hauppauge HVR-4000 DVB-S/S2, DVB-T, UHF and FM quad receiver.
I've built the v4lb trunk and created symlinks for /dev/dvb/adapter1/* so that Mythbuntu can 'see' both tuner front-ends:
sudo mkdir -p /dev/dvb/adapter1
for src in /dev/dvb/adapter0/*1; do dest="$(echo $src | sed -e 's/adapter0/adapter1/' -e 's/\(\/[a-z]*\)1$/\10/')"; sudo ln -s $src $dest; done
I'm going to add udev rules to do this automatically.
I set up an EIT video source and paired that with both DVB:0 (the DVB-S/S2 input) and DVB:1 (the DVB-T input).
Mythbuntu correctly scans and receives the DVB-T EPG.
Separately, I've successfully configured and tested lirc with the HVR-4000 remote control.