Mailing List archive

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

[vdr] Re: DVB drivers in 2.6 kernel, VDR 1.3.8 and TT DVB-C 2.1?



hagrid wrote:

Jouni Karvo wrote:

> Suggestions? Should I try VDR 1.2.x?

Makes no difference. You need to compile the kernel first. If you
get the exact same kernel version sources that you use currently, you
do not need to install the kernel you compiled yourself.


OK, I've now recompiled the kernel from sources, and I'm running
that kernel now.

The runvdr script on the VDR's root directory is incorrect for the
new DVB driver.  The 'DVBDIR' has changed and "make insmod"
no longer works, instead one is supposed to use "insmod.sh load".

Most unfortunately the new DVB drivers I just compiled won't load,
it says:
[root@cs78174054 build-2.6]# ./insmod.sh load
Inserting DVB modules into kernel
FATAL: Module input not found.
insmod: error inserting './dvb-ttpci.ko': -1 Unknown symbol in module
insmod: error inserting './ttusb_dec.ko': -1 Unknown symbol in module
Drivers are: linuxtv-dvb-1.1.1.

That 'input' would be a problem when trying to get the LIRC working,
but now I'm more worried about the actual dvt-ttpci not loading :(.

Cheers,
   Ari


Another attempt, new kernel from kernel.org:

[root@cs78174054 VDR]# uname -r
2.6.6AH
[root@cs78174054 VDR]# modprobe dvb-ttpci
[root@cs78174054 VDR]# lsmod | grep dvb
dvb_ttpci              86288  0
dvb_core               88968  1 dvb_ttpci
saa7146_vv             52960  1 dvb_ttpci
saa7146                20520  2 dvb_ttpci,saa7146_vv
firmware_class         10976  1 dvb_ttpci
ttpci_eeprom            3776  1 dvb_ttpci
[root@cs78174054 VDR]# ./vdr
vdr: no primary device found - using first device!

Ari





Home | Main Index | Thread Index