Brand new install of Kubuntu 20.04.2 on a new Asus / Intel i5-12600K with nVidia Quadro RTX 4000 graphics card.
ASUS motherboard does NOT have built-in WiFi, so I purchased a TP-Link AC1300 USB dongle / thingie / antenna.
So, after installation, no network... as the TP-LINK USB dongle is not recognized.
Now, I managed to wade through this installation (mess) on a different computer, but with an nVidia GTX-1060 graphics card a few weeks ago... but on this system... no joy.
Symptoms:
1) After installation, unable to connect to network via WiFi (duh.... TP-LINK USB adapter not recognized).
2) However, unable to install WiFi adapter (via various drivers available via Git Hub (per Ask Ubuntu forum posts))... because DKMS & Build-Essential packages are missing.
3) I can download those packages from Ubuntu website... BUT they will *not* install because GCC is not installed.
% sudo apt install gcc
fails, however, with a number of unmet dependencies... primarily relating to GCC version 9. Drilling down further... GCC 9 depencies are NOT being installed because.... GCC 10 & related are *not* installed.
Huh?
Well... no sh*t Sherlock... GCC 9 is not going to install if GCC 10 is not installed.
What am I missing?
This is a brand new Kubuntu 20.04 install (20.04.2, I believe).
Is this mess fixed in 20.04.4? (Or 22.04?)
TIA.
ASUS motherboard does NOT have built-in WiFi, so I purchased a TP-Link AC1300 USB dongle / thingie / antenna.
So, after installation, no network... as the TP-LINK USB dongle is not recognized.
Now, I managed to wade through this installation (mess) on a different computer, but with an nVidia GTX-1060 graphics card a few weeks ago... but on this system... no joy.
Symptoms:
1) After installation, unable to connect to network via WiFi (duh.... TP-LINK USB adapter not recognized).
2) However, unable to install WiFi adapter (via various drivers available via Git Hub (per Ask Ubuntu forum posts))... because DKMS & Build-Essential packages are missing.
3) I can download those packages from Ubuntu website... BUT they will *not* install because GCC is not installed.
% sudo apt install gcc
fails, however, with a number of unmet dependencies... primarily relating to GCC version 9. Drilling down further... GCC 9 depencies are NOT being installed because.... GCC 10 & related are *not* installed.
Huh?
Well... no sh*t Sherlock... GCC 9 is not going to install if GCC 10 is not installed.
What am I missing?
This is a brand new Kubuntu 20.04 install (20.04.2, I believe).
Is this mess fixed in 20.04.4? (Or 22.04?)
TIA.
Comment