F5F Stay Refreshed Software Operating Systems How to fix my ethernet connection not working ??

How to fix my ethernet connection not working ??

How to fix my ethernet connection not working ??

G
Greytide
Member
159
05-23-2016, 12:42 AM
#1
Your Ethernet connection isn't functioning properly. The network appears to be disabled even though your wireless works, and the Ethernet device shows as disabled. The network manager status command didn't return expected results. Please verify the settings and ensure both wired and wireless interfaces are enabled correctly.
G
Greytide
05-23-2016, 12:42 AM #1

Your Ethernet connection isn't functioning properly. The network appears to be disabled even though your wireless works, and the Ethernet device shows as disabled. The network manager status command didn't return expected results. Please verify the settings and ensure both wired and wireless interfaces are enabled correctly.

D
Discock
Member
63
05-23-2016, 08:05 AM
#2
It seems like a basic fix might help. Unplugging and plugging it back in often resolves the issue.
D
Discock
05-23-2016, 08:05 AM #2

It seems like a basic fix might help. Unplugging and plugging it back in often resolves the issue.

T
tdowlingiii
Member
127
05-24-2016, 02:31 PM
#3
Maybe it's not smart, but how are your Ethernet lights working?
T
tdowlingiii
05-24-2016, 02:31 PM #3

Maybe it's not smart, but how are your Ethernet lights working?

T
TheJewSlayer
Member
59
05-24-2016, 06:29 PM
#4
I'm using a laptop, so there shouldn't be any sucking sound. Probably nothing out of the ordinary has happened.
T
TheJewSlayer
05-24-2016, 06:29 PM #4

I'm using a laptop, so there shouldn't be any sucking sound. Probably nothing out of the ordinary has happened.

J
jack_is_pro
Junior Member
14
06-06-2016, 03:29 PM
#5
so yeah i tried that but here is the issue the network adapter seems to be unclaimed i searched on google and that means probably there is no drive for it installed. Now i am searching for sometime but i couldn't find any resources until i checked for the specific adapter model with the command sudo modprobe r8111 it said that the module was not found in the directory /lib/modules/5.19.0-45-generic
J
jack_is_pro
06-06-2016, 03:29 PM #5

so yeah i tried that but here is the issue the network adapter seems to be unclaimed i searched on google and that means probably there is no drive for it installed. Now i am searching for sometime but i couldn't find any resources until i checked for the specific adapter model with the command sudo modprobe r8111 it said that the module was not found in the directory /lib/modules/5.19.0-45-generic

J
jjmonkey13
Member
236
06-07-2016, 02:27 AM
#6
On a system with systemd, use 'service' instead of 'command'. Check NetworkManager status with 'systemctl status NetworkManager'. To activate the network interface, run 'sudo ifconfig enp61s0 up'.
J
jjmonkey13
06-07-2016, 02:27 AM #6

On a system with systemd, use 'service' instead of 'command'. Check NetworkManager status with 'systemctl status NetworkManager'. To activate the network interface, run 'sudo ifconfig enp61s0 up'.