LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 06-04-2004, 09:05 PM   #1
rbonafied
Member
 
Registered: Nov 2003
Location: Delaware
Distribution: Mandriva 2007
Posts: 50

Rep: Reputation: 15
recompiled kernel 2.6.3-13 what does this mean?


mdk10 Official

I recompiled my kernel for my laptop so it would boot. During the boot I see lots of this:

pcmcia_core: disagrees about version of symbol struct_module
ds: disagrees about version of symbol struct_module
orinoco_cs: disagrees about version of symbol struct_module
hermes: disagrees about version of symbol struct_module
orinoco: disagrees about version of symbol struct_module
pcmcia_core: disagrees about version of symbol struct_module
ds: disagrees about version of symbol struct_module
orinoco_cs: disagrees about version of symbol struct_module
soundcore: disagrees about version of symbol struct_module
snd: disagrees about version of symbol struct_module
soundcore: disagrees about version of symbol struct_module
snd: disagrees about version of symbol struct_module
soundcore: disagrees about version of symbol struct_module
sound: disagrees about version of symbol struct_module
uart401: disagrees about version of symbol struct_module
sb_lib: disagrees about version of symbol struct_module
sb: disagrees about version of symbol struct_module
ipv6: disagrees about version of symbol struct_module
spurious 8259A interrupt: IRQ7.

What does it all mean and how do I address it?

Steps to compile kernel were:
make bzImage
make modules
make modules_install
make install

Thank you in advance,
r
 
Old 06-04-2004, 09:24 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Did you clean before you compiled? As the modules might not have been rebuilt.
 
Old 06-05-2004, 07:55 AM   #3
rbonafied
Member
 
Registered: Nov 2003
Location: Delaware
Distribution: Mandriva 2007
Posts: 50

Original Poster
Rep: Reputation: 15
Yes, I did. I did a 'make mrproper'.
 
Old 06-05-2004, 02:55 PM   #4
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
You might also want to check the installed modules. Try removing /lib/modules/2.6.3

( might end with -13 ). and reinstalling the kernel.
 
Old 06-05-2004, 03:11 PM   #5
rbonafied
Member
 
Registered: Nov 2003
Location: Delaware
Distribution: Mandriva 2007
Posts: 50

Original Poster
Rep: Reputation: 15
@leonscape,

Thanks for your help.

Now this is strange ...

In my mind this is all related, but I'll be glad to open another thread ...

I removed the /lib/modules/2.6* directories based on what I built. I then went to /usr/src/linux-2.6.3-13mdkcustom and rebuilt what I built last night. I then reinstalled bzImage & modules.

Last night I was able to boot but got the errors in mentioned before. NOW I am getting the kernel panic init= messages. I don't believe I changed anything other than reinstalling, but who knows. My /boot partition is ext3 (which I think is builtin to the new kernel). My /initrd directory is out there. Any ideas how I'm going backwards instead of forwards?

I'll be glad to attach any files than can help this newbie get farther.

thanks again,
r
 
Old 06-05-2004, 03:35 PM   #6
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
What filesystem is / (root) and is it built into the kernel? Thats a common mistake, as you can't read /lib/modules to load the module for the root disk. The only filesystems you use that aren't usually built into the kernel, should only be remote ( SMD, NFS ) and removable ( UDF, iso9660 ).

/boot isn't a problem usually ( since the only thing is the kernel itself, and maybe a bootloader ).
 
Old 06-05-2004, 04:29 PM   #7
rbonafied
Member
 
Registered: Nov 2003
Location: Delaware
Distribution: Mandriva 2007
Posts: 50

Original Poster
Rep: Reputation: 15
All the filesystems are ext3. I have separate filesystems for /, /tmp, /home, /var, & /boot.

I'm rebuilding the kernel again as we speak. Unfortunately on the PII 333mhz it will take many hours. Before rebuilding, I did a 'make mrproper' and then a 'make defconfig', After which I edited the .config and made sure references to 'ext3' were marked as 'y' instead of 'm'.
 
Old 06-06-2004, 09:50 PM   #8
rbonafied
Member
 
Registered: Nov 2003
Location: Delaware
Distribution: Mandriva 2007
Posts: 50

Original Poster
Rep: Reputation: 15
Latest update ...

I think I'm a bit further but have now encountered another problem. When booting 2.6 the console display is blank. I can hear the disk humming and "proceeding". After inspecting the messages log the last line written is 'Proceeding to runlevel 6'. Unfortunately I didn't know it at the time because the display was blank . I had to boot to 2.4 to see it.

For kicks, I decided to do a 'make mrproper' and then 'make allconfigyes (or something)' just to see.
I'll post sometime tomorrow on that one...

A couple of things I learned along the way:
1) Don't try to build two kernels at the same time in separate directories unless one is sure the original directory references are removed. (that killed about 1 day)
2) When doing a 'make install' still do the /sbin/lilo step after it completes.
 
Old 06-07-2004, 12:00 PM   #9
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Runlevel 6 is reboot. Which means the system when down for a reboot, on startup thats a problem. Have you added framebuffers? as that could be a cause of fault, not all graphics cards ( Nvidia specifically ) like the new framebuffers.
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
recompiled kernel uses more power??? lumbrjackedpcj Linux - Software 1 03-22-2005 06:04 PM
kernel recompiled?? a little confused uvone Slackware 4 06-23-2004 09:58 AM
Concerning ALSA and recompiled kernel nvn Slackware 6 02-25-2004 05:27 PM
recompiled kernel not in use taoweijia Linux - Newbie 1 01-09-2004 08:33 AM
recompiled kernel and no vmlinuz.old or kernel module for Nvidia Bruce Hill Slackware 13 12-11-2003 01:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:33 PM.

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