After installing new Nvidia drivers and rebooting, I noticed that my machine no longer has internet connectivity. sudo lshw -c network
yields network UNCLAIMED
. Following the suggestion in this thread, I used $ sudo dpkg -s linux-modules-extra-$(uname -r) | grep Status
to verify that linux-modules-extra is not installed, and attempted to manually download, move it to my machine via USB stick and install. However, that failed, because attempting to open the USB stick, yields "unknown filesystem type 'exfat'". I assume this is also because linux-modules-extra is no longer installed on my machine.
I am looking for suggestions on how I could recover from this. Unfortunately my machine does not have a disk drive, so the only way to transfer files there would be via network or USB, neither of which are working.
I'm on Ubuntu 20.04.1 and kernel 6.2.0-39-generic.