Mailing List archive

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

[linux-dvb] Re: probs with driver 0.8.1 (make insmod)




Hi Markus!

On Mon, Feb 12, 2001 at 10:09:21AM +0100, Markus Schwierz wrote:
> Hello,
> 
> when i try to make insmod with the driver 0.8.1 i get
> the following error messages:
> 

> videodev.o: unresolved symbol request_module
> dvb.o: unresolved symbol video_register_device
> dvb.o: unresolved symbol video_unregister_device
> SIOCSIFADDR: Kein passendes Gerät gefunden
> dvb0: unknown interface: Kein passendes Gerät gefunden
> make: *** [insmod] Error 255
> bash-2.04#      

Hmm, it seems, there are some modules missing in this list, here
is mine:

  start)
        msg='Loading DVB driver modules'
        echo -n "$msg: "
        sync
        (
          insmod dvbdev
          insmod demux
          insmod dmx
          insmod video
          insmod audio
          insmod sec
          insmod frontend
          insmod ca
          insmod i2c-core
          insmod videodev
          insmod saa7146_core mode=0 buffers=4
          insmod saa7146_v4l
          insmod VES1893
          insmod VES1820
          insmod dmxdev
          insmod dvb_demux
          insmod dvb fdebug=1 init_chan=1
          insmod tuner
          insmod msp3400
#         ifconfig dvb0 192.168.0.163
        )
        sync


> I made make and makedev.napi in the driver direcory an got
> no error messages so far. My system is Suse 7.0 with kernel
> 2.2.16 and the Siemens dvbs card. The older driver versions 
> (0.7.x - 0.8.0) work without any problems. 

This worked for me with the last version on 2.2.x, currently
on 2.4.x with devfs there some problems with how to name the
devices. So I cannot really say anything here...

> Has anybody an idea what i've done wrong? 

s.a.

Best regards,

Reinhard
-- 
E-Mail: reinhard@suamor.de
New GnuPG Public Key available on request
Projekte: Datenbank und -schnittstelle für einen Fledermausroboter
          Datenbankanbindung und Demonstrationsserver für Pincity

-- Attached file included as plaintext by Listar --

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Weitere Infos: siehe http://www.gnupg.org

iD8DBQE6h/9rTlancrI0irQRApi3AJ9Tx81FKBtIegpc/CQWM3+RCULQvgCfbHJY
JdmnyykY0I4FpVYFMoovEiE=
=JSCU
-----END PGP SIGNATURE-----



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



Home | Main Index | Thread Index