Code: Select all
sudo apt remove -s *-dkms
Code: Select all
sudo apt remove -s *-dkms
Stevo wrote: Sun Dec 17, 2023 2:35 am Your QSI shows that you aren't using any of those dkms wi-fi driver packages that make up most of your output above, so I'd recommend removing them. Let's see, I'm not great at the CLI. You could search for installed -dkms packages using "Status" in Synaptic, or in MXPI, or simulate removal with apt:
The stuff that will actually be removed appears at the end of that long output. You can run the command for reals by removing the "-s" (simulate) flag in that command.Code: Select all
sudo apt remove -s *-dkms
Code: Select all
apt policy rtl8812au-dkms && apt purge rtl8812au-dkms
apt policy rtl8821cu-dkms && apt purge rtl8821cu-dkms
apt policy rtl8821ce-dkms && apt purge rtl8821ce-dkms
apt policy broadcom-sta-dkms && apt purge broadcom-sta-dkms