LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   I am desperate, need help with DVB issue (https://www.linuxquestions.org/questions/linux-general-1/i-am-desperate-need-help-with-dvb-issue-443866/)

hotcha3 05-11-2006 01:56 PM

I am desperate, need help with DVB issue
 
Hi, im a new linux user (ubuntu), and i have bought an Avertv DVB-USB 2.0 a week ago. I found some nice guides to install the drivers, but i get some problems...i've been trying for week.

The problemn is when i try to compile the linuxtv.org driver i get:

~/dvb-kernel/build-2.6$ make

Makefile:13: /lib/modules/2.6.15-22-386/source/.config: FIle or directory doesen't exist
make: *** there's no rule to build the objective `/lib/modules/2.6.15-22-386/source/.config'. Alto.

And truly i don't have any directory named source, i have installed already the kernel headers, source and essentials for my 2.6.15-22-386 but i still can't get to make it.

I would really appreciate a help on this issue, or if someone could tell me another way to make my ubuntu dapper recognize the dvb receiver.

Thanks alot in advance.

cs-cam 05-11-2006 08:12 PM

That directory is just a symlink on most installations, you could either change it in the Makefile to point to build/ which should be there or create the symlink with this (as root):
Code:

ln -s /usr/src/linux-2.6.15-22-386 /lib/modules/2.6.15-22-386/source

hotcha3 05-11-2006 10:29 PM

Thanks alot it worked, and i could start compile but then i get this error:
Quote:

[ -L saa7146_video.c ] || ./getlinks
rm -rf video-buf.c
ln -s /lib/modules/2.6.15-22-386/source/drivers/media/video/video-buf.c video-bu f.c
make -C /lib/modules/2.6.15-22-386/source SUBDIRS=/home/sunil/dvb-kernel/build- 2.6 AV7110_FIRMWARE= AV7110_OSD=y
make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.15-22'

WARNING: Symbol version dump /usr/src/linux-headers-2.6.15-22/Module.symvers
is missing; modules will have no dependencies and modversions.

CC [M] /home/sunil/dvb-kernel/build-2.6/flexcop.o
/bin/sh: scripts/genksyms/genksyms: No existe el fichero o el directorio
make[2]: *** [/home/sunil/dvb-kernel/build-2.6/flexcop.o] Error 1
make[1]: *** [_module_/home/sunil/dvb-kernel/build-2.6] Error 2
make[1]: se sale del directorio `/usr/src/linux-headers-2.6.15-22'
make: *** [all] Error 2


All times are GMT -5. The time now is 06:45 AM.