Chris,
First off I need to specify that I'm trying to get this card setup for dvb-t. (satellite later, don't have one yet :-) )
Do you use the HVR-3000 with dvb-t too?With the HVR-4000 there seem to have multiple frontends. (I don't personally really grasp what this really is at the moment... confused about adapterN, frontendN and demuxN)
Does your HVR-3000 have multiple frontends too? I guess it should as the HVR-3000 is a tri-mode card, whereas the HVR-4000 is a quad-mode card.
I have the HVR-4000 working with Kaffeine. There it shows dvb:0 and dvb:1.
One way or the other Kaffeine handles this cleanly. One can scan both for 'channels'.
If I try to use dvb-scan I am unable to get the same results.
It seems a scan can be directed like this:
(snippet)
usage: scan [options...] [-c | initial-tuning-data-file]
atsc/dvbscan doesn't do frequency scans, hence it needs initial
tuning data for at least one transponder/channel.
-c scan on currently tuned transponder only
-v verbose (repeat for more)
-q quiet (repeat for less)
-a N use DVB /dev/dvb/adapterN/
-f N use DVB /dev/dvb/adapter?/frontendN
-d N use DVB /dev/dvb/adapter?/demuxN
Allthough verbose messages show improvement, I'm not able to use dvb-scan to pipe to a channels.conf file.
More impotantly though, in mythtv-setup, in "Capture Card Setup" I should be able to select the DVB Card Number... (adapterN, frontendN see above).
If you get this right, instead of Disecq you get a scan button.
I have managed to get this far. When I scan for channels here, you can see the card is indeed being scanned, but apart from that it does not seem to 'store' channel information somewhere.
I have read
http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-4000 that Myth v0.21 does not know about multiple frontends (yet)
I have applied the solution with the symbolic links to create an additional device.
Have you done this too? If not, how did you select dvb-t in the card setup?Could you possibly post some screenshots of your mythtv-setup?At the moment I'm kind of stuck here. Not sure how to take it further from here..
It seems so odd I can use Kaffeine to watch TV but cannot get MythTV to do the same....
Tips? Leads? Greatly appreciated!
Thx,
Erwin
Hi
Yes I am using the DVB-T option on my HVR-3000.
As you said Myth 0.21 is not really working with all the frontend's. This is what I had to do to get my card working.
Getting thing DVB-T working (device HVR-3000)
In kernel 2.6.28 the driver for dvb-t has been added.. but Mythtv does not work very nicley with it. So here is what I did to get it showing up in Mythtv
A few checks
1. "ls /dev/dvb" this should show you one adapter0 if not then there is something wrong(Not cover here)
2. now we need to create another adapter. so do the following in /dev/dvb "sudo mkdir adapter1" then we need to create simbol links.
" mkdir /dev/dvb/adapter1
" ln /dev/dvb/adapter0/demux1 /dev/dvb/adapter1/demux0
" ln /dev/dvb/adapter0/frontend1 /dev/dvb/adapter1/frontend0
" ln /dev/dvb/adapter0/net1 /dev/dvb/adapter1/net0
" ln /dev/dvb/adapter0/dvr1 /dev/dvb/adapter1/dvr0
3. After this you should be able to select the device in Mythtv
4. Now to make this perminant we need to create a file in /etc/init.d/ call it what you want.
5. then copy point 2 in to it and cave it..
6. Now we need to make it a executable with "chmod +x {FileName}"
7. Now w need to tell rc to run the script when booting, use this "update-rc.d {filename} defaults"
Now after that I had to jump between dvb 0 and 1 to get the right one selected. After this I had a problem with my scan file as I am in NZ and the files in Myth is a bit old, but with you in the UK I don't think you will have a problem.
When I selected the right card in myth I managed to scan and find all my channels.
My biggest problem was to get my card to be recognised on the system but upgrading my kernel sorted that out for me.. just had to do the font-end trick to get the different front-ends working.
I am sorry I can't be more help on this..
At this stage I can give you screen shots as my core motherboard died so I am in the process of getting it back up.
When I get it up I will try to send you what I can.
BTW: I also could not get the dvb-scan command to work, so I put my effort in getting myth to scan it..
Let me know how you get on.
C