I'm still a fairly new user to linux. I'm trying, and have succeeded several times to get Kubuntu set up the way I like it and working well. Unfortunately, Discover has updates for me almost every day. I'm getting more inclined to procrastinate on them more and more because they periodically break my system and I have to spend hours trying to figure out what went wrong each time it does. Great fun if your a hobbyist, but when you just want to use your computer for something productive, its getting to be a hassle.
Today's update roulette wheel landed on a broken update for the Nvidia-550 drivers and supporting dependencies. Following a reboot, it fell back onto XOrg drive (Kubuntu seems to REALLY REALLY REALLY like the XOrg driver and will randomly periodically just throw me back onto it for no apparent reason). Unfortunately, the only proprietary nvidia driver available is an older one. The 550 driver isn't available.
I tried all of the following in the order below.
The final command failed, so I run
again, and get the following output:
I really am only throwing s**t at a wall to see what sticks here. Its a guessing game. It seems like "DKMS tree already contains: nvidia-550.67" is telling me the package is already installed, but bunged up somehow. Not sure where to go from here.
Any ideas?
-PW
Today's update roulette wheel landed on a broken update for the Nvidia-550 drivers and supporting dependencies. Following a reboot, it fell back onto XOrg drive (Kubuntu seems to REALLY REALLY REALLY like the XOrg driver and will randomly periodically just throw me back onto it for no apparent reason). Unfortunately, the only proprietary nvidia driver available is an older one. The 550 driver isn't available.
I tried all of the following in the order below.
Code:
sudo apt remove nvidia-driver-550 -f sudo apt-get autoremove sudo apt-get autoclean sudo apt-get update sudo apt-get -f install sudo apt upgrade -y sudo dpkg --configure -a sudo apt install nvidia-driver-550
Code:
dpkg --configure -a
again, and get the following output:
Code:
Setting up nvidia-dkms-550 (550.67-0ubuntu1.23.10.2) ... update-initramfs: deferring update (trigger activated) INFO:Enable nvidia DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here Removing old nvidia-550.67 DKMS files... Loading new nvidia-550.67 DKMS files... Error! DKMS tree already contains: nvidia-550.67 You cannot add the same module/version combo more than once. dpkg: error processing package nvidia-dkms-550 (--configure): installed nvidia-dkms-550 package post-installation script subprocess returned error exit status 3 dpkg: dependency problems prevent configuration of nvidia-driver-550: nvidia-driver-550 depends on nvidia-dkms-550 (<= 550.67-1); however: Package nvidia-dkms-550 is not configured yet. nvidia-driver-550 depends on nvidia-dkms-550 (>= 550.67); however: Package nvidia-dkms-550 is not configured yet. dpkg: error processing package nvidia-driver-550 (--configure): dependency problems - leaving unconfigured Processing triggers for initramfs-tools (0.142ubuntu15.1) ... update-initramfs: Generating /boot/initrd.img-6.5.0-28-generic I: The initramfs will attempt to resume from /dev/dm-2 I: (/dev/mapper/vgkubuntu-swap_1) I: Set the RESUME variable to override this. Errors were encountered while processing: nvidia-dkms-550 nvidia-driver-550
Any ideas?
-PW
Comment