First-time user encounters various problems with Zorin OS

You might try:

sudo apt install xserver-xorg-input-all

And try using those device drivers rather than the libinput.

There really isn't, just as you cannot necessarily hide many other aspects of the system. If you are not actively using that drive letter, you can safely ignore it.

The wifi and wifi-usb questions blend together... so, I think a general answer that can be detailed more later may suit.
I think you are likely quite correct that the kernel may be involved. Using DKMS (Dynamic Kernel Module Support), many drivers can be utilized without needing to reinstall them everytime the kernel upgrades.
While that issue causes consternation with some, it is easy to remember that Windows would have the exact same problem if it upgraded its kernels as swiftly as Linux does. In this case, Linux moves faster.
Install git (always useful)

sudo apt install git build-essential

Use git to grab the drivers

git clone https://github.com/morrownr/8814au.git
cd 8814au

Change Directory into that folder

cd 8814au

And then run the installer script with:

sudo ./install-driver.sh

For DKMS Support, instead:

make dkms_install

Not all drivers work with DKMS, however. So the most System Stable move is to install an LTS stable kernel and default boot to only that kernel.
For example, you might use the 5.8 kernel:

sudo apt install linux-headers-5.8.0-63-generic linux-modules-5.8.0-63-generic linux-modules-extra-5.8.0-63-generic linux-image-5.8.0-63-generic

As long as everything works, you would not need to upgrade the kernel as that really mostly applies to providing support for the Newest Hardware.
Lock in the 5.8 kernel as your default boot:

I will let those far better than I am at Sound Issues field this as I am opinionated. :wink:
Welcome to the forum.

4 Likes