Solved Wired ethernet-cable unplugged. worked with AMD, not Intel

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bbriggs
Level 1
Level 1
Posts: 4
Joined: Sun Apr 04, 2021 2:23 pm

Solved Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by bbriggs »

Hello, somewhat new to Linux. I recently changed out my AMD mobo and Ryzen Apu, and installed Intel Mobo and Core i5. Too many freezes with AMD from day one. My problem is, network manager tells me there is a cable unplugged, even though it is not. I have wireless internet just not wired internet. Both wireless and wired worked with AMD, but no wired with Intel. I am guessing it is possibly a driver issue. I have searched and searched, but have not found a solution. I have managed to google some terminal commands in order to post some information. Hope this helps. Thanks.

https://dpaste.com/9QGHAV736

https://dpaste.com/DA42547QG
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14397
Joined: Thu May 25, 2017 3:22 pm

Re: Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by sleeper12 »

Try reloading the driver:

Code: Select all

 sudo modprobe -r e1000e && sudo modprobe e1000e 

Or, restart Network Manager:

Code: Select all

 sudo service network-manager restart 
bbriggs
Level 1
Level 1
Posts: 4
Joined: Sun Apr 04, 2021 2:23 pm

Re: Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by bbriggs »

Thanks, but no luck. Still not working.
sleeper12
Level 21
Level 21
Posts: 14397
Joined: Thu May 25, 2017 3:22 pm

Re: Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by sleeper12 »

Ok, unlikely, but try:

Code: Select all

 sudo ifconfig eno1 up 
I assume you already tried unplugging & reinserting the cable & restarting your router/modem.
User avatar
SMG
Level 25
Level 25
Posts: 31333
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by SMG »

Is this one of those newer motherboards with two Ethernet connections and right now there are only Linux drivers for the one? Make sure you have your cable plugged into the port which has a driver and not the with with N/A.

Network:
Device-1: Intel vendor: ASRock driver: e1000e v: 3.2.6-k port: efa0
bus ID: 00:1f.6 chip ID: 8086:0d4d
IF: eno1 state: down mac: <filter>
Device-2: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi
v: kernel port: efa0 bus ID: 01:00.0 chip ID: 8086:24fb
IF: wlp1s0 state: up mac: <filter>
Device-3: Realtek vendor: ASRock driver: N/A port: 3000 bus ID: 02:00.0
chip ID: 10ec:8125
Image
A woman typing on a laptop with LM20.3 Cinnamon.
bbriggs
Level 1
Level 1
Posts: 4
Joined: Sun Apr 04, 2021 2:23 pm

Re: Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by bbriggs »

Thanks, I did try unplugging and reinserting and restarting modem and router.
bbriggs
Level 1
Level 1
Posts: 4
Joined: Sun Apr 04, 2021 2:23 pm

Re: Wired ethernet-cable unplugged. worked with AMD, not Intel

Post by bbriggs »

Thank You "SMG" you called it. I had it plugged into the wrong one. Did not even dawn on me to look for more than 1 ethernet connection. Swapped it over and now working. Problem solved.
Locked

Return to “Networking”