Sorry for this request:
Using Lubuntu 20.04, I cannot get my wifi to work. (Already before switching to Linux, it was mostly not working, with some exceptions. I assume, I simply don't have the current driver anymore...)
Unfortunately, I still miss the basics of using Linux / Lubuntu. As I don't have internet right now, I can't look them up and read manuals as I had intended to learn the basics: I have moved, though, and my internet provider doesn't manage to get my LAN to work in my new home... well, and I don't manage to get wifi working. So I don't know how to fix this mess because I only get to use internet at a friend's house right now, for short intervals (not enough to really enter the Linux world).
So if anyone would be so incredibly kind to point me to something to read for complete Linux newbies (I didn't even manage to find the right "settings"!) to install the driver to get the wifi going (sort of a silly step-by-step thing for new-comers), that'd be just incredibly awesome...
(And I fully understand if some of you don't want to be bothered with this kind of question--just please ignore it then. Sorry!)
Thanks a million for any help!
sudo lshw -C network
(list-hardware of class network) which will provide details of your chipset which controls wifi which is key to solving it (on windows it's brand/model which then tells you chipset.. Linux skips the brand/model going straight to chipset of device). Once you have chipset you can usually easily resolve the issue using online searches. – guiverc Apr 30 '21 at 22:30