Mailing List archive

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

[linux-dvb] Re: AW: How to setup VDR with SuSE



> >and if it's something with i2c-core the wrong i2c-module is used.
> >Do a find /lib/modules/your-kernel/ -name "i2c-core.o" and be sure
> >only the one coming with dvb is there.
>
> There was another i2c-core.o file. I deleted it an compiled a new kernel
> without any i2c support. When I start /DVB/driver/make insmod, the dvb
> driver is loaded and working.

Mmm, wonder if it will work without i2c-support, i set it to "module" and
remember myself to delete the additional i2c-core.o every time i do
a "make modules_install" (about once a week ;-)

> depmod: *** Unresolved symbols in /lib/modules/2.4.0/misc/dvb.o
> depmod:         dvb_register_device
> depmod:         dmx_unregister_demux
> depmod:         dvb_unregister_device
> depmod: *** Unresolved symbols in /lib/modules/2.4.0/misc/dvb_demux.o
> depmod:         dmx_register_demux

I assume after you rebuild your kernel and DVB-driver the above messages are 
gone?

If not, make sure the modules 
/lib/modules/2.4.0/misc/demux.o
/lib/modules/2.4.0/misc/dvbdev.o
exist. (there the functions come from as a "grep dvb_register_device ..." can 
tell you).
Anyway, as i wrote in my "Install" Section, doing it with a small script 
(using make insmod) is prefered at the moment, i had all sorts of strange
problem let it the kernel autoloader do :-(
(But replacing the i2c-core module under /lib/modules is recommended
if you have other drivers using i2c).

At least lsmod should show something like:
dvb-tuner               3952   0  (unused)
dvb                  	      2957424   3
dvb_demux               4736   0  [dvb]
dmxdev                  5744   0  [dvb]
VES1820                 3344   0  (unused)
VES1893                 3360   0  (unused)
saa7146_v4l            15744   0  (unused)
saa7146_core           13760   0  [dvb saa7146_v4l]
videodev                4480   4  [dvb]
ca                       864   0  (unused)
frontend                 960   0  (unused)
sec                      848   0  (unused)
audio                   1056   0  (unused)
video                    992   0  (unused)
dmx                     1072   0  (unused)
demux                    576   1  [dvb dvb_demux]
dvbdev                  1584   1  [dvb dvb_demux VES1820 VES1893 ca frontend 
sec audio video dmx]

If it doesn't it's no wonder vdr fails ;-)

(I assume the character devices /dev/video* exist at all?)


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



Home | Main Index | Thread Index