After DU today and Kernel 3.14-4 there is no X.
Message is: Could not insert nvidia_current.
dkms status: nvidia-current, 331.67: added. Var/log/Xorg.0.log states: Failed to load the nvidia kernel module.
Inxi -G: Nvidia GF119 (Geforce GT 610), X.org 1.15.1, driver : nvidia
dpkg -l | grep nvidia:
ii glx-alternative-nvidia 0.4.1
ii libgl1-nvidia-glx:amd64 331.67-2
ii libnvidia-ml1:amd 64 331.67-2
ii nvidia-alternative amd 64 331.67-2
nvidia-driver amd 64 331.67-2
nvidia-glx amd 64 331.67-2
nvidia-kernel-dkms amd 64 331.67-2
nvidia-kernel-source amd64 331.67-2
nvidia-modprobe amd64 334.16-1
nvidia-vdpau-driver amd64 331.67-2
sorry I am not on this machine right now.
Greetings UB
dpkg-reconfigure nvidia-kernel-dkms
btw dkms status added != dkms status installed
If the module does not build, provide the buildlog of the nvidia-module
dpkg-reconfigure nvidia-kernel-dkms:
"deleting module version: 331.67 completely from the DKMS tree
Done
Loading new nvidia-current-331.67 DKMS files...
Building only for 3.14-4 towo-siduction-amd64
Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed."
UB
well, the info is actually there, it seems the kernel headers are not there for nvidia to be built... right?
check with: dpkg -l | egrep 'linux-headers-|linux-image-'
On your d-u the headers are removed, so without headers, no module-building, easy that is.
You should read, what apt is removing on d-u.
yes thank you- during the DU the headers were removed, I reinstalled them and the module has built now, problem solved.
Thanks again
UB