Hi,
Could someone who is experienced in VDR give us a little help. We are based in the UK and have installed Pluto 2.0.0.31 on a core and have a Technotrend DVB-T card in the core itself and two further cards in an MD. Everything seems to be have installed fine except that VDR as its is installed does not know anything about the local DVB-T channel setup. Could someone explain how we get that data into channels.conf etc?
Thanks in advance for your help.
Andrew
Hi,
Actually we have Hauppauge Nova-T 9002 cards not Technotrend cards (see syslog excerp below). I am not sure if this makes a difference.
As you can see from the syslog excerp below the cards are being recognized and the crivers loaded. However when we run w_scan (after stopping VDR) to pull in data for VDR's channels.conf we see the error below. Any ideas about why we are seeing this?
moon2:/tmp/w_scan# ./w_scan -o3 >> /var/lib/vdrdevel/channels.conf
Info: using DVB adapter auto detection.
Info: unable to open frontend /dev/dvb/adapter0/frontend0'
Info: unable to open frontend /dev/dvb/adapter1/frontend0'
Info: unable to open frontend /dev/dvb/adapter2/frontend0'
Info: unable to open frontend /dev/dvb/adapter3/frontend0'
main:1779: FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.
syslog excerp;
Nov 2 08:37:35 moon2 kernel: PCI: Found IRQ 11 for device 0000:02:0b.0
Nov 2 08:37:35 moon2 kernel: PCI: Sharing IRQ 11 with 0000:00:1d.7
Nov 2 08:37:35 moon2 kernel: PCI: Sharing IRQ 11 with 0000:02:0b.2
Nov 2 08:37:35 moon2 kernel: PCI: Sharing IRQ 11 with 0000:02:0b.4
Nov 2 08:37:35 moon2 kernel: cx88[1]: subsystem: 0070:9002, board: Hauppauge Nova-T DVB-T [card=18,autodetected]
Nov 2 08:37:35 moon2 kernel: TV tuner 4 at 0x1fe, Radio tuner -1 at 0x1fe
Nov 2 08:37:35 moon2 kernel: cx88[1]: hauppauge eeprom: model=90002, tuner=76
Nov 2 08:37:35 moon2 kernel: cx88[1]: registered IR remote control
Nov 2 08:37:35 moon2 kernel: cx88[1]/0: found at 0000:02:0b.0, rev: 5, irq: 11, latency: 64, mmio: 0xf1000000
Nov 2 08:37:35 moon2 kernel: cx88[1]/0: registered device video1 [v4l2]
Nov 2 08:37:35 moon2 kernel: cx88[1]/0: registered device vbi1
From looking at your log it is loading cx88-atsc module and it should loading cx88-dvb. Try removing cx88-atsc and loading cx88-dvb and see if that works.