Connection successful but no internet on hardware set when any Linux is running. Have tested cables, router, and network interfaces. Have installed multiple distros, including the latest betas. Have upgraded bios firmware.
Realtek and Intel ethernet ports and WIFI receiver on the motherboard. OS network settings and Router settings show that IPv4 and IPv6 are enabled and DHCP is set to automatic.
Ethernet and WIFI can be 'connected' and show as such but no internet; stopped working suddenly - All were working, until they were not. The phone can not give a hotspot to ubuntu either. Likewise, it connects, phone sees connection, computer sees connection, tray icon says connected - but no internet.
Windows 10 was still working so I made a fresh USB installer and made a second installation of Ubuntu 20.04. I thought maybe the drivers had gone a bit funny or configuration I don't know about might have changed.
The new installation of Ubuntu has the same problem out of the box with neither WIFI nor ethernet working. Live USB instance of Manjaro also has the same problem.
Update: I have updated to the latest BIOS for my motherboard in a hope that it might help, but of course, it didn't.
Update: I tested with a slow old laptop running Linux mint and plugged it into the ethernet cable usually used in my computer. It works fine. Internet connection. Still, No Linux installation of any kind can get internet on my hardware, but windows can. I will next try learning how to reinstall network drivers when the system is offline; maybe it isn't understanding my hardware ... but none of the three network systems wifi, Realtek, or intel work. It's like Network Manager isn't working with hardware, regardless of the Linux installation tried.
ping 1.1.1.1
ping: connect: Network is unreachable
ip a
:
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether f0:2f:74:1a:44:93 brd ff:ff:ff:ff:ff:ff
3: enp5s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether f0:2f:74:1a:44:94 brd ff:ff:ff:ff:ff:ff
inet6 fe80::18ba:c484:a79b:2d6c/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether dc:41:a9:b9:23:a0 brd ff:ff:ff:ff:ff:ff
inet6 fe80::fa60:2ecb:bd13:21a6/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Following is an ifconfig a-
from a laptop running linuxmint
and working on the network
ifconfig -a
:
inet 192.168.0.3 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::a72c:956f:ff0d:dea5 prefixlen 64 scopeid 0x20<link>
ether f0:76:1c:be:9f:4f txqueuelen 1000 (Ethernet)
RX packets 60 bytes 7646 (7.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 65 bytes 7343 (7.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 120 bytes 9420 (9.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 120 bytes 9420 (9.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether ac:e0:10:54:45:e4 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Update: A local tech support guy here has looked into this and has suggested that there are other people having problems with Linux and ASUS ROG Strix motherboards. He offers that updating the kernel could help. So I will test by using 20.10 or looking to see what distro carries the latest kernel. I will update you when I get the time to try it out.
Update: This was a dead end. I installed the new fedora beta and the new ubuntu beta, both of which sport kernel 5.11. Still no internet.
ip a
? – Calvin K Mar 25 '21 at 14:49For a test. I booted a Manjaro live USB and it also has the same problem. Windows continues to work fine on the same computer. :(
– poised Mar 25 '21 at 19:06And from what I understand you are saying the laptop works perfectly when in windows boot? because the point that I was making is usually modems are 4.5 ghz and I have an issue similar to this with my WiFi adaptor only picking up 2.4 ghz frequencies. try creating a hotspot with your phone quickly if it shows up then you have a similar issue.
– Errol Caughey Mar 29 '21 at 08:16Maybe as a temporary method check if another flavour of linux may work to see if its the os specifically.
Hopefully you can find more clarity soon, Goodluck and have a nice day!
– Errol Caughey Mar 29 '21 at 09:07I have not tried configuring netplan and will learn about it. However, I would think that two fresh linux installations would have it set to normal settings, configuring it with the hardware on install .. but no. my hardware works when running windows 10
– poised Mar 29 '21 at 07:28