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
But I get the same problem... flashy video (nexus dvb-S here...)
Regards, -- Alexandre CONRAD Research & Development tel : +33 1 30 80 55 00 fax : +33 1 30 56 50 20 TLV 6, rue de la plaine 78860 - SAINT NOM LA BRETECHE FRANCE
-------- Original Message --------
Subject: Re: [linux-dvb] Re: SV: SV: Re: Compilation under RedHat 8.0
Date: Thu, 27 Feb 2003 15:02:28 +0100
From: Alexandre CONRAD <[EMAIL PROTECTED]>
To: Jürgen Zimmermann <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
What worked for me on RedHat >= 8.0 is the following (borrowed from kernel-2.4.spec):
cd /usr/src/linux
make mrproper
make oldconfig
make oldconfig (Yes, twice! That's where the problem arise)
make include/linux/version.h
make dep
??!!
cd /usr/local/src/DVB
make
(cd driver; make)
/usr/src/linux/scripts/pathdown.sh: line 4: TOPDIR: parameter null or not set
make[1]: Entering directory `/usr/local/src/DVB/driver'
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Entering directory `/usr/src/linux-2.4.18-14'
The present kernel configuration has modules disabled. Type 'make config' and enable loadable module support. Then build a kernel with module support enabled.
make[2]: *** [modules] Error 1 make[2]: Leaving directory `/usr/src/linux-2.4.18-14' make[1]: *** [here] Error 2 make[1]: Leaving directory `/usr/local/src/DVB/driver' make: *** [dvb] Error 2
Now, I'll do again what I was telling you about : cd /usr/src/linux make menuconfig Loadable module support ---> [*] Enable loadable module support [*] Set version information on all module symbols [*] Kernel module loader exit save : YES Saving your kernel configuration... make dep
after a 1 or 2 minutes compiling...
cd /usr/local/src/DVB make
and... surprise !!
it compiles all the way to the end !!! but... my TV ouput shows something wrong... like this flash that happens when you turn off your TV... and when I use ntuxplayer to read a video, I can't see anything but this strange flashy noise...
Regards,
-- Alexandre CONRAD Research & Development tel : +33 1 30 80 55 00 fax : +33 1 30 56 50 20 TLV 6, rue de la plaine 78860 - SAINT NOM LA BRETECHE FRANCE
-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.