How to install Linux Kernel 3.4 in Ubuntu 12.04. WARNING This isn't
worth doing unless you're having problems with the old kernel or you're
adding new hardware which is unsupported in old Kernel 3.2, such as
nVidia Kepler (600 series) or AMD HD 7000 series Graphics cards.
Improvements in Kernel 3.4:
Reduced Power Usage
Speed improvements for BTRFS file systems
More wireless network drivers from Ralink and Broadcom added
Support for nVidia Kepler chipsets (600 series)
Support for AMD Southern Islands GPUs (HD 7000 series)
Support for AMD Trinity Processors
Ubuntu Kernel Website: http://kernel.ubuntu.com/~kernel-ppa/mainline/
Look for the latest Kernel
Download linux-headers-3.4.x-xxx-all.deb, plus the headers and image for your system architecture.
e.g. linux-headers-3.4.x-xxx-i386.deb, and linux-image-3.4.x-xxx-generic-i386.deb for 32bit systems.
Open Terminal
cd ~/Downloads
sudo dpkg -i linux*.deb
Reboot
Check the new kernel is running with either System Monitor or "uname -r"
If
you have any problems with the new kernel reboot and select "Previous
Versions" on the Grub Menu (hold down Shift key if Grub doesn't show by
default)
Remove auto updating old Kernel:
In Synaptic remove: linux-generic, linux-headers-generic, linux-image-generic
You can also remove any older kernels to free up some harddrive space.
http://www.youtube.com/watch?v=traegZveTKo
http://askubuntu.com/questions/142192/can-i-install-linux-kernel-3-4-in-ubuntu-and-kubuntu-12-04
Thursday, July 5, 2012
Friday, June 1, 2012
How to Back Up and Restore a MySQL Database
|
Thursday, May 31, 2012
How to Fix Screen Brightness Resets To Lowest Level On Ubuntu
type in the terminal:
sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i
then type:
sudo update-grub
then type:
sudo reboot
http://ubuntuforums.org/showthread.php?t=1972303
http://keyable.blogspot.com/2012/04/fix-screen-brightness-resets-to-lowest.html
sudo sed "s/\(GRUB_CMDLINE_LINUX=\)\"\"/\1\"acpi_osi=Linux acpi_backlight=vendor\"/" /etc/default/grub -i
then type:
sudo update-grub
then type:
sudo reboot
http://ubuntuforums.org/showthread.php?t=1972303
http://keyable.blogspot.com/2012/04/fix-screen-brightness-resets-to-lowest.html
Friday, May 25, 2012
Wednesday, May 16, 2012
Ubuntu Sources List Generator
http://repogen.simplylinux.ch
The way to use the sources.list generator is to select your country (Americans, please note – United States is in the U section (of course)). Then you select your version, for instance Natty. Then you check the Ubuntu repositories you require, and lastly, you select third party repositories.
There are a good many repositories already available for Natty. Among them are the Medibuntu, Ubuntu Tweak and Google repositories. Of course, more will be added.
Please note that for third party repositories, the result text lists how to store the gpg key for each repository.
The way to use the sources.list generator is to select your country (Americans, please note – United States is in the U section (of course)). Then you select your version, for instance Natty. Then you check the Ubuntu repositories you require, and lastly, you select third party repositories.
There are a good many repositories already available for Natty. Among them are the Medibuntu, Ubuntu Tweak and Google repositories. Of course, more will be added.
Please note that for third party repositories, the result text lists how to store the gpg key for each repository.
Friday, May 4, 2012
Ubuntu USB 3G modem issue solved
Open up a terminal from Applications -> Accessories. Type:
At the bottom of the file, make two new lines, like this:
Then close the editor program and save it. Reboot the computer.
Source: http://blog.christophersmart.com/2010/05/25/ubuntu-lucid-usb-3g-modem-issue-solved/
sudo gedit /etc/modules
At the bottom of the file, make two new lines, like this:
usbserial
option
Then close the editor program and save it. Reboot the computer.
Source: http://blog.christophersmart.com/2010/05/25/ubuntu-lucid-usb-3g-modem-issue-solved/
Subscribe to:
Posts (Atom)