Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: /dev/dvb0.dvr0 instead of/dev/dvb/adapter0/dvr0 ??



Hi Tony,

Thanks very much for helping to sort this issue out. Below is what I have done in following your advice...

I am running the dvb-kernel/MAKEDEV-DVB.sh script at startup (in /etc/rc.d/rc.local). It is creating the structure for me, i.e:

[root@mythtv ~]# ls /dev/dvb/adapter0/
audio0 ca0 demux0 dvr0 frontend0 net0 osd0 video0

I then run dvb-kernel/build-2.6/insmod.sh load (I unload first, to make sure I am not mixing FC3 and CVS DVB modules) and then use the tzap utility. Unfortunately, it is not locking for me:

[root@mythtv szap]# ./tzap "7 Digital"
using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0'
reading channels from file '/root/.tzap/channels.conf'
tuning to 177500000 Hz
video pid 0x0201, audio pid 0x0202
status 00 | signal b1b1 | snr 0000 | ber 0001fffe | unc ffffffff |
status 00 | signal b1b1 | snr 0000 | ber 0001fffe | unc 00000000 |
status 00 | signal b1b1 | snr 0000 | ber 0001fffe | unc 00000000 |
status 00 | signal b1b1 | snr 0000 | ber 0001fffe | unc 00000000 |
status 00 | signal b1b1 | snr 0000 | ber 0001fffe | unc 00000000 |
status 00 | signal b1b1 | snr 0000 | ber 0001fffe | unc 00000000 |
<snip - goes on forever without getting an FE_HAS_LOCK>

I note that after loading the modules with insmod.sh it is still creating the dvb.dvr0 structure, i.e:

[root@mythtv build-2.6]# ls /dev/d*
/dev/dnrtmsg /dev/dvb0.demux0 /dev/dvb0.frontend0
/dev/dsp /dev/dvb0.dvr0 /dev/dvb0.net0

/dev/dvb:
adapter0 adapter1 adapter2 adapter3

Do I need to disable udev to use your method Tony? (I have removed all udev configurations made in my initial post before applying your technique).

Many thanks for your advice :-)

Paul
Sydney, Australia
===============
On Sat, 11 Dec 2004 11:58:42 +0100
tony <tony@tgds.net> wrote:
Le samedi 11 décembre 2004 à 05:34 -0500, merge@paulpettigrew.com a
écrit :

The udev man page states that the suffix should be .rules (not .rule). However, the linux/Documentation/dvb/udev.txt file in the dvb-kernel CVS conflicts with this by stating:

Create a new rule file in that directory called "dvb.rule" and add the following line:
...

It doesn't work! Believe me. get the makedvb.sh script and run it at
startup. Ignore the errors. This is what I have been doing for the last
couple of weeks. I am also using SVDRP instead of lirc to control VDR.

I am hoping that this is short term and temporary...

Cheers

Tony Grant



Home | Main Index | Thread Index