LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-21-2005, 10:57 PM   #1
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Rep: Reputation: 15
build kernel 2.6.10, help me plz


when i buil kernel 2.6.10 i had this message

if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.10; fi
make: *** [_modinst_post] Error 143

Plz help me

Thanks
 
Old 01-21-2005, 11:22 PM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hey have look here

https://www.redhat.com/archives/fedo.../msg00584.html

regards
 
Old 01-23-2005, 09:45 AM   #3
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Original Poster
Rep: Reputation: 15
This mess happend when i use command : "make modules_install"

INSTALL sound/synth/emux/snd-emux-synth.ko
INSTALL sound/synth/snd-util-mem.ko
INSTALL sound/usb/snd-usb-audio.ko
INSTALL sound/usb/snd-usb-lib.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.10; fi
make: *** [_modinst_post] Error 143

i've got 256M RAM and 200M swap

regards
 
Old 01-23-2005, 10:40 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
what i think u can do is

run "top" in one terminal and in another terminal run Ur make command

and monitor the memory usage etc from the top command

all forms that i saw with respect to this error report of insufficient memory problem

256 MB RAM and 200 MB swap is surely enough,but still check for
it

regards
 
Old 01-24-2005, 08:25 AM   #5
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Original Poster
Rep: Reputation: 15
you are right, masand

i've checked and noticed that my memory ran out quickly before error happend.

i think if i had more memory this error would still happend

i find a link

http://www.linuxquestions.org/questi...icle&artid=150

how do you think ? am I in the same situation ?

Thanks

Last edited by lomnhom; 01-24-2005 at 08:32 AM.
 
Old 01-24-2005, 08:33 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there
what OS are u using?

maybe we can bring down some memory resources!!

meanwhile i will check out that link u gave

regards
 
Old 01-25-2005, 03:21 AM   #7
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Original Poster
Rep: Reputation: 15
hi,

I'm using FC2 on Celeron 2.4D, Intel 865G

I'll try as you recommended

regards

lomnhom
 
Old 01-25-2005, 11:28 AM   #8
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
we can bring down some services

post the O/P of

chkconfig --list

and what is ur system role etc

regards
 
Old 01-25-2005, 08:25 PM   #9
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Original Poster
Rep: Reputation: 15
hi,

yesterday, i found out the reason why i can't build kernel 2.6.10. and took it out.

The reason is a mismatch item in .config file. My sound card is SoundMax AD1981B (onboard) but FC2 can't detect correctly (it's dectected as Intel Audio driver ) so that error happend.

Now I can build the kernel nicely but my sound isn't work.

Thank for your help and best wishes to you.

regards
 
Old 01-25-2005, 10:06 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
good that it is working now!!

u mean to say that there is no support for sound card??


was it working earlier???


regards

Last edited by masand; 01-25-2005 at 10:08 PM.
 
Old 01-25-2005, 10:17 PM   #11
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Original Poster
Rep: Reputation: 15
I has never worked since i install FC 2

I think I need newer alsa driver

lomnhom

Last edited by lomnhom; 01-25-2005 at 10:26 PM.
 
Old 01-25-2005, 10:27 PM   #12
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
in which OS did it worked??

regards
 
Old 01-25-2005, 10:28 PM   #13
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Original Poster
Rep: Reputation: 15
Just WindowsXP !!!
 
  


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
10.1 install kernel and kernel-source different - build fails Feebles Mandriva 2 06-10-2005 06:58 PM
Build kernel moduls for kernel version 2.6 universum Linux - General 0 02-19-2005 08:45 AM
kernel-source-2.6.5-7.src.rpm requires kernel-dummy to build!? fizzdandantilus SUSE / openSUSE 5 12-02-2004 12:48 PM
New FAQ topic: Should I edit my kernel configuration?/Should I build a custom kernel? chort *BSD 10 09-10-2004 11:15 PM
Unable to build NVIDIA kernel module / determin kernel version Night Ink Fedora 2 05-31-2004 04:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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