EVGA RMA/Drivers problem.

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Wed Dec 01, 2021 8:46 pm Also. I think I messed up my system when I was trying to delete the software nvidia server settings. The install is bad. It launches but it's broken. nvidiasettings.png
Were you trying to install Nvidia again? I'm familiar with that empty box for Nvidia Server settings (and possible fixes), but you should not have it if you are running nouveau.

I'm going through the Xorg log right now.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Wed Dec 01, 2021 8:42 pmHey I found out why my HD is overloaded. I accidentally downloaded like 40gigs of fotos from my phone to it thinking it was going to my NAS. I can work to solve that prob so os runs smoother.
That will definitely help. Ideally, you want to be less than 75% full. SSDs/NVMEs run better when they have free space available.
ixt wrote: Wed Dec 01, 2021 8:42 pm ok here it is.
Xorg log.
It appears you have a custom xorg.conf file.

Code: Select all

[    25.753] (==) Using config file: "/etc/X11/xorg.conf"
...
[    25.761] (EE) Failed to load module "nvidia" (module does not exist, 0)
My guess is that file mentions using nvidia which is not installed and that is why the error happens. I would suggest either removing it with sudo rm /etc/X11/xorg.conf or renaming it to /etc/X11/xorg.conf.old so it is not used.

The system is loading drivers for both GPUs (Intel and Nvidia), but there are problems.

Code: Select all

[    26.316] (EE) NOUVEAU(0): Failed to initialise context object: 2D_NVC0 (0)
[    26.316] (EE) NOUVEAU(0): Error initialising acceleration.  Falling back to NoAccel
...
[    26.318] (II) AIGLX: Screen 0 is not DRI2 capable
[    26.318] (EE) AIGLX: reverting to software rendering
My suggestion is to clear out the custom xorg and make sure nouveau works and then attempt the Nvidia driver install. I think there may be "leftovers" from your prior system that are causing issues.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

Wow thanks so much for helping me trouble shoot. This is all alien to me and seems so, "Trekkie" to me.
SMG wrote: Wed Dec 01, 2021 9:03 pm
ixt wrote: Wed Dec 01, 2021 8:42 pmHey I found out why my HD is overloaded. I accidentally downloaded like 40gigs of fotos from my phone to it thinking it was going to my NAS. I can work to solve that prob so os runs smoother.
That will definitely help. Ideally, you want to be less than 75% full. SSDs/NVMEs run better when they have free space available.
OK GOOD. Will work on this as soon as I get a back up drive.
SMG wrote: Wed Dec 01, 2021 9:03 pm
It appears you have a custom xorg.conf file.

Code: Select all

[    25.753] (==) Using config file: "/etc/X11/xorg.conf"
...
[    25.761] (EE) Failed to load module "nvidia" (module does not exist, 0)
My guess is that file mentions using nvidia which is not installed and that is why the error happens. I would suggest either removing it with sudo rm /etc/X11/xorg.conf or renaming it to /etc/X11/xorg.conf.old so it is not used.
Ok, I removed it. Made sure it was gone by trying to remove it again. rm: cannot remove '/etc/X11/xorg.conf': No such file or directory
SMG wrote: Wed Dec 01, 2021 9:03 pm The system is loading drivers for both GPUs (Intel and Nvidia), but there are problems.

Code: Select all

[    26.316] (EE) NOUVEAU(0): Failed to initialise context object: 2D_NVC0 (0)
[    26.316] (EE) NOUVEAU(0): Error initialising acceleration.  Falling back to NoAccel
...
[    26.318] (II) AIGLX: Screen 0 is not DRI2 capable
[    26.318] (EE) AIGLX: reverting to software rendering

My suggestion is to clear out the custom xorg and make sure nouveau works...
By clear out, you mean by running sudo rm /etc/X11/xorg.conf correct? I did that.
SMG wrote: Wed Dec 01, 2021 9:03 pm.. and then attempt the Nvidia driver install.
So I rebooted and Driver mngr popsup fast looking like this..
470.png
470.png (23.04 KiB) Viewed 1766 times
So it is already installed?
I then click nouveu. apply settings. and get..
drvrmngr.png
SMG wrote: Wed Dec 01, 2021 9:03 pmI think there may be "leftovers" from your prior system that are causing issues.
I am too full for leftovers, how do we purge them from my system? I need my mint to throw up :lol: .
Last edited by SMG on Tue Dec 07, 2021 9:37 pm, edited 1 time in total.
Reason: Moved responses outside of embedded quotes so they would be more easily noticed.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

