Mailing List archive

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

[linux-dvb] Re: i2c-core and videodev: no module by that name found



Thanks!
ok, that was not the problem (i did make modules and make modules_install),
but i solved it :-)

1. didn't mark i2c and videodev as modules (M) in "make menuconfig" (had *
before both).
- After recompiling the kernel, both modules were copied to
/lib/modules/2.4.4/...

2. the dvb-driver obviously searches both .o-files in
/lib/modules/kernel-version/misc, but "make modules_install" copies them in
/lib/modules/kernel-version/kernel/drivers/i2c and
/lib/modules/kernel-version/kernel/drivers/media/video where the dvb-driver
(make insmod) can not find them.
- I copied both into the misc-directory ... now "make insmod" in the
dvb/driver-directory works fine :-)

The problem with VDR loosing the sound now and then (usually after 4 to 5
channel-ups and downs) still occurs. A "make reload" helps, but can't be the
solution for this.

Messagelog:
Oct 26 10:33:25 milk vdr[834]: ERROR (dvbapi.c,3200): Device or resource
busy
Oct 26 10:33:25 milk vdr[834]: ERROR: failed to set PIDs for channel 28
Oct 26 10:33:25 milk vdr[834]: retrying
Oct 26 10:33:25 milk vdr[834]: ERROR (dvbapi.c,3200): Device or resource
busy
Oct 26 10:33:25 milk vdr[834]: ERROR: failed to set PIDs for channel 28
Oct 26 10:33:25 milk vdr[834]: retrying
Oct 26 10:33:26 milk vdr[834]: ERROR (dvbapi.c,3200): Device or resource
busy
Oct 26 10:33:26 milk vdr[834]: ERROR: failed to set PIDs for channel 28
Oct 26 10:33:26 milk vdr[834]: retrying


PS.: (offtopic) why doesn't the dvb-mailinglist set a "reply-to" in it's
mailheaders like the vdr-list does? If one doesn't add the
dvb-list-mailadress in his/her reply no one receives the reply except for
the person with the problem, but maybe the answer would help other people
too ... just my 2 cents...




----- Original Message -----
From: <mocm@convergence.de>
To: "Sebastian Herp" <newsletter@scytheman.net>
Cc: "Johannes Schoeller" <schoeller@gmx.at>; <linux-dvb@linuxtv.org>
Sent: Thursday, October 25, 2001 6:56 PM
Subject: [linux-dvb] Re: i2c-core and videodev: no module by that name found


>
> Hmm, some people don't seem to be able to read /usr/src/linux/README.
> Just quoting from this:
>
>  - If you configured any of the parts of the kernel as `modules', you
>    will have to do "make modules" followed by "make modules_install".
>    Read Documentation/modules.txt for more information.  For example,
>    an explanation of how to use the modules is included there.
>
> And there is lots and lots more of this so strangely informative stuff.
>
> Marcus
>
> --
> ---------------------------------------------------------------------
> Dr. Marcus Metzler
> mocm@netcologne.de                     http://www.metzlerbros.de
> mocm@convergence.de                    http://www.convergence.de
>
> Convergence Integrated Media GmbH
> Rosenthaler Str. 51
> D-10178 Berlin
> ---------------------------------------------------------------------
>
>
> --
> Info:
> To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe
linux-dvb" as subject.
>
>



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


Home | Main Index | Thread Index