![]() |
Yep, me too (ethernet problem) - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: Yep, me too (ethernet problem) (/showthread.php?tid=6988) |
Yep, me too (ethernet problem) - Nyto - 05-16-2020 Help! Since the original installation, I've always been connected via wi-fi on my LL computer. Today I want to go the ethernet way, but LL is not finding my ethernet connector, wether “eth” or “enp” both are nowhere to be found. If I type Code: ifconfig Code: # nmcli dev status DEVICE TYPE STATE CONNECTION wlp1s0 wifi connected Nyt0s-W1-F1 lo loopback unmanaged -- I tried ifdown/ifup eth0 but the computer still can't find the interface. A lot of the helpful commands are useless if the machine thinks there's not an interface there, so how could I "activate" the interface first so I can go on and configure it? Re: Yep, me too (ethernet problem) - firenice03 - 05-16-2020 [member=7562]Nyto[/member] Whats the output of.. Code: sudo rfkill Lets see if the Phys is blocked... Re: Yep, me too (ethernet problem) - trinidad - 05-16-2020 Is your cable plugged into your machine and a signal source? Just open network manager and turn on wired. You either have it turned off, or you've never used it, or nothing's plugged in, or all three. Your NIC is there or you wouldn't have wifi. Run: lspci The card should show up. Why are you running nmcli from root? TC |