Mailing List archive

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

[linux-dvb] Re: Compilation under RedHat 8.0



>Le Jeudi 27 Février 2003 13:00, Alexandre CONRAD a écrit :
>> But I know that my kernel has module support. The i2c and v4l module are
>> loaded by default in RH 7.2 / 7.3. I guess they are in RH8 also. Well,
>> my webcam works, and it uses video4linux AFAIK, right ?
>
>I have exactly the same feeling. It would be very surprising if RedHat
kernel
>did not have loadable modules, cideo4linux and i2c.

The RH Kernal alway´s have loadable module support, but the driver take a
look in /usr/src/linux if THIS source is configures for loadable module
support. Because the source is "clean" at this moment, the driver could not
find the needed modules support.

try this:

copy the RH System.map from /boot/System.map-2.4.xx to
/usr/src/linux/System.map
go to /usr/src/linux, "make clean" and "make mrproper"
"make menuconfig" and load the current config from /boot (must be
config-2.4.xx or so)
save settings an go out of menuconfig
"make dep"
try to build the driver

testet on Mandrake 9.1(rc1), worked without to compile a new kernel

greetings

A.Share
>On the converse, I wonder why DVB drivers are not provided with a
./configure
>script. This would solve our problem. This compilation script is so
unusual.




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



Home | Main Index | Thread Index