|
|
#1 | |
|
Registered User
Join Date: Feb 2007
Posts: 11
|
Hi,
probably an easy question. If I make a new kernel and run the nvidia-installer, it will delete the module of the old kernel. So if I want (or have) to boot my old kernel I must run the installer again, which will remove the modules of the new kernel. Is there an easy way to prevent the deletion of the old modules ? Is it enough to just copy back a backup of the module (can't try it now) ? thanks |
|
|
|
|
|
|
#2 | |
|
User
Join Date: Mar 2005
Posts: 366
|
Quote:
Compiling? Name it something different. Kernel update within the same series? Tough luck, use dkms or a sane package manager. ![]() |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2007
Posts: 70
|
The -K option to the nvidia installer will compiler just the kernel module for a new kernel, and not uninstall the old one. You can use this if you are just upgrading the kernel and installing the same version of the nvidia driver you were using before.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jun 2006
Posts: 678
|
Code:
# ./nvidia-installer -a -q -K -k new_kernel_version |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Feb 2007
Posts: 11
|
thanks guys !
|
|
|
|
![]() |
| Thread Tools | |
|
|