Now having update mngr problems.
um.png
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Thu Dec 02, 2021 10:47 amBy clear out, you mean by running sudo rm /etc/X11/xorg.conf correct? I did that.
Yes, that is what I meant.
ixt wrote: Thu Dec 02, 2021 10:47 am
.. and then attempt the Nvidia driver install.
So I rebooted and Driver mngr popsup fast looking like this..
470.png

So it is already installed?
I can give you a terminal command to clear out all the nvidia files, but LM19 is not set up to automatically install the nouveau driver if no Nvidia files are installed. That means you would have to go the nomodeset kernel parameter route.

The easier way to do this would be to switch to the nouveau driver and then run the command. Will it let you switch to the nouveau driver?
ixt wrote: Thu Dec 02, 2021 1:27 pm Now having update mngr problems.
These problems might all be related. Let's see if we can get the graphics working first.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

SMG wrote: Thu Dec 02, 2021 2:46 pmThat means you would have to go the nomodeset kernel parameter route.
I do not know what that means.
SMG wrote: Thu Dec 02, 2021 2:46 pmThe easier way to do this would be to switch to the nouveau driver and then run the command. Will it let you switch to the nouveau driver?
I open driver manager and it loads and says, "Your computer does not need any additional drivers". I do not know how to switch to the nouveau driver. Nor do I know what driver is being used now for gpu.
SMG wrote: Thu Dec 02, 2021 2:46 pm
ixt wrote: Thu Dec 02, 2021 1:27 pm Now having update mngr problems.
These problems might all be related. Let's see if we can get the graphics working first.
ok sounds good. What do I need to do now?
Last edited by SMG on Tue Dec 07, 2021 9:40 pm, edited 1 time in total.
Reason: Moved responses outside of embeded quote so they would be more easily noticed.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Thu Dec 02, 2021 3:15 pmI open driver manager and it loads and says, "Your computer does not need any additional drivers". I do not know how to switch to the nouveau driver. Nor do I know what driver is being used now for gpu.
According to the screenshot you posted, in Driver Manager right now the Nvidia 470 is selected. Just click on the xserver-xorg-video-nouveau option. You will have to install the driver and then reboot for it to become active.

After you do that, provide the output of inxi -Gx.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

SMG wrote: Thu Dec 02, 2021 3:28 pmAccording to the screenshot you posted, in Driver Manager right now the Nvidia 470 is selected. Just click on the xserver-xorg-video-nouveau option. You will have to install the driver and then reboot for it to become active.

After you do that, provide the output of inxi -Gx.
I do not know how to click on nouveau because there is no option to do that. all driver mngr says is your computer does not need any additional drivers.

this is what I have now.

Code: Select all

$ inxi -Gx
Graphics:
  Device-1: Intel HD Graphics 630 vendor: ASUSTeK driver: i915 v: kernel 
  bus ID: 00:02.0 
  Device-2: NVIDIA GP106 [GeForce GTX 1060 6GB] vendor: eVga.com. 
  driver: nouveau v: kernel bus ID: 01:00.0 
  Display: x11 server: X.Org 1.19.6 driver: modesetting,nouveau 
  unloaded: fbdev,vesa resolution: 1920x1080~60Hz 
  OpenGL: renderer: llvmpipe (LLVM 10.0.0 256 bits) v: 3.3 Mesa 20.0.8 
  direct render: Yes 
Last edited by SMG on Tue Dec 07, 2021 9:42 pm, edited 1 time in total.
Reason: Removed unnecessary bolding and a redundant part of the quote.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Thu Dec 02, 2021 7:48 pmI do not know how to click on nouveau because there is no option to do that. all driver mngr says is your computer does not need any additional drivers.
You are not able to place your mouse over the round circle for nouveau and click on it to change the driver? If not, we will have to go to plan B.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

SMG wrote: Thu Dec 02, 2021 7:52 pm
ixt wrote: Thu Dec 02, 2021 7:48 pmI do not know how to click on nouveau because there is no option to do that. all driver mngr says is your computer does not need any additional drivers.
You are not able to place your mouse over the round circle for nouveau and click on it to change the driver? If not, we will have to go to plan B.
Where do I place mouse over the radial button circle?

