LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-29-2004, 04:28 PM   #136
Echs Bochs
Member
 
Registered: Jan 2004
Distribution: Red Hat Linux 9
Posts: 53

Rep: Reputation: 15

I hope linux rescue has the make stuff... *will do it later*. And do I need to do all that cp bzImage and cp vmlinuz crap again?
 
Old 01-29-2004, 04:33 PM   #137
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Sure do... Why can't you just boot your old kernel?
 
Old 01-30-2004, 03:55 AM   #138
heister
LQ Newbie
 
Registered: Dec 2003
Location: Malaysia
Distribution: debian
Posts: 10

Rep: Reputation: 0
i have did all that in the guide, but when i boot up the system it showed that i didn't append the /root path correctly.

according to my grub.conf, there are 3 kernel entries.
1. vmlinuz-2.4.20-28.9custom01
2. vmlinuz-2.4.20-28.9
3. vmlinuz-2.4.20-8

3 of em use root=LABEL=/ hdb=ide-scsi

but why only vmlinuz-2.4.20-28.9custom01 can't boot up while the rest work just fine ??
 
Old 01-30-2004, 09:40 AM   #139
linx win
Member
 
Registered: Jan 2004
Posts: 390

Rep: Reputation: 31
heister

Don't worry. your problem is very easy one. Just do the following:

instead of: ............ root=LABEL=/ hdb=ide-scsi
Put : ............ root=/dev/hdax hdb=ide-scsi

I mean change LABEL=/ to /dev/hdax after substituting for the X with right number. Where /dev/hdax is your root partition. It will work. I had the same when I upgraded to kernel 2.6.0 and this resolved the problem.

Echs Bochs

You probably have the same problem. If you still have the problem with the USB devices you just need to copy the content of your /etc/modutil.conf content to /etc/modprob.conf and save it. I recommend that you install fresh copy of Fedora Core 1 and upgrade it to kernel 2.6.1 and you will not see any of these problems except the the one I explained above to heister. moreover, to upgrade to kernel 2.6.0 just follow the insallation procedure mentioned in the install file which says after installing the modules just do make install and it will do the rest and do not bother your self with the steps mentioned at the beginning of this thread(with my apologies for DrOzz).

Look here for more info:

http://www.linuxquestions.org/questi...3&goto=newpost

Wish you good luck

Last edited by linx win; 01-30-2004 at 09:47 AM.
 
Old 01-30-2004, 04:19 PM   #140
Echs Bochs
Member
 
Registered: Jan 2004
Distribution: Red Hat Linux 9
Posts: 53

Rep: Reputation: 15
I've heard Fedora is the better alternative to RHx... *begins download*
 
Old 02-01-2004, 08:43 PM   #141
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
if i'm happy with the current kernel version, and i just wanna make a few changes. will only doing: make xconfig, make dep, make modules, make modules_install enough?

or i will have to do the whole rm -rf System.map, rm -rf vmlinuz....

ln -s new links, etc etc??

(and all those after work)?
 
Old 02-03-2004, 04:01 AM   #142
linx win
Member
 
Registered: Jan 2004
Posts: 390

Rep: Reputation: 31
Last night, I recompiled my old kernel 2.4.22 to enable some moudles. I did all steps up to make install. The system was installed correctly without the need to do extra steps mentioned at the beginning of this thread. The answer to your question if you are using FC1 (Fedora Core 1), is no need just do make install after doing make modules_install.

Look, I am a newbie also, so please take my recommendations considering this fact.
 
Old 02-06-2004, 04:44 PM   #143
G24
Member
 
Registered: Nov 2003
Distribution: Gentoo
Posts: 31

Rep: Reputation: 15
2.6.2 came out and right now I'm running 2.6.1 but i don't want to download the 33mb kernel all over again how can I get a hold of the patches like wise install them.
 
Old 02-06-2004, 05:55 PM   #144
djbokkeman
LQ Newbie
 
Registered: Feb 2004
Posts: 2

Rep: Reputation: 0
Im runing suse 9.x . but i can't find the /usr/src/linux
Only thing the directory /usr/src/ lists is packages. so im stuck in the start of the tutorial. Thnx!
 
Old 02-06-2004, 08:08 PM   #145
sirpelidor
Member
 
Registered: Oct 2003
Location: Madison
Distribution: mdk 8.2, 9.0, 9.2, slack 9.1
Posts: 403

Rep: Reputation: 30
go to your installation disc , look for kernel source. install it, and then you will see /usr/src/linux ....
 
Old 02-06-2004, 09:02 PM   #146
rberry88
Member
 
Registered: Aug 2003
Location: Arlington Heights, IL USA
Distribution: Fedora Core 1 & WinXP Pro & Gentoo 1.4 & Arch Linux
Posts: 558

Rep: Reputation: 30
Actually if you look in /lib/modules/ you will see your linux-2.x.x kernel in Suse. I don't know why they decided to put them there by default on a new install but thats where I found mine. Makes for a pretty big headache if you ask me.


rberry88
 
Old 02-06-2004, 09:08 PM   #147
G24
Member
 
Registered: Nov 2003
Distribution: Gentoo
Posts: 31

Rep: Reputation: 15
Can someone help me?
My mouse won't work under 2.6.2 but it works in 2.6.1
 
Old 02-07-2004, 02:50 AM   #148
heister
LQ Newbie
 
Registered: Dec 2003
Location: Malaysia
Distribution: debian
Posts: 10

Rep: Reputation: 0
hello guys !
sorry for the late reply because i've been busy with my work lately.

anyway, the problem i was facing last time was solved.
it didn't concern the grub.conf setting actually.
before i went into the xconfig menu, just copied the config-<kernel-ver> file from the /boot directory into the kernel source directory, and then load it when i was in xconfig menu. it showed the latest and stable setting for my kernel..in there, i enabled all my usb support and scsi adapter. the rest leave unchanged.

after that, recompile and install it...the automated program "make install" will take care of the grub.conf....i got a clean boot up for my custom compiled kernel.

so the idea here is remember to load ur most current stable kernel config in the xconfig menu, everything should be fine. (at least it worked for me =P)

Regards.
 
Old 02-07-2004, 04:18 AM   #149
benjaminrtz
Member
 
Registered: Jul 2002
Location: India
Distribution: Ubuntu, Gentoo
Posts: 99

Rep: Reputation: 15
Very helpful!!!
Since I am lazy, I just do make install !!
I heard even make will do make bzImage!
 
Old 02-08-2004, 12:43 AM   #150
adamjaskie
Member
 
Registered: Feb 2004
Posts: 32

Rep: Reputation: 15
Has anyone gotten 2.6.2 working with the newest ATI binary drivers? (3.7 iirc)

I cannot get it to work, and am wondering what steps you took. When I type startx, I just get a blank black screen. It worked fine under 2.4 (and still does.) I did indeed compile the kernel modules for the ATI driver for 2.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
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 11:13 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