![]() |
No Ethernet - 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: No Ethernet (/showthread.php?tid=4848) Pages:
1
2
|
No Ethernet - Derekfg - 01-14-2018 Hello, since i got my computer back after i had trouble with the boot menu my Ethernet connection has stopped working. The modem i use is a TP-LINK TD-W8960N and the wifi works as i`m using it with my laptop to post on here, but the ethernet does not. Any help would be appreciated. Re: No Ethernet - Derekfg - 01-15-2018 In the terminal i get these results: ifconfig Quote:enp1s0 Link encap:Ethernet HWaddr 70:85:c2:2a:6c:f4 Looks like the ethernet is seen but not connecting for some reason. Can somebody help me out me please ? Derek. Re: No Ethernet - Moltke - 01-15-2018 Hi [member=7298]Derekfg[/member] What's your network device? Open whisker menu and type system, this should bring "system info/profiler" or something like that - my system's Spanish - open the program and look under pci devices for your network card, or open a terminal and type Code: lspci | egrep -i --color 'network|ethernet' With this information you may google to find out on whether or not issues have been reported for this device in linux, and if so maybe some solutions as well. Hope this helps! ![]() Re: No Ethernet - Derekfg - 01-16-2018 Moltke, cheers for the help. lspci | egrep -i --color 'network|ethernet' Quote:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 11) Re: No Ethernet - Moltke - 01-16-2018 (01-16-2018, 02:51 AM)Derekfg link Wrote: Moltke, cheers for the help. Well, a google search does show some results: https://askubuntu.com/questions/937334/ethernet-not-working-on-ubuntu-16-04-using-realtek-rtl8101-2-6e-pci-express-fast https://askubuntu.com/questions/933055/ubuntu-16-04-realtek-rtl8111-8168-8411-ethernet-driver-is-not-maintaining-a-pers Read those and see if you find something that can help in solving your issue. Re: No Ethernet - Derekfg - 01-16-2018 That post in that link is exactly the same as my problem, but where do i add the Quote:auto eth0 And when i do su and enter my password it says su: Authentication failure. Re: No Ethernet - Moltke - 01-16-2018 Quote:That post in that link is exactly the same as my problem, but where do i add the Which one? There are two of them. Quote:And when i do su and enter my password it says su: Authentication failure. Why do you need su for? As far as I remember root account password is locked by default in Ubuntu and I believe it is too in LL since it's based on it. Sudo command is not enough? Try sudo su and see if that works. Re: No Ethernet - Derekfg - 01-16-2018 ok i added the code in /etc/apt/sources.list and done what that link says and still no ethernet. Re: No Ethernet - Moltke - 01-16-2018 Quote:ok i added the code in /etc/apt/sources.list and done what that link says and still no ethernet What code did you add in sources.list? That file is intended only for repositories. Do the following; open a terminal and run these commands: Code: sudo dhclient -r Code: sudo dhclient Hope this helps! ![]() Re: No Ethernet - Derekfg - 01-17-2018 I went out and bought one of these https://www.umart.com.au/umart1/pro/Products-details.phtml?id=10&bid=4&id2=265&sid=99674 And i went into my computers BIOS and disabled the onboard LAN and i now have my ethernet working. Thanks for your help Moltke. |