I open driver manager.
It says, "Looking for hardware drivers"...
Then it says,
"Your computer does not need any additional drivers." with a big black check mark.
It does not pop open the choice of drivers anymore.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Thu Dec 02, 2021 9:27 pmWhere do I place mouse over the radial button circle?

I open driver manager.
It says, "Looking for hardware drivers"...
Then it says,
"Your computer does not need any additional drivers." with a big black check mark.
It does not pop open the choice of drivers anymore.
I did not realize you were no longer getting the info in the screenshot you posted earlier in the topic. Let me put together a plan B.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Thu Dec 02, 2021 1:27 pm Now having update mngr problems.
We might have to address this first. Looking back through your posts, this seems to be the point at which Driver Manager output changed.

Linux Mint is based on Ubuntu which is based on Debian so use the first set of instructions "Reinstalling Broken Packages on Debian" on this link How to Find and Fix Broken Packages on Linux. If you have any questions about the steps, let us know. You would be typing what is in the boxes. The explanation for what is being done is just above each box.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
ThaCrip
Level 5
Level 5
Posts: 988
Joined: Sat Dec 07, 2019 12:13 pm

Re: EVGA RMA/Drivers problem.

Post by ThaCrip »

a small side note... unless the OP has a lot of stuff to reconfigure, it's probably best to just wipe the drive and install Mint v20.2 from scratch. this would have likely took less time at this point and seems likely it would fix the issue since nothing would be broken then.

but with that said... if you want to continue attempting to fix it, it's your call ;)
MainPC: i5-3550 (undervolted by -0.120v (CPU runs 12c cooler) /w stock i3-2120 hs/fan) | 1050 Ti 4GB | 16GB (2x 8GB) DDR3 1600Mhz RAM | Backups: AMD E-300 CPU (8GB RAM) / Athlon X2 3600+ CPU (@2.3GHz@1.35v) (4GB RAM) | All /w Mint 21.x-Xfce
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ThaCrip wrote: Fri Dec 03, 2021 11:41 am a small side note... unless the OP has a lot of stuff to reconfigure, it's probably best to just wipe the drive and install Mint v20.2 from scratch.
The long repo list in the inxi output would seem to indicate there would be quite a bit to reconfigure. This was not a fresh install of Mint. This was an existing install where only the GPU was changed. The OP is awaiting a spare drive so some of what is filling the current drive can be off-loaded to make room.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

SMG wrote: Thu Dec 02, 2021 11:59 pm
ixt wrote: Thu Dec 02, 2021 1:27 pm Now having update mngr problems.
We might have to address this first. Looking back through your posts, this seems to be the point at which Driver Manager output changed.

Linux Mint is based on Ubuntu which is based on Debian so use the first set of instructions "Reinstalling Broken Packages on Debian" on this link How to Find and Fix Broken Packages on Linux. If you have any questions about the steps, let us know. You would be typing what is in the boxes. The explanation for what is being done is just above each box.
Here is step 1 and step 2 followed. I did not get to step 3 yet. because I auto removed per the directive. sudo apt autoremove and there was some errors.

Code: Select all

