questions about installing new kernel
Alan Pope
alan at popey.com
Thu Nov 4 07:40:15 UTC 2010
On 3 November 2010 13:27, dehqan65 <dehqan65 at gmail.com> wrote:
> 1- I-humble want to install kernel 2.6.35 so have found 2 packages here .
> But while installing linux-headers-2.6.35-02063508-generic installer says :
> Error: Dependency is not satisfiable: linux-headers-2.6.35-02063508?
> This file des not exist on that page where to get it ? or how too solve
> dependencies ?
>
Install all the debs at once.
mkdir ~/new_kernel/
cd ~/new_kernel/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.35.8-maverick/linux-headers-2.6.35-02063508_2.6.35-02063508.201010291110_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.35.8-maverick/linux-headers-2.6.35-02063508-generic_2.6.35-02063508.201010291110_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.35.8-maverick/linux-image-2.6.35-02063508-generic_2.6.35-02063508.201010291110_i386.deb
sudo dpkg -i linux*.deb
> 2 - Another file for i386 arch oon that page is
> linux-image-2.6.35-02063508-generic that has been installed but while
> i-humble trying to boot system with this kernel ,system can not load nvidia
> driver vesrion 180.44 , how tio solve this problem too ?
>
If you installed nvidia driver from the Ubuntu repo then you should
have dkms installed which should rebuild the driver for the newly
installed kernel.
Al.
More information about the ubuntu-users
mailing list