Mailing List archive

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

[linux-dvb] Re: depmod and dvb driver




----- Original Message -----
From: "zhuravlev alexander" <zaa@ulstu.ru>
To: <linux-dvb@linuxtv.org>
Sent: Wednesday, December 19, 2001 6:20 AM
Subject: [linux-dvb] depmod and dvb driver


> Could anyone explain to me why appears this error
> message
>
> I follow these steps:
> 1. cd driver
> 2. make
> 3. make install
> 4. make rmmod
> 5. make insmod
>
> but when i type
> depmod
>
> appears such error
> depmod: *** Unresolved symbols in /lib/modules/2.4.16zaa/misc/dvb_firm.o
>
> And second
> How make compiled modules load at startup automatically ?

Write a skript, which jumps to the DVB-drivers directory and executes the 'make insmod' (and maybe starts the VDR, ... software)
Then go to your runlevel-defining directory (Redhat: /etc/rc.d/rc.X; Suse: /etc/rc.d/init.d/rc.X, where X describes the runlevel)
and make a link to the skript.
The links name must be like Sxxyyyy, where 'xx' describes the starting time ('01' very early, before network, etc; '99' very late,
at shell prompt) and 'yyyy' some name you want to use.

>
> Thanks in advance.
>
> --
> zhuravlev alexander
>  u l s t u  c t c
> e-mail:zaa@ulstu.ru
>
>
> --
> 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