You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



No Ethernet

Author (Read 9773 times)

0 Members and 1 Guest are viewing this topic.

Re: No Ethernet
« Reply #12 on: January 16, 2018, 08:13:21 PM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
Glad you solved it @Derekfg :)
Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Re: No Ethernet
« Reply #11 on: January 16, 2018, 07:55:58 PM »
 

rokytnji

  • Friganeer
  • Platinum Level Poster
  • **********
  • 1255
    Posts
  • Reputation: 139
    • View Profile

  • CPU: Intel Core2 Duo U9600

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Mobile 4
Sometimes the cord or plug on the motherboard can go bad. In my experience. Yours sounds like one of those problems. Where the chip is seen. But the connection point is fubar.
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
 

Re: No Ethernet
« Reply #10 on: January 16, 2018, 07:37:14 PM »
 

Derekfg

  • New to Forums
  • *
  • 13
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • MEMORY: 4Gb
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.
 

Re: No Ethernet
« Reply #9 on: January 16, 2018, 03:48:07 PM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
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: [Select]
sudo dhclient -r This command will release your current ip configuration then do
Code: [Select]
sudo dhclient to get a new fresh ip configuration. Try that and see if that works.

Hope this helps! :)
Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Re: No Ethernet
« Reply #8 on: January 16, 2018, 12:00:27 AM »
 

Derekfg

  • New to Forums
  • *
  • 13
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • MEMORY: 4Gb
ok i added the code in /etc/apt/sources.list and done what that link says and still no ethernet.
 

Re: No Ethernet
« Reply #7 on: January 15, 2018, 11:56:29 PM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
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.



Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Re: No Ethernet
« Reply #6 on: January 15, 2018, 11:29:25 PM »
 

Derekfg

  • New to Forums
  • *
  • 13
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • MEMORY: 4Gb
That post in that link is exactly the same as my problem, but where do i add the

Quote
auto eth0
iface eth0 inet dhcp

And when i do su and enter my password it says su: Authentication failure.
« Last Edit: January 15, 2018, 11:34:49 PM by Derekfg »
 

Re: No Ethernet
« Reply #5 on: January 15, 2018, 10:53:14 PM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
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)

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.

Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Re: No Ethernet
« Reply #4 on: January 15, 2018, 09:51:10 PM »
 

Derekfg

  • New to Forums
  • *
  • 13
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • MEMORY: 4Gb
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
« Reply #3 on: January 15, 2018, 09:22:15 AM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
Hi @Derekfg

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: [Select]
lspci | egrep -i --color 'network|ethernet' which will show your network card but you won't see which driver's used while in the GUI you will, it's up  to you which one to use.
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! :)
Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Re: No Ethernet
« Reply #2 on: January 14, 2018, 09:06:14 PM »
 

Derekfg

  • New to Forums
  • *
  • 13
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • MEMORY: 4Gb
In the terminal i get these results:

ifconfig

Quote
enp1s0    Link encap:Ethernet  HWaddr 70:85:c2:2a:6c:f4 
          inet6 addr: fe80::6bdb:4f92:6fa6:b8b8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:252 errors:0 dropped:222 overruns:0 frame:0
          TX packets:179 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:15120 (15.1 KB)  TX bytes:31885 (31.8 KB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:2664 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2664 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1
          RX bytes:211992 (211.9 KB)  TX bytes:211992 (211.9 KB)

Looks like the ethernet is seen but not connecting for some reason. Can somebody help me out me please ?

Derek.
 

No Ethernet
« Reply #1 on: January 14, 2018, 06:27:18 AM »
 

Derekfg

  • New to Forums
  • *
  • 13
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • MEMORY: 4Gb
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.
« Last Edit: January 16, 2018, 07:37:38 PM by Derekfg »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section