Jump to content

Hello,

 

I just installed Pop_OS and everything seems to be working well however, it does not see that my ethernet is connected. When I tether to my phone, the internet works but Pop doesn't seem to want to connect via ethernet. I have tried resetting multiple times, unplugging the ethernet cable restarting then connecting it again. Nothing seems to work.

Link to comment
https://linustechtips.com/topic/1402926-pop_os-no-ethernet/
Share on other sites

Link to post
Share on other sites

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    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
3: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
    link/ether ae:0f:87:14:4f:4b brd ff:ff:ff:ff:ff:ff
    inet 192.168.185.242/24 brd 192.168.185.255 scope global dynamic noprefixroute usb0
       valid_lft 3318sec preferred_lft 3318sec
    inet6 fe80::5cd0:b2f2:aaab:b8c/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
 

 

I am connected to the internet via phone usb teather

Link to comment
https://linustechtips.com/topic/1402926-pop_os-no-ethernet/#findComment-15200063
Share on other sites

Link to post
Share on other sites

Hi, are sure that phone teather is working? Just test it with another OS. And what does it mean I do not have internet? You cannot "open" facebook.com?

 

Pease run command "ping -c 3 1.1.1.1". If there is no ping or you are not sure please show us command "ip r" or "route -n". If you have ping but cannot open facebook.com it means you cannot resolve it. 🙂 

Link to comment
https://linustechtips.com/topic/1402926-pop_os-no-ethernet/#findComment-15200878
Share on other sites

Link to post
Share on other sites

I figured it out. If you want to use ethernet with with Pop_OS and a MSI Z390 board you MUST go into the BIOS and enable, "Lan option ROM". Once I did that it worked right away. It's pretty satisfying when a pure guess is the solution. Below is the new ip address terminal command without the USB teather:

 

: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    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: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 00:d8:61:1a:92:d5 brd ff:ff:ff:ff:ff:ff
    altname enp0s31f6
    inet 192.168.1.241/24 brd 192.168.1.255 scope global dynamic noprefixroute eno1
       valid_lft 86318sec preferred_lft 86318sec
    inet6 fe80::ffb2:a0f1:7aa6:f5d6/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever
 

Link to comment
https://linustechtips.com/topic/1402926-pop_os-no-ethernet/#findComment-15201148
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×