$ sudo apt --fix-missing update
[sudo] password for ixt:             
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.steampowered.com/steam stable InRelease                     
Ign:3 http://packages.linuxmint.com tricia InRelease                           
Hit:4 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease              
Hit:6 https://repo.skype.com/deb stable InRelease                              
Hit:7 http://packages.linuxmint.com tricia Release                             
Hit:8 https://repo.nordvpn.com//deb/nordvpn/debian stable InRelease            
Hit:10 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease   
Hit:11 https://packages.microsoft.com/repos/vscode stable InRelease            
Hit:12 http://archive.canonical.com/ubuntu bionic InRelease                    
Hit:13 http://archive.ubuntu.com/ubuntu bionic InRelease                       
Hit:9 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease  
Hit:14 http://archive.ubuntu.com/ubuntu bionic-updates InRelease               
Hit:16 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease    
Hit:17 http://archive.ubuntu.com/ubuntu bionic-backports InRelease             
Hit:18 http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic InRelease     
Hit:19 http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic InRelease
Hit:20 http://ppa.launchpad.net/pinta-maintainers/pinta-daily/ubuntu bionic InRelease
Hit:21 http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu bionic InRelease
Hit:22 http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic InRelease
Reading package lists... Done                                
Building dependency tree       
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
ixt@ixt-sucursal:~$ sudo apt update
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease                
Hit:3 https://repo.steampowered.com/steam stable InRelease                     
Hit:4 https://repo.skype.com/deb stable InRelease                              
Ign:5 http://packages.linuxmint.com tricia InRelease                           
Hit:7 http://packages.linuxmint.com tricia Release                             
Hit:8 https://repo.nordvpn.com//deb/nordvpn/debian stable InRelease            
Hit:9 https://packages.microsoft.com/repos/vscode stable InRelease             
Hit:10 http://archive.ubuntu.com/ubuntu bionic InRelease                       
Hit:11 http://archive.canonical.com/ubuntu bionic InRelease                    
Hit:12 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu bionic InRelease   
Hit:13 http://security.ubuntu.com/ubuntu bionic-security InRelease             
Hit:6 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease  
Hit:15 http://archive.ubuntu.com/ubuntu bionic-updates InRelease               
Hit:16 http://archive.ubuntu.com/ubuntu bionic-backports InRelease             
Hit:17 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease  
Hit:18 http://ppa.launchpad.net/lutris-team/lutris/ubuntu bionic InRelease     
Hit:19 http://ppa.launchpad.net/openshot.developers/ppa/ubuntu bionic InRelease
Hit:20 http://ppa.launchpad.net/pinta-maintainers/pinta-daily/ubuntu bionic InRelease
Hit:21 http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu bionic InRelease
Hit:22 http://ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu bionic InRelease
Reading package lists... Done                                
Building dependency tree       
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
ixt@ixt-sucursal:~$ sudo apt install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libnvidia-cfg1-470 libnvidia-common-470 libnvidia-decode-470
  libnvidia-decode-470:i386 libnvidia-encode-470 libnvidia-encode-470:i386
  libnvidia-extra-470 libnvidia-fbc1-470 libnvidia-fbc1-470:i386
  linux-headers-4.15.0-162 linux-headers-4.15.0-162-generic
  linux-headers-5.4.0-89-generic linux-hwe-5.4-headers-5.4.0-89
  linux-image-4.15.0-162-generic linux-image-5.4.0-89-generic
  linux-modules-4.15.0-162-generic linux-modules-5.4.0-89-generic
  linux-modules-extra-4.15.0-162-generic linux-modules-extra-5.4.0-89-generic
  nvidia-compute-utils-470 nvidia-dkms-470 nvidia-kernel-common-470
  nvidia-kernel-source-470 nvidia-settings nvidia-utils-470
  screen-resolution-extra xserver-xorg-video-nvidia-470
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
ixt@ixt-sucursal:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  libnvidia-cfg1-470 libnvidia-common-470 libnvidia-decode-470
  libnvidia-decode-470:i386 libnvidia-encode-470 libnvidia-encode-470:i386
  libnvidia-extra-470 libnvidia-fbc1-470 libnvidia-fbc1-470:i386
  linux-headers-4.15.0-162 linux-headers-4.15.0-162-generic
  linux-headers-5.4.0-89-generic linux-hwe-5.4-headers-5.4.0-89
  linux-image-4.15.0-162-generic linux-image-5.4.0-89-generic
  linux-modules-4.15.0-162-generic linux-modules-5.4.0-89-generic
  linux-modules-extra-4.15.0-162-generic linux-modules-extra-5.4.0-89-generic
  nvidia-compute-utils-470 nvidia-dkms-470 nvidia-kernel-common-470
  nvidia-kernel-source-470 nvidia-settings nvidia-utils-470
  screen-resolution-extra xserver-xorg-video-nvidia-470
0 upgraded, 0 newly installed, 27 to remove and 4 not upgraded.
After this operation, 827 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 563364 files and directories currently installed.)
Removing xserver-xorg-video-nvidia-470 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-cfg1-470:amd64 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-common-470 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-encode-470:amd64 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-decode-470:amd64 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-encode-470:i386 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-decode-470:i386 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-extra-470:amd64 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-fbc1-470:amd64 (470.86-0ubuntu0.18.04.1) ...
Removing libnvidia-fbc1-470:i386 (470.86-0ubuntu0.18.04.1) ...
Removing linux-headers-4.15.0-162-generic (4.15.0-162.170) ...
Removing linux-headers-4.15.0-162 (4.15.0-162.170) ...
Removing linux-headers-5.4.0-89-generic (5.4.0-89.100~18.04.1) ...
Removing linux-hwe-5.4-headers-5.4.0-89 (5.4.0-89.100~18.04.1) ...
Removing linux-modules-extra-4.15.0-162-generic (4.15.0-162.170) ...
Removing linux-image-4.15.0-162-generic (4.15.0-162.170) ...
/etc/kernel/prerm.d/dkms:
dkms: removing: rtl8812au 4.3.8.12175.20140902+dfsg (4.15.0-162-generic) (x86_64)

