F5F Stay Refreshed Software Operating Systems The system is unable to establish a connection with the Ethernet network.

The system is unable to establish a connection with the Ethernet network.

The system is unable to establish a connection with the Ethernet network.

M
matt72135
Junior Member
24
10-28-2024, 05:40 PM
#1
Hello all, today was quite a challenge searching for the right operating system and the only Ethernet access I’ve had was during Fedora and Ubuntu installs. I chose to stick with Fedora, so any guidance there would be appreciated—I think the issue might have a general solution.

I’ve tried various models and cables; they work well on other PCs or laptops, and I’ve enabled networking in the BIOS. Unfortunately, I can’t locate drivers for my motherboard or Ethernet card as downloads aren’t available. My system specs are listed below.

I need to get online as soon as possible for my work. Please share any additional details, and I’ll reply when I can. Thank you, and hopefully this will be resolved quickly.
M
matt72135
10-28-2024, 05:40 PM #1

Hello all, today was quite a challenge searching for the right operating system and the only Ethernet access I’ve had was during Fedora and Ubuntu installs. I chose to stick with Fedora, so any guidance there would be appreciated—I think the issue might have a general solution.

I’ve tried various models and cables; they work well on other PCs or laptops, and I’ve enabled networking in the BIOS. Unfortunately, I can’t locate drivers for my motherboard or Ethernet card as downloads aren’t available. My system specs are listed below.

I need to get online as soon as possible for my work. Please share any additional details, and I’ll reply when I can. Thank you, and hopefully this will be resolved quickly.

L
luna24342
Junior Member
36
10-28-2024, 05:40 PM
#2
It displays information about the network interface connected to your terminal. To set up your network, you typically use NetworkManager, especially on Fedora. If you encounter issues, check if lspci correctly lists the Ethernet card—this suggests the hardware is recognized.
L
luna24342
10-28-2024, 05:40 PM #2

It displays information about the network interface connected to your terminal. To set up your network, you typically use NetworkManager, especially on Fedora. If you encounter issues, check if lspci correctly lists the Ethernet card—this suggests the hardware is recognized.

A
Aleks12
Junior Member
16
10-28-2024, 05:40 PM
#3
IP link and IP address sho produce very similar results, which is why the output shows MTA 65536 with unknown state and default settings. The scope is set to host, loopback, and valid_lft is forever. Both IPv4 and IPv6 configurations appear identical in this output. I've tried adjusting network parameters manually on Linux several times, but changes haven't affected the behavior. I'm now relying on auto configuration via Ethernet to achieve the desired outcome.
A
Aleks12
10-28-2024, 05:40 PM #3

IP link and IP address sho produce very similar results, which is why the output shows MTA 65536 with unknown state and default settings. The scope is set to host, loopback, and valid_lft is forever. Both IPv4 and IPv6 configurations appear identical in this output. I've tried adjusting network parameters manually on Linux several times, but changes haven't affected the behavior. I'm now relying on auto configuration via Ethernet to achieve the desired outcome.

K
KingRustypuge
Junior Member
4
10-28-2024, 05:40 PM
#4
The interface indicates itself correctly, but it appears inactive. It might originate from different sources—possibly a hardware button or a script that initially set the configuration. This behavior could stem from a script trying to detect settings and then locking the interface during installation. Try running `sudo ip link set enp5s0 up` and reconnecting via NetworkManager. This should resolve the issue and preserve the state on reboots. If it continues to stay down, investigate potential conflicts such as systemctl entries or overlapping tools like NetworkManager and netctl.
K
KingRustypuge
10-28-2024, 05:40 PM #4

The interface indicates itself correctly, but it appears inactive. It might originate from different sources—possibly a hardware button or a script that initially set the configuration. This behavior could stem from a script trying to detect settings and then locking the interface during installation. Try running `sudo ip link set enp5s0 up` and reconnecting via NetworkManager. This should resolve the issue and preserve the state on reboots. If it continues to stay down, investigate potential conflicts such as systemctl entries or overlapping tools like NetworkManager and netctl.