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 03-16-2004, 10:07 PM   #1
wslyhbb
Member
 
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150

Rep: Reputation: 15
Question Can I get a little help with my 2.6.3 kernel?


Preliminary Information
Motherboard: Giga-byte 7VRX
On-board sound: VIA AC'97
Linux Distribution: Mandrake 9.2 PowerPack
Kernel: 2.6.3-4mdkcustom

I downloaded the kernel source from Mandrake and configured it, compiled it, and it runs, even X loads, but I have some issues with it. If anyone can help me figure out what I need to do to fix the problems it would be very helpful. I am going to take this one error at a time as fixing errors may correct other errors. First thing, why do I get the following in my syslog?

Mar 16 22:33:47 wslyhbb kernel: Inspecting /boot/System.map-2.6.3-4mdk
Mar 16 22:33:47 wslyhbb partmon: Checking if partitions have enough free diskspace:
Mar 16 22:33:47 wslyhbb kernel: Loaded 35206 symbols from /boot/System.map-2.6.3-4mdk.
Mar 16 22:33:47 wslyhbb kernel: Symbols match kernel version 2.6.3.
Mar 16 22:33:47 wslyhbb kernel: No module symbols loaded - kernel modules not enabled.
Mar 16 22:33:47 wslyhbb kernel: Linux version 2.6.3-4mdk (root@wslyhbb) (gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)) #1 Tue Mar 16 10:29:25 EST 2004
Mar 16 22:33:47 wslyhbb kernel: BIOS-provided physical RAM map:
 
Old 03-17-2004, 03:04 AM   #2
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
in what order did you compile it?

btw, you coulda just grabbed the rpm's 2.3.4-4mdk, module-init-tools, mkintrd, kernel-source and it woulda done it all for you on 9.2, i've tested this
 
Old 03-17-2004, 07:05 AM   #3
wslyhbb
Member
 
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150

Original Poster
Rep: Reputation: 15
Well, but I wanted to configure my kernel to be specific to my processor and get rid of a few unnecessary things.
 
Old 03-17-2004, 02:07 PM   #4
equinox
Member
 
Registered: Dec 2003
Location: Johannesburg, South Africa
Posts: 846

Rep: Reputation: 30
Quote:
in what order did you compile it?
u gonna answer me?
 
Old 03-17-2004, 02:14 PM   #5
wslyhbb
Member
 
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150

Original Poster
Rep: Reputation: 15
Oh, sorry. In what order? I did ./configure, then make bzImage, then make modules, make modules_install, then I copied the bzImage to /boot, renamed it to vmlinuz-2.6.3-4mdk, copied the System.map file to /boot as well. Renamed System.map to System.map-2.6.3-4mdk, made an entry in lilo, and rebooted.
 
Old 03-17-2004, 02:19 PM   #6
wslyhbb
Member
 
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150

Original Poster
Rep: Reputation: 15
Actually, one thing I have against installing RPM kernels, is they set themselves as the default kernel and if they do not work I am afraid of that. That is also why I do not run make install, but instead move it myself and make the lilo entry. I had one problem on an old computer with Mandrake 9.2 and 2.6.0 kernel I got out of Cooker at Christmas time when it first came out, I installed the RPM and it booted, with many errors as it was, and because 2.6 handles peripherals differently, it configured my mouse on that computer somehow wrong or something to the fact that it did not work. The mouse just displayed in the center of the screen and would not move. And actually it completely got rid of my old 2.4 kernel so I could not just boot with my old kernel, so I ended up reformatting it to get it back to a working state.
 
Old 03-18-2004, 07:16 PM   #7
wslyhbb
Member
 
Registered: Apr 2002
Location: Chicago, IL
Distribution: Mandriva 2009.0 PowerPack x86_64
Posts: 150

Original Poster
Rep: Reputation: 15
Ok, so I installed 2.6.3-4mdk from the RPM, and I am booted up in it right now. Then I configured the kernel to be for my AMD Athlon XP, and a couple other changes, not very many. Anyhow, I compiled the kernel, then the modules, and then tried to install the modules using make modules_install but got the following error:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.3-4mdkcustom; fi
WARNING: /lib/modules/2.6.3-4mdkcustom/kernel/drivers/char/ipmi/ipmi_smb_intf.ko needs unknown symbol i2c_set_spin_delay
make: *** [_modinst_post] Error 1

What is wrong? and What can I do to fix it?
 
Old 03-31-2004, 05:11 PM   #8
pablob
Member
 
Registered: Apr 2003
Location: Madrid
Distribution: RHEL, Kubuntu, Solaris, TRU64
Posts: 382

Rep: Reputation: 31
Regarding your first post, please read:
http://www.linuxquestions.org/questi...602#post850602

or

http://kerneltrap.org/node/view/1753
 
  


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
Kernel 2.4 in Zipslack (Waring: unable to open an initial console | Kernel Panic...) kurtamos Linux - General 2 05-10-2006 12:58 PM
Kernel-Patch Debian Logo 2.6.2 not correctly working for custom kernel 2.6.11 smp deepclutch Debian 3 06-27-2005 03:59 AM
kernel panic: try passing init= option to kernel...installation with Red Hat 9 kergen Linux - Hardware 1 09-30-2004 03:28 AM
Unable to build NVIDIA kernel module / determin kernel version Night Ink Fedora 2 05-31-2004 04:54 PM
Kernel 2.4.23 compile causes kernel panics on ATA RAID-1 (mirror) array Raptor Ramjet Slackware 3 12-18-2003 01:40 PM

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

All times are GMT -5. The time now is 06:17 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