I’m a lifelong Windows user and decided to install Fedora on my new desktop computer. Everything in the installation went well, however, I can’t connect to the internet. I’ve always used a USB Wi-Fi Adaptor and had no issues with it. When I try to connect to my home network a message appears, showing it couldn’t connect to the network.
I would really appreciate help with this issue. I’m pretty new to Linux and only know the basics.
I think it’s a driver issue, can you kindly share the output of lspci here. It will list all the accessories connected to your laptop. Once we know your Wifi Adapter model, You can install the driver and get it fixed. I also had the same issue too with a HP Wifi driver.
@nasirhm Okay, I ran the command you wrote and finished successfully. I’m still getting the same error. I downloaded the driver file, I got a .zip but I don’t really know what to do with it, can you help me with this, please?
I had the similar issue, Basically the driver i was trying to use was a Proprietory Software, Did you tried enabling RPM Fusion. If not, Here;s how you can set it up : Enabling the RPM Fusion repositories :: Fedora Docs
If it doesn’t work, I can help you in setting up the Custom Driver.
@santiagomunoz3 Here’s the official guide to Configuring a custom driver on Linux, The guide is meant to be for Ubuntu users but it would work just fine if you have gcc installed. Which you can do by sudo dnf install gcc it’s a GNU Compiler Collection to Compile the Driver.