![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 | |
|
Has an Ubuntu Drip
![]() Join Date: May 2007
Location: Darmstadt, Germany
Beans: 761
|
Howto: Simple kernel upgrade (Feisty or Edgy) to Gutsy's developing kernel.
This should work for Feisty Fawn and Edgy Eft users. This will install the current developing kernel that will be realeased with Gutsy Gibbon.
Check out my new thread > Upgrade to 2.6.24 Do not upgrade any packages while you have the Gutsy repository open. Disclaimer: This is how I successfully upgraded my kernel without having to compile it myself. A couple of users have had issues with this method so be aware that problems can arise. At this point removing the new kernel using the instructions at the end of the post should do the trick, but if it doesn't I take no responsibility. I will monitor this thread to try to help out anyone thats had issues. With that being said, most users have not had any problems and are enjoying the new kernel. Also, this will not remove your current kernels. After you've upgraded please reply with your machine Model and specs so that others can benefit You can download the script I've attached and do the following: kernel.sh will upgrade to the current kernel using meta packages, meaning if you run this every week or so it will upgrade your kernel if a new version has been released. Current version is 2.6.22-14 Move to the directory in which you downloaded the script.. for example: Code:
cd /path/to/file/ Code:
chmod +x kernel.py Code:
sudo python kernel.py Or you can do it manually... First you need to add the Gutsy repository (this is only temporary to pull the new kernel): Code:
echo 'deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted' | sudo tee -a /etc/apt/sources.list Code:
sudo apt-get update Code:
sudo apt-get -y install linux linux-generic linux-headers-generic linux-image-generic linux-restricted-modules-generic Code:
gksudo gedit /etc/apt/sources.list Code:
#deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted Code:
sudo apt-get update Code:
sudo reboot Miscellaneous fixes Quote:
Reboot your computer and at Grub press esc to boot into your last kernel. (probably 2.6.20-16-*) Remove the installed kernel and then upgrade. Code:
sudo apt-get remove linux-image-2.6.22-14-generic linux-headers-2.6.22-14-generic linux-headers-2.6.22-14 linux-restricted-modules-2.6.22-14-generic linux-ubuntu-modules-2.6.22-14-generic Code:
sudo apt-get upgrade 10/08/07: Cleaned up the network test 09/20/07: Added a network test 09/18/07: Cleaned up the python script... 09/08/07: Updated to python. 08/12/07: Added GUI (zenity dialogs) to the script 08/08/07: Changed script to look for and install Meta packages 08/07/07: Cleaned up kernel.sh
__________________
Signature Last edited by walkerk; January 24th, 2008 at 01:47 PM.. |
|
|
|
|
|
|
#2 |
|
Just Give Me the Beans!
![]() |
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
Excellent, Thanks for the info.
One thing though, I notice multiple "old" kernels in my grub that I never use that seem to be placed there after I finish doing major updates, how do i get rid of them? or is that not advisable?
__________________
If I have helped you, make use of the thanks feature(The star next to quote) - its your 2 seconds for my 2 minutes. AM2 6000+ , 2GDDR2, 9800GTX, Audigy 2ZS, 2TB SATA. |
|
|
|
|
|
#3 | |
|
Has an Ubuntu Drip
![]() Join Date: May 2007
Location: Darmstadt, Germany
Beans: 761
|
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
Quote:
you can remove them through synaptic (easiest method) or you can delete them by removing them from /boot. though i strong advise you to leave a back up kernel on your system. i actually keep two backups in there..
__________________
Signature Last edited by walkerk; July 31st, 2007 at 11:33 AM.. |
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() |
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
I think it would only be necessary to temporarily add the main and restricted Gutsty repositories, since all the kernel packages come from there. So you would add this line instead:
deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted I don't think the src line is needed either. |
|
|
|
|
|
#5 | |
|
Has an Ubuntu Drip
![]() Join Date: May 2007
Location: Darmstadt, Germany
Beans: 761
|
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
Quote:
__________________
Signature |
|
|
|
|
|
|
#6 |
|
Chocolate Ubuntu Mocha Blend
![]() |
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
sound working fine for me just upgraded to the latest tonight -just rebooted a bit ago started up rythmbox and all works again like I said fine for now..
Dell 4600i Internal Video Card used - 82865G Intel Corporation Stock Sound Card - internal - Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller altho it just might be me but the music sounds a bit quicker now that I think about it editing in this box seems a bit off on the spaces somewhat at times. nowshining@BOT1NET1GOD1:~$ uname -r 2.6.22-10-generic nowshining@BOT1NET1GOD1:~$ okay had to recompile setup for virtualbox or whatever in root terminal by doing this command /etc/init.d/vboxdrv setup anyway have had so far FEW other problems besides auto fix removed the last kernel I believe...anyway..
__________________
Last edited by nowshining; August 25th, 2007 at 08:25 AM.. |
|
|
|
|
|
#7 | |
|
100% Pure Ubuntu
![]() ![]() Join Date: Jan 2007
Location: United States, VA
Beans: 855
Ubuntu 8.04 Hardy Heron
|
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
Quote:
I hope .22-11 comes out soon.
__________________
Beginners Team Python 101 Logs ~~~ Python 102 Logs HOWTO: Xbox LIVE Access through Ubuntu |
|
|
|
|
|
|
#8 |
|
Chocolate Ubuntu Mocha Blend
![]() |
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
A note to others some updates for gutsy make things go quicker and the sound better and booting up and down quicker, BUT be SELECTIVE when updating, when a box comes up asking to do partial click the close button, then right click and select clear all or uncheck all and be selective of the updates to download, but remember some updates CAN affect gameplay such as slowness in some games - unless ur video card doesn't work right now - stay away from the driver updates - just a warning - if not - go to synaptic package mananger and uninstall that update video card driver and do another search for your card and re-install it - esp. warning to Intel card users - uninstall the last one and there should be a double for 800 - 900 users but in the description one has the ubuntu logo and one does not, if you find slowness because of an update - just install the one with the logo next to the title/name..
I higly suggest doing manual updates and not automatic tho............. edit: oh yeah - update slow - and always reboot even if it doesn't ask because that's the only way some things work is after a reboot in feisty... oh and some things CAN NOT be SELECTED ANYWAY..lolz.. so don't go trying to install the latest rythmbox it won't checkmark..
__________________
|
|
|
|
|
|
#9 | |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 29
|
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
I didn't get this to work.
I did exactly as told in the howto and ended up with X not starting with this error: Quote:
Anyone has an idea of what to do? If you would like more info, please say so Best regards, Jesper |
|
|
|
|
|
|
#10 | |
|
Has an Ubuntu Drip
![]() Join Date: May 2007
Location: Darmstadt, Germany
Beans: 761
|
Re: Howto: Simple kernel upgrade. Feisty to Gutsy's (2.6.22-8-generic)
Quote:
The same thing happened to spartikas but adding the nvidia-glx-new package from teh gutsy repos did the trick for him.. Or you can try reconfiguring Xorg: Boot into 2.6.22-10 recovery mode and do the following from the command line.. Code:
sudo dpkg-reconfigure -phigh xserver-xorg Code:
startx
__________________
Signature Last edited by walkerk; August 28th, 2007 at 01:17 PM.. |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|