Im not sure if this is the same issue, but it sounds very similar to me.
Here we go:

My situation:

$ uname -r 
2.6.15-26-386

$ COLUMNS=200 dpkg -l linux-image* 
 ... 
 un  linux-image                                  <keine> ...
 un  linux-image-2.6                              <keine> ...
 pn  linux-image-2.6.15-23-386                    <keine> ...
 pn  linux-image-2.6.15-25-386                    <keine> ...
 ii  linux-image-2.6.15-26-386                    2.6.15-26.46 ...
 ii  linux-image-386                              2.6.15.24 ...

Now i am going to install nvidia-glx:

$ sudo apt-get install nvidia-glx 
 ... 
 Die folgenden zustzlichen Pakete werden installiert: 
   linux-image-2.6.15-23-386 linux-restricted-modules-2.6.15-23-386 

apt tries to install an older kernel and the restricted modules of
_that_ kernel, but not of my current kernel! So the kernel module is
missing...

It only works by doing a
$ sudo apt-get install nvidia-glx linux-image-2.6.15-23-386- 
linux-image-2.6.15-26-k7- linux-image-2.6.15-26-686- 
 ... 
 Paket linux-image-2.6.15-23-386 ist nicht installiert, wird also auch nicht 
entfernt 
 Paket linux-image-2.6.15-26-k7 ist nicht installiert, wird also auch nicht 
entfernt 
 Paket linux-image-2.6.15-26-686 ist nicht installiert, wird also auch nicht 
entfernt 
 Die folgenden zustzlichen Pakete werden installiert: 
   linux-restricted-modules-2.6.15-26-386

Please note the trailing '-' character on the kernel package names.

This is my current /etc/apt/sources.list

deb http://de.archive.ubuntu.com/ubuntu/ dapper main restricted 
deb http://de.archive.ubuntu.com/ubuntu/ dapper-updates main restricted 
deb http://de.archive.ubuntu.com/ubuntu/ dapper universe 
deb http://de.archive.ubuntu.com/ubuntu/ dapper-security main restricted 

I think this important: i don't have package 'linux-386' installed!

-- 
After kernel upgrade to 2.6.15-25 X server cannot find nvidia module 
https://launchpad.net/bugs/49977

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to