![]() |
Ethernet Not Working, Intel e1000e 82578DC rev 06 - 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: Ethernet Not Working, Intel e1000e 82578DC rev 06 (/showthread.php?tid=6594) |
Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - jerryc - 11-16-2019 (11-15-2019, 04:44 PM)trinidad link Wrote: Network Manager can be quirky with things that involve changing some drivers not in a repository kernel version.I agree. That's why I'd prefer to just do something simple from the command line or edit a config file. Quote:run the following: Here's what I got: Code: NAME UUID TYPE DEVICE Quote:And then run: nmcli connection up 'Wired connection 1' (or whichever you wish to activate) I tried it and for Ethernet connection 1, and got: Code: Error: Connection activation failed: No suitable device found for this connection. After that, I stopped. Thank you for your help on this. For the rest of you following this thread, it may be a while before I can try much else. I just got here, and I have a busy weekend planned, but I will get to all the posts. I really appreciate all the help. Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - jerryc - 11-16-2019 (11-12-2019, 08:52 PM)Jerry link Wrote: Also, output please of: In relevant part: Code: *-network Quote:and Code: [ 1.323272] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k Thank you for your help. Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - jerryc - 11-16-2019 (11-12-2019, 08:37 PM)Jerry link Wrote: Some report a fix by having the latest BIOS installed.I think I'll try that later if nothing else works. The chip works with the bios on win7. Thank you. Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - jerryc - 11-16-2019 (11-15-2019, 04:44 PM)trinidad link Wrote: run: nmcli dev status Here's what I got: Code: DEVICE TYPE STATE CONNECTION Quote:If all this is correct and there is still no connection make sure your firewall is configured correctly. Perhaps you changed it at some point and forgot about it. Checked it. Proper settings for home computer. Quote:If all is well there and you are still not connected you can try changing the ifupdown plugin configuration in your /etc/NetworkManager/NetworkManager.conf file from false to true. Checked it. It's already configured to true. Thank you. I feel confident we'll get it this weekend. Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - firenice03 - 11-16-2019 (11-16-2019, 11:04 AM)jerryc link Wrote: Here's what I got: HHMM Unavailable... maybe reseat the cable for kicks.. and still be curious if 'ifup' brings it up.. Code: sudo ifdown enp0s25 Check a few commands - if state changes .... Hoping for UP LOL Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - trinidad - 11-16-2019 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/NetworkConfiguration#Setting_up_an_Ethernet_Interface Your probably going to be stuck re-configuring the driver. TC Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - jerryc - 11-17-2019 (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. Nope, /etc/network/interfaces only had: Code: auto lo So, I added: Code: # manual additions to get ethernet to work Then ran: Code: sudo ifup enp0s25 And got: Code: Internet Systems Consortium DHCP Client 4.3.5 Even though we're not there yet, I think this is progress. Thank you for your help. Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - Valtam - 11-17-2019 I take it, the dkms debian driver didn't work? Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - jerryc - 11-17-2019 (11-17-2019, 11:30 AM)Jerry link Wrote: I take it, the dkms debian driver didn't work? I still have wireless and can get by with that for a while, so I'm hoping for something like a simple config setting to fix it before I try changing a kernel driver, even with a deb package. Maybe I'm being overly cautious, but I'm also concerned, even with a new driver, there's still a config issue somewhere. Did the readouts you asked for tell you anything? Thank you for everything. Re: Ethernet Not Working, Intel e1000e 82578DC rev 06 - trinidad - 11-18-2019 This is awfully dated but have you tried adding: pcie_aspm=off into the kernel parameters? See the old link below: https://serverfault.com/questions/193114/linux-e1000e-intel-networking-driver-problems-galore-where-do-i-start TC |