-------- Uninstall Beginning --------
Module:  rtl8812au
Version: 4.3.8.12175.20140902+dfsg
Kernel:  4.15.0-162-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

8812au.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.15.0-162-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.
dkms: removing: rtl8821ce v5.5.2_34066.20190614 (4.15.0-162-generic) (x86_64)

-------- Uninstall Beginning --------
Module:  rtl8821ce
Version: v5.5.2_34066.20190614
Kernel:  4.15.0-162-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

8821ce.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.15.0-162-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.
I: /initrd.img.old is now a symlink to boot/initrd.img-5.4.0-91-generic
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-4.15.0-162-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/60_mint-theme.cfg'
Generating grub configuration file ...
Found theme: /boot/grub/themes/linuxmint/theme.txt
Found linux image: /boot/vmlinuz-5.4.0-91-generic
Found initrd image: /boot/initrd.img-5.4.0-91-generic
Found linux image: /boot/vmlinuz-5.4.0-90-generic
Found initrd image: /boot/initrd.img-5.4.0-90-generic
Found linux image: /boot/vmlinuz-5.4.0-89-generic
Found initrd image: /boot/initrd.img-5.4.0-89-generic
Found linux image: /boot/vmlinuz-5.0.0-32-generic
Found initrd image: /boot/initrd.img-5.0.0-32-generic
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found initrd image: /boot/initrd.img-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
error: invalid volume.
error: invalid volume.
error: invalid volume.
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-extra-5.4.0-89-generic (5.4.0-89.100~18.04.1) ...
Removing linux-image-5.4.0-89-generic (5.4.0-89.100~18.04.1) ...
/etc/kernel/prerm.d/dkms:
dkms: removing: rtl8812au 4.3.8.12175.20140902+dfsg (5.4.0-89-generic) (x86_64)

-------- Uninstall Beginning --------
Module:  rtl8812au
Version: 4.3.8.12175.20140902+dfsg
Kernel:  5.4.0-89-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

8812au.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.4.0-89-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.
dkms: removing: rtl8821ce v5.5.2_34066.20190614 (5.4.0-89-generic) (x86_64)

-------- Uninstall Beginning --------
Module:  rtl8821ce
Version: v5.5.2_34066.20190614
Kernel:  5.4.0-89-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

8821ce.ko:
 - Uninstallation
   - Deleting from: /lib/modules/5.4.0-89-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod...

DKMS: uninstall completed.
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.4.0-89-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/60_mint-theme.cfg'
Generating grub configuration file ...
Found theme: /boot/grub/themes/linuxmint/theme.txt
Found linux image: /boot/vmlinuz-5.4.0-91-generic
Found initrd image: /boot/initrd.img-5.4.0-91-generic
Found linux image: /boot/vmlinuz-5.4.0-90-generic
Found initrd image: /boot/initrd.img-5.4.0-90-generic
Found linux image: /boot/vmlinuz-5.0.0-32-generic
Found initrd image: /boot/initrd.img-5.0.0-32-generic
Found linux image: /boot/vmlinuz-4.15.0-163-generic
Found initrd image: /boot/initrd.img-4.15.0-163-generic
Found linux image: /boot/vmlinuz-4.15.0-54-generic
Found initrd image: /boot/initrd.img-4.15.0-54-generic
File descriptor 10 (/var/lib/dpkg/triggers/linux-update-4.15.0-162-generic (deleted)) leaked on lvs invocation. Parent PID 5847: /bin/sh
error: invalid volume.
error: invalid volume.
error: invalid volume.
Adding boot menu entry for EFI firmware configuration
done
Removing linux-modules-4.15.0-162-generic (4.15.0-162.170) ...
Removing linux-modules-5.4.0-89-generic (5.4.0-89.100~18.04.1) ...
Removing nvidia-compute-utils-470 (470.86-0ubuntu0.18.04.1) ...
Removing nvidia-dkms-470 (470.86-0ubuntu0.18.04.1) ...
Removing all DKMS Modules
Done.
INFO:Disable nvidia
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
update-initramfs: deferring update (trigger activated)
Removing nvidia-kernel-common-470 (470.86-0ubuntu0.18.04.1) ...
update-initramfs: deferring update (trigger activated)
Removing nvidia-kernel-source-470 (470.86-0ubuntu0.18.04.1) ...
Removing nvidia-settings (470.57.01-0ubuntu0.18.04.1) ...
Removing nvidia-utils-470 (470.86-0ubuntu0.18.04.1) ...
Removing screen-resolution-extra (0.17.3) ...
Processing triggers for desktop-file-utils (0.23+linuxmint8) ...
Processing triggers for initramfs-tools (0.130ubuntu3.13) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-91-generic
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_04.bin for module i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/glk_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_33.0.0.bin for module i915
W: Possible missing firmware /lib/firmware/i915/icl_guc_33.0.0.bin for module i915
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1.2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
ixt@ixt-sucursal:~$ 


