Mailing List archive

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

[linux-dvb] Re: linuxtv-dvb-1.1.1 make error



"Matt" <matt@gta-action.com> wrote on 16.06.04 12:17:59:

> Hi!

>I've a problem doing make by the linuxtv-dvb-1.1.1 (driver for a dvb tv card from linuxtv.org). >When I type make in the /linuxtv-dvb-1.1.1/build-2.6 directory I get the following error:

>Makefile:8: /lib/modules/2.6.4-54.5-default/build/.config: No such file or directory
>make: *** No rule to make target `/lib/modules/2.6.4-54.5-default/build/.config'. Stop.

>I'm using Suse 9.1 with the standart 2.6.4-54.5 Kernel. In the directory /lib/modules/2.6.4-54.5->default/ there isn't a directory named build, when I create a link with konqueror to the >directory /usr/src/linux/ it also doesn't work. Any idea how to get it running? 

Try this - it worked for me:

cd /usr/src/linux
make arch/i386/kernel/vmlinux.lds.s

cd /usr/local/src
 
cvs -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv login
cvs -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv co dvb-kernel

cd dvb-kernel
cd build-2.6
make

Now copy the firmware file to the directory mentioned in firmware.txt (something with hotplug/firmware, can´t remember exactly) and type

modprobe firmware_class
./insmod.sh load

Of course, you can also take the stable drivers. The CRC32 error with the CVS drivers can be ignored as this module is already built in the default SuSE 9.1 kernel.

Jörg
_____________________________________________________________________
Wenn Worte allein nicht ausreichen: WEB.DE Video-Mail - 
Die E-Mail der nächsten Generation! http://freemail.web.de/?mc=021197





Home | Main Index | Thread Index