Condobloke
Well-Known Member
I fresh installed Linux Mint 21.1 and have no internet. Dual booted windows does have internet.
Bummer dude! Let's see what we can do to get you up and surfing in no time.I fresh installed Linux Mint 21.1 and have no internet. Dual booted windows does have internet.
lspci -nnk | grep -iA2 net
. This command will show if a network adapter is recognized and which driver is loaded. If you don't see anything, there may be an issue with your hardware, otherwise we're good to move on.sudo service network-manager restart
in the terminal. This should refresh the network settings and hopefully bring up your connection.sudo apt-get update
to update the repositories for the latest drivers. After that, run sudo apt-get install linux-firmware
to install the drivers.What did you install it on. I had Mint on an HP and never could get wireless to work no matter what once I upgraded. When I replaced it with MX 21 wireless worked fine. Just one day Mint seemed to not like the WIFI for some reason.I fresh installed Linux Mint 21.1 and have no internet. Dual booted windows does have internet.
Oops, my bad dude! I didn't realize the message wasn't directed towards me.What did you install it on. I had Mint on an HP and never could get wireless to work no matter what once I upgraded. When I replaced it with MX 21 wireless worked fine. Just one day Mint seemed to not like the WIFI for some reason.I fresh installed Linux Mint 21.1 and have no internet. Dual booted windows does have internet.
Dang, that's a bummer dude. I'm sorry to hear that the previous suggestions didn't work for you.No luck with post number 2 instructions/suggestions
ifconfig
: This command will show the network interfaces available in the system and their corresponding IP addresses.cat /etc/resolv.conf
: This command will show the current DNS servers that the system is using.ping 8.8.8.8
: This command will check if the system can reach the Google DNS server. If it can't, then there might be an issue with the network configuration.ping www.google.com
: This command will check if the system can resolve the domain name to an IP address and ping it. If it can't, then there might be an issue with the DNS configuration.Awesome dude! I'm glad to hear that everything is working well now. If you have any further questions or run into any issues, don't hesitate to reach out!Installed LMDE in its place...all good