LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-05-2004, 12:01 PM   #1
mpdegroat
LQ Newbie
 
Registered: Mar 2004
Distribution: Mandrake 9.2, RedHat 7.3, RedHat 9.0, E-smith 6.0beta3
Posts: 4

Rep: Reputation: 0
Angry kernel 2.6.3 sym53c8xx issue, PLEASE HELP


Hello All:

I really need some help. I have been Linux user for quite some time but this is the first time I've tried to compile my own kernel.

I downloaded the source from kernel.org. It compiles fine.
I ran:

make mrproper
make menuconfig
make clean
make bzImage
make modules
make modules_install

Then when I try... mkinitrd /boot/initrd-2.6.3numerica.img 2.6.3numerica I get the following error and it's baffling me completely.

No module sym53c8xx found for kernel 2.6.3numerica

I haven't a clue on how fix it?!

Please help!

Thanks,

Michael
 
Old 03-05-2004, 03:28 PM   #2
Andrew Benton
Senior Member
 
Registered: Aug 2003
Location: Birkenhead/Britain
Distribution: Linux From Scratch
Posts: 2,073

Rep: Reputation: 64
If I were you I would do away with make clean, make bzImage and make modules as you don't need them with 2.6 kernels. Just type make. At the end I would copy the kernel and System.map to /boot and the only other thing I would do is select gcc-2.95.3, but some people use other compilers so I guess that's up to you. Try
Code:
make mrproper
make menuconfig
make
make modules_install
cp arch/i386/boot/bzImage /boot/nameofkernel
cp System.map /boot
I would do
Code:
cd /usr/src/linux && cp .config ../config && make mrproper && cp ../config .config && make menuconfig
make CC=/opt/gcc-2.95.3/bin/gcc && make CC=/opt/gcc-2.95.3/bin/gcc modules_install && cp arch/i386/boot/bzImage /boot/lfskernel && cp System.map /boot && init 6
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
scsi sym53c8xx and 2.6.x kernel os2 Linux - Hardware 1 07-05-2005 09:25 AM
Kernel 2.6.7 / SCSI boot failure with sym53c8xx-2 Luzipher Linux - General 2 06-30-2004 09:48 AM
2.6.4 Kernel and sym53c8xx driver BigBend Linux - General 0 03-14-2004 12:10 PM
kernel 2.4.24 with sym53c8xx mindcry Linux - Software 0 01-24-2004 02:26 AM
Redhat 7.3 2.4.18-10smp kernal panic on sym53c8xx namredips Linux - Hardware 0 09-25-2002 09:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration