(solved/gelöst) nvidia-legacy-340xx update 340.104-2 broken!!

Started by michaa7, 2017/11/17, 13:48:56

Previous topic - Next topic

michaa7

English:

You will get an error message about nvidia-kernel-common (20151021+5) not having the right version number -> kernel modul not building. If you are bitten by this, downgrading will be APITA .

I needed to execute

# dpkg --configure -a --force-all to overcome configure conflicts.


Deutsch:

nvidia-legacy-340xx update 340.104-2 ist kaputt, es gibt eine fehlermeldung beim install dass nvidia-kernel-common (20151021+5) nicht die richtige versionsnummer besäße. Wenn ihr da schon reingestolpert seid kann ein downgrade kompliziert werden wegen konfigurationskonflikten.

Bei mir half nur ein# dpkg --configure -a --force-all


Ok, you can't code, but you still might be able to write a bug report for Debian's sake

harley-peter

here no problems with nvidia-kernel-common (20151021+6)

Camelot

#2
I agree, no problem here.
nvidia-legacy-340xx-driver (340.104-2)
nvidia-installer-cleanup | nvidia-kernel-common | nvidia-support (20151021+6)

Quotenvidia-support (20151021+6) unstable; urgency=medium
  [ Andreas Beckmann ]
  * Set Rules-Requires-Root: no.

  [ Luca Boccassi ]
  * Drop quotes from maintscript to fix dpkg-maintscript-helper error
    on installation. (Closes: #881990)
  * Add myself to Uploaders.

Mte90

I can confirm the problem with my VIDIA Corporation GK107M [GeForce GT 750M] [10de:0fe4] (rev a1) that is not working anymore.
Seems that with the last dist-upgrade the dkms package and also the dkms for nvidia was missing and now I can run gui only removing the /etc/xorg.conf file. KDE at boot up say that OpenGL 2 is not supported and it is missing the resto of plasma.I don't know if I have to use the legacy drivers but before the upgrade everything was working fine. Looking at xorg seems that doesn't detect any monitor.
I don't know what to do to get working my KDE as before :-/
PS: I run that commands with no luck

michaa7

Quote from: harley-peter on 2017/11/19, 16:06:45
here no problems with nvidia-kernel-common (20151021+6)

Here's the bug report confirming the problem  (20151021+5) and the solution (20151021+6):
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881983
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Mte90