Followupping to my previous article. I just remembered that before compiling DVB modules I had to do the following (guess did I get everything OK at the first tryy -- the command list below is a cleaned-up version of all I did... ;D):
# cd /usr/src # ln -s linux-2.4.18-14 linux # cd linux # make mrproper (just to make sure) # cp configs/kernel-2.4.18-i686.config .config # make dep # make bzImage # make modules tomi Sunday Oct 13 13:55:56 +0300 2002 Tomi Ollila <[EMAIL PROTECTED]> wrote: > > I have Nova-t working w/ Red Hat 8.0. > > I just cd'd to DVB/driver and entered make. > > I did get some problems about kernel versions, and then I edited > /usr/src/linux-2.4.18-14/include/linux/version.h -- changed > #define UTS_RELEASE "2.4.18-14custom" to > #define UTS_RELEASE "2.4.18-14" > > ...hmm, perhaps I added link /usr/src/linux -> linux-2.4.18-14. > > Then make & make insmod worked as it used to do -- and DigiTV > applications worked as before... > > > Tomi > > > > -- > Info: > To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as >subject. -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
