I currently got Ubuntu Desktop up and working on my laptop with Wifi networking enabled. What I really intend to do is run a minimal Ubuntu Server 20.04 within a KVM container and assign all hardware networks to it. This is partly working - the WIFI shutdown on my main system as soon as I start the VM, the wifi network card is detected within the VM, however, the Ubuntu Server does not setup the drivers for my Wifi card.
I have already installed the packages wpasuppliant, wireless-tools and libiw30, but even though the wireless network card is detected during boot-up in dmesg, the card is NOT listed under /sys/class/net. The wireless network card is auto-detected under Ubuntu Desktop 20.04 with the following from dmesg:
rtw_8821ce 0000:04:00.0: Firmware version 24.8.0, H2C version 12
rtw_8821ce 0000:04:00.0 wlp4s0: renamed from wlan0
rtw_8821ce 0000:04:00.0: start vif ..:..:..:..:..:.. on port 0
Under Software and Updates --> additional drivers on the desktop, an alternative driver: Realtek Semiconductor Co, RTL8821CE 802.11ac is listed inactive as "Do not use the device", so at least on the desktop its unneeded.
Am I missing some particular software, or is the reason this is not working that the sever kernel might be missing some options present in the desktop kernel?
What is the best way to get this wifi network working for me under Ubuntu Server 20.04?