LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-17-2005, 12:34 PM   #1
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Rep: Reputation: 15
Newbie Updating kernel


Hi,
I am really new to linux and have been having some issues getting my wireless USB working. I have done alot of research and found all the ndiswrapper info etc. that I need to get it to work. But it says everywhere that I need at least the 2.6.7 version of the kernel(I am running Fedora Core 2) and I have the 2.6.5 version. Is there anyway to load this kernel without having internet access on the linux side? I am running a dual boot, but I have no idea how to get files from the windows side over to the linux side. Where can I get the new kernel and how do I install it? Thanks in advance, Charles
 
Old 02-17-2005, 12:41 PM   #2
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
You can download the full source for the 2.6.10 kernel, which is the current stable kernel, from kernel.org. burn it to cd and transport it to the linux box. There are multiple compile guides on LQ for stepping you through the compile process
 
Old 02-17-2005, 02:44 PM   #3
astronerd
Member
 
Registered: Feb 2005
Location: New Orleans, LA
Distribution: Fedora Core 2
Posts: 49

Original Poster
Rep: Reputation: 15
I downloaded the newest kernel 2.6.10 and burned it onto a CD. I am a bit confused with the tutorials here on LQ because they are using 2.6.3. Do I need to download all the other stuff they are saying in the tutorial other than the kernel upgrade I got? What commands do I use to get the data off my CD onto my hard drive and how do I start the kernel upgrade?
 
Old 02-17-2005, 03:29 PM   #4
musicman_ace
Senior Member
 
Registered: May 2001
Location: Indiana
Distribution: Gentoo, Debian, RHEL, Slack
Posts: 1,555

Rep: Reputation: 46
I can't believe that fedora doesn't automount CDs by now, but here we go again

Code:
mount /dev/hdc /mnt/cdrom
assuming that hdc is your cdrom
Code:
cp /mnt/cdrom/*.tar.gz /usr/src
cd /usr/src
tar xjvf linux-2.6.10.tar.bz
cd linux-2.6.10
make clean
make mrproper
make menuconfig
Here you will need to make all the changes to your kernel. Adding support for your hardware, filesystems, cryptography, devices, etc.
Code:
make bzImage
cp /arch/i386/boot/bzImage /boot/bzImage
Now, I don't know which bootloader fedora uses, so you'll have to edit either lilo or grub to allow you to boot bzImage
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
updating mepis for newbie grc2012 MEPIS 12 06-04-2005 12:26 PM
Updating Kernel HoosTrax Linux - Newbie 14 02-21-2004 10:28 PM
Updating Qt for a newbie meeshka Linux - Software 5 06-03-2003 07:38 PM
newbie needs help updating autoconf! AlThor880 Linux - Software 2 01-01-2003 01:39 PM
Updating kernel? pilot1 Linux - General 11 12-12-2002 08:56 AM

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

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