LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ethernet Not Working, Intel e1000e 82578DC rev 06
#37
(11-16-2019, 03:47 PM)trinidad link Wrote: No suitable device was found. The issue is with the driver not working/wrong/ or not installed correctly/ or with the device permissions i/e Network Manager permissions to the device. Network Manager seems to be working properly though.
You can check your /etc/network/interfaces file for eth configuration though I expect all is already there properly.
https://wiki.debian.org/NetworkConfigura..._Interface

Nope, /etc/network/interfaces only had:
Code:
auto lo
iface lo inet loopback

So, I added:
Code:
# manual additions to get ethernet to work
auto enp0s25
allow-hotplug enp0s25
iface enp0s25 inet dhcp

Then ran:
Code:
sudo ifup enp0s25

And got:
Code:
Internet Systems Consortium DHCP Client 4.3.5
Copyright 2004-2016 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/enp0s25/60:eb:69:de:64:ec
Sending on   LPF/enp0s25/60:eb:69:de:64:ec
Sending on   Socket/fallback
DHCPDISCOVER on enp0s25 to 255.255.255.255 port 67 interval 3 (xid=0x6ee01246)
DHCPDISCOVER on enp0s25 to 255.255.255.255 port 67 interval 5 (xid=0x6ee01246)
...
[about a dozen more tries] ...
DHCPDISCOVER on enp0s25 to 255.255.255.255 port 67 interval 18 (xid=0x6ee01246)
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

Even though we're not there yet, I think this is progress.

Thank you for your help.
jerryc, not to be confused with the real Jerry who developed this distro.
Reply


Messages In This Thread
Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - by jerryc - 11-17-2019, 10:47 AM

Forum Jump:


Users browsing this thread: 9 Guest(s)