LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-12-2004, 12:25 AM   #1
noobtesting
Member
 
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163

Rep: Reputation: 30
kernel update


Hello all,

well I have installed Mandrake 10, Slackware 9.1, Knoppix 3.3, SuSE 9.0, and Red Hat 9.0. I have now installed Debian using the beta 4 net installer CD. I have it all up and running just fine but for some reason it didn't install any sound drivers. I am using a audigy card and I know it shouldn't be any big deal to get drivers for it, but I was wondering if I could use apt get to update the kernel from 2.4.25 to the latest version ( I think it is 2.6.6? ). I am trying to avoid recompiling the kernel since I have only done it once and wasn't very successfull at it. I will try it again if I must but I thought I read somewhere that Debian could update the kernel with apt get. Please let me know.

Thanks
 
Old 06-12-2004, 03:15 AM   #2
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
The easiest way is installing a kernel-image.deb package, once installed you just need to update your boot loader and reboot.

But sometimes the image package may not have everything you need installed, so that's why it may be best to configure from source instead.

This is the command to view which image file you may need.

Code:
apt-cache search kernel-image
 
Old 06-12-2004, 03:31 AM   #3
PROhan
LQ Newbie
 
Registered: May 2004
Posts: 4

Rep: Reputation: 0
I dont know how you did your kernel compile before but here's the debian way

http://www.desktop-linux.net/debkernel.htm

it's really easy... just remember to use xconfig to config (instead of menuconfig or whatever) and deselect things you dont need.
 
Old 06-12-2004, 04:21 AM   #4
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
If you have Intel's PPro/Celeron/PII/PIII/PIV cpu, you can install kernel-image-2.6-686, which gives you the latest i686-optimized 2.6.x kernel that is available in Debian. After this you can keep your kernel up-to-date simply by using apt-get (or Aptitude or Synaptic, which are GUI frontends to apt-get).

I have also used the Sarge beta installer. The default kernel supports all my hardware and I didn't even need to update boot loader or anything when I apt-get'ed the kernel-image-2.6-686. I thought this was pretty impressive (and I still think it is).
 
Old 06-12-2004, 05:27 AM   #5
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
There's a kernel-image for Athlon also, that's why I gave the apt-cache search command to display all available kernel images.

The newer installer-4 now let you install using a 2.6 kernel but it's using 2.6.3-1-386. At least it get you started using the 2.6 one.
 
Old 06-12-2004, 05:44 AM   #6
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
In order to get the 2.6.3-1-386 kernel when you use the Sarge beta installer, you need to boot it with "linux26". That is, at the very first prompt where the installer stops, type "linux26" and press enter to launch the installer.
 
Old 06-12-2004, 07:48 AM   #7
noobtesting
Member
 
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163

Original Poster
Rep: Reputation: 30
ok all I will probably just redo my machine and try doing the linux26 at the prompt. Thanks. Them can I just use aptget to update the kernel from there?
 
Old 06-12-2004, 08:17 AM   #8
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
I will probably just redo my machine and try doing the linux26 at the prompt.
Sounds like a good plan. Once the installation is finished and your sources.list is OK, do "apt-get update" and "apt-get upgrade" (or "apt-get dist-upgrade" if you point your sources.list to Unstable). After that you're ready to do the kernel upgrade.
 
Old 06-15-2004, 09:55 PM   #9
noobtesting
Member
 
Registered: Mar 2004
Location: Illinois
Distribution: Mint 15
Posts: 163

Original Poster
Rep: Reputation: 30
ok well I finally got kernel 2.6.3-1-386 from the net installer sarge and was wondering how I would go about updating to 2.6.6 and also getting the latest nvidia drivers installed. Do I have to recompile the kernel and if so how? I have read a few guides but never really understood exactly what to do to get it installed correctly.

Thanks for the help
 
Old 06-15-2004, 10:18 PM   #10
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
You might want to make a quick search using the search button at the top of this page to find other threads that discuss installing nvidia drivers. Use "nvidia" as a search word, select "Debian" as a search forum and hit Enter...
 
Old 06-16-2004, 08:16 PM   #11
eaglegst
Member
 
Registered: Dec 2003
Location: Australia
Distribution: Woody, Sarge, Sid
Posts: 83

Rep: Reputation: 15
I suppose even 2.4.25 kernel image should have your sound card's driver. It might be that the driver was not loaded. Use modconf to install the module, reboot and make sure you are in group audio.
 
Old 06-25-2004, 10:32 AM   #12
alienzero
Member
 
Registered: Dec 2003
Posts: 45

Rep: Reputation: 15
I just updated my kernel via apt and the kernel images (kernel-image-2.6.6-1-k7-smp). I manually tweaked my lilo.conf and reboot. When my system came back up I didn't have any internet connection. 'apt-get update' returned failed connection attempts, etc. How do I reconfigure my network/ethernet setting via DHCP again, as that's what I did when I first installed? (This is from/continuing this thread btw).
 
  


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
Problems with NVIDIA drivers after kernel update with yast online update Sheytan Linux - Software 4 05-06-2007 10:27 AM
YaST Online Update(YOU) Kernel Update? batorma Linux - Newbie 9 10-30-2005 03:17 AM
Problems with NVIDIA drivers after kernel update with yast online update Sheytan Linux - Distributions 0 10-13-2004 11:01 AM
KDE update and RH 9.0 Kernel update massacre Linux - Newbie 1 02-02-2004 06:13 PM
YaST Online Update + AMD kernel patch = kernel panic THX1138 Linux - General 3 10-26-2003 04:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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