LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-06-2002, 10:35 PM   #1
oulevon
Member
 
Registered: Feb 2001
Location: Boston, USA
Distribution: Slackware
Posts: 438

Rep: Reputation: 30
Need Help With Kernel


Ok, I'm trying to upgrade my kernel to the latest version in order to get support for the ISD-200 USB/ATA Bridge (for a portable harddrive/mp3player). I've tried several times unsuccessfully. Here's what I did.
1. Downloaded the sources and unpacked them in /usr/src/
2. I created a config file with menuconfig(xconfig wouldn't work).
3. make dep
4. make clean
5. make bzImage
6. renamed the image to vmlinux-2.5.9 and copied it to /boot
7. make initrd
8. copied the initrd to /boot as well.
9. edited Grub by keeping the copying the old image and inserting the image and the initrd in the appropriate places.

When I reboot and select the new kernel, It starts up and then all of a sudden I get a Kernel Panic error. I tried it several times. I don't need to upgrade to 2.5.9, but I need to get the ISD-200 support. Could anyone tell me where I've gone wrong or point me to some good resources? Please??
 
Old 06-06-2002, 11:57 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
2.5.x kernels are unstable and are really for the developers fixing and testing the kernel, you know for the big boys like Linus, Alan and the rest. You might just want to hold off til they are fully done unless you want to be doing some debugging yourself.
 
Old 06-07-2002, 05:42 AM   #3
oulevon
Member
 
Registered: Feb 2001
Location: Boston, USA
Distribution: Slackware
Posts: 438

Original Poster
Rep: Reputation: 30
Thanks for your help. I didn't realize that they were that unstable. I had updated through redhat last night to 2.4.18-4. I checked the config file this morning and noticed that the isd-200 is built in this version. Everything works fine. This thing (archos 20 Jukebox recorder) is really cool if anyone was thinking of getting one.
 
Old 06-07-2002, 05:56 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
kernel.org:
Quote:
The latest stable version of the Linux kernel is: 2.4.18
The latest beta version of the Linux kernel is: 2.5.20
surely that was where you got the source from in the first place?
 
Old 06-07-2002, 05:56 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Re: Need Help With Kernel

Quote:
Originally posted by oulevon
....
7. make initrd
8. copied the initrd to /boot as well....
I haven't ever heard of make initrd? What does that do? What is initrd?
 
Old 06-07-2002, 05:59 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
how about you look at your man pages?
 
Old 06-07-2002, 06:06 AM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
ha ha ha, Damn! Ok, no problem. I am at work on WinNT, where can I find a man page?
 
Old 06-07-2002, 06:17 AM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
http://www.linuxhq.com/kernel/v2.4/doc/initrd.txt.html

An answer to my question. This still doesn't help me. What happens when you execute make initrd?
 
Old 06-07-2002, 06:21 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
http://man.linuxquestions.org/index....ction=0&type=2
of course
 
Old 06-07-2002, 06:26 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Hey cool, I didn't know the man pages were on here. Hmm, gonna have to figure out how to get there.

Thanks

<edit>Wow it must be early/late. http://man.linuxquestions.org will probably get me there. Thanks again </edit>

Last edited by MasterC; 06-07-2002 at 06:29 AM.
 
Old 06-07-2002, 11:05 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
ok so i ran make initrd but it returned with: no rule to make target 'initrd' . Stop.

Why?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
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 - General

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