User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Fri Dec 03, 2021 12:30 pmHere is step 1 and step 2 followed. I did not get to step 3 yet. because I auto removed per the directive. sudo apt autoremove and there was some errors.
Going through the output, it appears you did do step 3. However, there were additional directions after you completed it.

This output appears to be better than the one you listed in your third post when you ran this earlier.

The below were the only "errors" I saw. According to this post, "os-prober running against my Windows 10 dynamic disk was definitely the culprit."

Code: Select all

error: invalid volume.
error: invalid volume.
error: invalid volume.
According to info earlier in that same topic, the person indicated the errors did not seem to be resulting in any issue.

Do you have a Realtek wireless device? It seems the driver module for it was removed in this process for both the 4.15 and 5.4 kernels.

Code: Select all

dkms: removing: rtl8821ce v5.5.2_34066.20190614 (4.15.0-162-generic) (x86_64)
dkms: removing: rtl8821ce v5.5.2_34066.20190614 (5.4.0-89-generic) (x86_64)
Try running Update Manager now and see if it works. (If you still have a working internet connection.)
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

SMG wrote: Fri Dec 03, 2021 3:23 pmThe below were the only "errors" I saw. According to this post, "os-prober running against my Windows 10 dynamic disk was definitely the culprit."

Code: Select all

error: invalid volume.
error: invalid volume.
error: invalid volume.
According to info earlier in that same topic, the person indicated the errors did not seem to be resulting in any issue.
Yes I am not sure about it. I do have a NAS that sometimes I can connect to sometimes not using synology drive client
SMG wrote: Fri Dec 03, 2021 3:23 pmDo you have a Realtek wireless device? It seems the driver module for it was removed in this process for both the 4.15 and 5.4 kernels.

Code: Select all

dkms: removing: rtl8821ce v5.5.2_34066.20190614 (4.15.0-162-generic) (x86_64)
dkms: removing: rtl8821ce v5.5.2_34066.20190614 (5.4.0-89-generic) (x86_64)
Only wireless I have is a wifi one I took out since I could not get it to work, so now I am cat 5 hardline connected to the net.
SMG wrote: Fri Dec 03, 2021 3:23 pmTry running Update Manager now and see if it works. (If you still have a working internet connection.)
I did and it says no update needed.
Last edited by SMG on Tue Dec 07, 2021 9:44 pm, edited 1 time in total.
Reason: Fixed quotes so response is outside of the quotes.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

ixt wrote: Sun Dec 05, 2021 2:40 pmI did and it says no update needed.
That sounds better than getting an error message.

Are you able to see any options in Driver Manager now?
Image
A woman typing on a laptop with LM20.3 Cinnamon.
User avatar
ixt
Level 3
Level 3
Posts: 109
Joined: Sat Aug 14, 2021 8:08 pm

Re: EVGA RMA/Drivers problem.

Post by ixt »

SMG wrote: Sun Dec 05, 2021 2:57 pm
ixt wrote: Sun Dec 05, 2021 2:40 pmI did and it says no update needed.
That sounds better than getting an error message.

Are you able to see any options in Driver Manager now?

DM does not even launch now. I am going to try and connect 3 monitors again.
User avatar
SMG
Level 25
Level 25
Posts: 31948
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: EVGA RMA/Drivers problem.

Post by SMG »

Let's see an updated inxi -Fxxxrz after your adventures with re-installing the broken packages.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Locked

Return to “Graphics Cards & Monitors”