O Plameras wrote: <snip>
thanks again Oscar , looks like I got a bit further, made it to : make install_modules with this error:
Did you upgrade from Fedora Core 1 ?
Let us do this once more by modifying your 'Makefile' as follows:
1. Change directory to: [EMAIL PROTECTED] linux-2.6.5-1.358]#
2. Then, [EMAIL PROTECTED] linux-2.6.5-1.358]# vi Makefile and change the fourth line, that says,
EXTRAVERSION=-1.358custom
to
EXTRAVERSION=-1.358-lcaetan
The idea here is to make a new name for your kernel so as to avoid overwriting your old one.
3. Then do the following line by line instead of all commands in one line.
[EMAIL PROTECTED] linux-2.6.5-1.358]# make oldconfig [EMAIL PROTECTED] linux-2.6.5-1.358]# make clean [EMAIL PROTECTED] linux-2.6.5-1.358]# make [EMAIL PROTECTED] linux-2.6.5-1.358]# make modules [EMAIL PROTECTED] linux-2.6.5-1.358]# make modules_install [EMAIL PROTECTED] linux-2.6.5-1.358]# make install
If successfull you should be able to use your new kernel.
INSTALL drivers/media/video/zr36067.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.5-1.358-lcaetan; fi
make: *** [_modinst_post] Error 143
-- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
