Mailing List archive

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

[linux-dvb] dvb-kernel modules pb in 2.4.21-0.13mdk



So, I have successfully rpm packaged libdvb-0.5.4 (with 4 patches),
linuxtv-dvb-1.1.0 (with 1 patch) and linuxtv-dvb-apps-1.1.0 (18 patches).

Now finally, I want to check my two ttpci cards - before that I was to
invent a modules.conf  since linuxtv-dvb does not contain anymore some
modules.conf file as it used to be in the old dvb-modules series. Anyway,
one can guess a list based on insmod.sh present in the tarball.

Still, things should get right as soon as we see dvb to fire devfs
events and the rest going through register-device creating the
necessary nodes - that seems to go simply by the fact that when I
run `modprobe dvb-ttpci` it seems that both cards are recognized:
$ ls -F /dev/dvb/
adapter0/  adapter1/

however one can not access either of the two cards since both have no
frontend nodes (adapter0 is a budget, adapter1 is siemens 1.3):
$ ls -F /dev/dvb/*
/dev/dvb/adapter0:
demux0  dvr0  net0
/dev/dvb/adapter1:
audio0  ca0  demux0  dvr0  net0  osd0  video0

That is quite annoying since the frontend drivers have been loaded:
# lsmod
Module                  Size  Used by    Not tainted
dvb-ttpci             290708   0  (unused)
input                   5664   0  [dvb-ttpci]
saa7146_vv             39388   0  [dvb-ttpci]
dvb-ttpci-budget        6664   0  (unused)
ttpci-eeprom            2616   0  [dvb-ttpci dvb-ttpci-budget]
dvb-core               50924   0  [dvb-ttpci dvb-ttpci-budget]
saa7146                13428   0  [dvb-ttpci saa7146_vv dvb-ttpci-budget]
video-buf              15536   0  [saa7146_vv]
v4l2-common             4032   0  [saa7146_vv]
v4l1-compat            11300   0  [saa7146_vv]

How to proceed? Things used to work flawless with old dvb modules.

-- guido                                  http://google.de/search?q=guidod
GCS/E/S/P C++/++++$ ULHS L++w- N++@ s+:a d(+-) r+@>+++ y++ 5++X- (geekcode)
probeall /dev/dvb dvb-ttpci-budget
alias /dev/dvb/* /dev/dvb
below ttpci-eeprom dvb-core
below dvb-ttpci-budget ttpci-eeprom
below dvb-ttpci-budget saa7146



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index