LinuxQuestions.org
Visit Jeremy's Blog.
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-02-2004, 02:32 PM   #181
micho523
LQ Newbie
 
Registered: Mar 2004
Location: Florida
Distribution: Fedora
Posts: 14

Rep: Reputation: 0

ok thanks i will be back in a min wit more questions undoubtedly.
 
Old 03-02-2004, 02:32 PM   #182
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
no, su is stands for: super user

su means u intend to login as root

if you don't mind, would you please start a new thread? because these are not kernel compile relate questions
 
Old 03-03-2004, 09:18 AM   #183
micho523
LQ Newbie
 
Registered: Mar 2004
Location: Florida
Distribution: Fedora
Posts: 14

Rep: Reputation: 0
ok first recompile done. The only problem i have is that it looks like none of my modules are loading. When I did make modules_install, it went through all of the modules and with each one said there was nothing to be done.
Any ideas?
 
Old 03-03-2004, 11:26 AM   #184
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
login as root, type: lsmod
what does it says?
 
Old 03-03-2004, 12:10 PM   #185
micho523
LQ Newbie
 
Registered: Mar 2004
Location: Florida
Distribution: Fedora
Posts: 14

Rep: Reputation: 0
it shows a list header:
Module Size etc.
Not a single module is listed.
 
Old 03-03-2004, 12:59 PM   #186
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
did u enable module support and kernel support while doing make xconfig?
 
Old 03-03-2004, 01:04 PM   #187
micho523
LQ Newbie
 
Registered: Mar 2004
Location: Florida
Distribution: Fedora
Posts: 14

Rep: Reputation: 0
I did make config.
Didnt think it would matter which one of the configs i did. Which is best?
make config
make menuconfig
make xconfig
 
Old 03-03-2004, 02:40 PM   #188
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
they are all the same, just diff interface
 
Old 03-03-2004, 03:46 PM   #189
micho523
LQ Newbie
 
Registered: Mar 2004
Location: Florida
Distribution: Fedora
Posts: 14

Rep: Reputation: 0
Well in that case, yes I am pretty sure i did. If not, is there anyway I can change it without doing a complete kernel rebuild?
 
Old 03-03-2004, 06:46 PM   #190
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
will have to do the whole thing all over again
 
Old 03-04-2004, 05:02 PM   #191
micho523
LQ Newbie
 
Registered: Mar 2004
Location: Florida
Distribution: Fedora
Posts: 14

Rep: Reputation: 0
thats what i figured... in that case, should i go ahead and go to 2.6, because i am running 2.4.25
 
Old 03-04-2004, 06:24 PM   #192
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
there's diff between 2.6 and 2.4
you may wanna see if u need those new features from 2.6

here's the summary of the site:

http://www.kniggit.net/wwol26.html
 
Old 03-05-2004, 08:03 PM   #193
JeMONSTER
LQ Newbie
 
Registered: Mar 2004
Location: San Jose, CA
Distribution: Slack 9.1, Drake 10 (soon)
Posts: 3

Rep: Reputation: 0
Hey, I am frustrated! I followed this guide completely, then got to the point where I need to use mkinitrd. My slack 9.1 does not have a mkinitrd. Anyway, I skipped this step, as there was no old initrd file, I didn't think there would be issues. Anyway, I finished installing kernel 2.6.3 and accidentally restarted before doing /sbin/lilo. Linux wouln't start after that, so I started with my boot disk which loaded kernel 2.4.22. Then I ran sbin/lilo and restarted. Linux did not load after the lilo selection. Black screen. Was it so bad that I missed the step and restarted when I did? Or did I make some other mistake? Someone help because I reinstalled slack 9.1 and am going to update the kernel again, but I would like to prevent the mistake I made...
 
Old 03-07-2004, 01:55 AM   #194
JeMONSTER
LQ Newbie
 
Registered: Mar 2004
Location: San Jose, CA
Distribution: Slack 9.1, Drake 10 (soon)
Posts: 3

Rep: Reputation: 0
Ignore my last post...as it seems was being done anyway...I figured out how to do it on my own. But I messed up with the modules so my sound wasn't working...
Now I'm just gonna stick to 2.4.22 for a while and not try to care about being on the bleeding edge. I've learned a lot though, which is good, but if anyone cares to read this, whats up with having to recompile the entire kernel again if you miss installing a module? Thats awful and seems like it would be unaceptable... Maybe there is another way?
 
Old 03-07-2004, 05:05 PM   #195
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Original Poster
Rep: Reputation: 60
Quote:
Originally posted by micho523
thats what i figured... in that case, should i go ahead and go to 2.6, because i am running 2.4.25
read the very first two links on the first sentence of the guide ...
as it will pertain to you ..
 
  


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
I'm interested in compiling a 2.6.x kernel, is this is a decent guide? Erik_the_Red Linux - Newbie 7 08-14-2005 06:03 AM
Kernel compiling guide for newbies... DaOne Slackware 127 04-17-2005 04:20 AM
Acid Guide to compiling Kernel 2.6.10 on Slack 10.1 acidjuice Slackware 54 03-11-2005 05:16 PM
Quick newbie guide to rebuild kernel in FC3 borgware Fedora 0 12-29-2004 01:38 PM
: Kernel compiling guide for newbies Question Anibal Slackware 6 08-01-2003 07:06 AM

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

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