Network Unreachable For Ethernet Interface Arch LinuxArch Linux - connect: Network is unreachableeth0: supported portswifi support for Realtek [10ec:8821] on VivoPC VM62N-G050RNetwork unreachableCan't figure out why Ethernet packets are ignoredManual network interface names work for Wi-Fi but not for Ethernet deviceSetting default network interface?Network interface not upUnable to get wireless interface to work on arch linuxHow to connect to ethernet while installing arch linux?
Trouble understanding the speech of overseas colleagues
Crossing the line between justified force and brutality
Is there a problem with hiding "forgot password" until it's needed?
How does it work when somebody invests in my business?
Detecting if an element is found inside a container
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
Is this apparent Class Action settlement a spam message?
How to write papers efficiently when English isn't my first language?
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
What is the best translation for "slot" in the context of multiplayer video games?
Was Spock the First Vulcan in Starfleet?
How easy is it to start Magic from scratch?
Lay out the Carpet
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
How do we know the LHC results are robust?
Risk of infection at the gym?
Is the destination of a commercial flight important for the pilot?
Integer addition + constant, is it a group?
What happens if you roll doubles 3 times then land on "Go to jail?"
Failed to fetch jessie backports repository
Closest Prime Number
How does the UK government determine the size of a mandate?
How to pronounce the slash sign
Is a stroke of luck acceptable after a series of unfavorable events?
Network Unreachable For Ethernet Interface Arch Linux
Arch Linux - connect: Network is unreachableeth0: supported portswifi support for Realtek [10ec:8821] on VivoPC VM62N-G050RNetwork unreachableCan't figure out why Ethernet packets are ignoredManual network interface names work for Wi-Fi but not for Ethernet deviceSetting default network interface?Network interface not upUnable to get wireless interface to work on arch linuxHow to connect to ethernet while installing arch linux?
Everything was working fine up until today, I've been fiddling for hours trying to configure ethernet on my arch install with no luck. I run a dual boot system with windows and networking seems to be working fine there.
No matter what I tried every time I tried to ping an address I just got "network unreachable"
I tried booting from a live CD made using the same ISO that I used to make my install in the first place. That doesn't seem to want to connect either (although it worked fine when I used it to make my installation)
Following through the arch wiki I get the following outputs.
lspci -v
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
...
Kernel driver in use: r8169
Kernel modules: r8169
dmesg | grep r8169
[ 4.489078] libphy: r8169: probed
[ 4.489584] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl, 50:e5:49:44:08:b9, XID 2c900800, IRQ 34
[ 4.489586] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.493645] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 5.360274] RTL8211E Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
From what I can gather this means the kernel driver has been loaded
ip link show dev enp4s0
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 50:e5:49:44:08:b9 brd ff:ff:ff:ff:ff:ff
Interface seems to be up but when I run dhcpcd I get an error
sudo dhcpcd enp4s0
enp4s0: waiting for carrier
timed out
dhcpcd exited
I also tried using the example ethernet-dhcp and ethernet-static configs with netctl (changing eth0 to enp4s0 for each config) then enabling and starting them with "netctl enable ethernet-xxx" and "netctl start ethernet-xxxx". That didn't return any errors but I still get "network unreachable".
networking arch-linux configuration network-interface ethernet
New contributor
add a comment |
Everything was working fine up until today, I've been fiddling for hours trying to configure ethernet on my arch install with no luck. I run a dual boot system with windows and networking seems to be working fine there.
No matter what I tried every time I tried to ping an address I just got "network unreachable"
I tried booting from a live CD made using the same ISO that I used to make my install in the first place. That doesn't seem to want to connect either (although it worked fine when I used it to make my installation)
Following through the arch wiki I get the following outputs.
lspci -v
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
...
Kernel driver in use: r8169
Kernel modules: r8169
dmesg | grep r8169
[ 4.489078] libphy: r8169: probed
[ 4.489584] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl, 50:e5:49:44:08:b9, XID 2c900800, IRQ 34
[ 4.489586] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.493645] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 5.360274] RTL8211E Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
From what I can gather this means the kernel driver has been loaded
ip link show dev enp4s0
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 50:e5:49:44:08:b9 brd ff:ff:ff:ff:ff:ff
Interface seems to be up but when I run dhcpcd I get an error
sudo dhcpcd enp4s0
enp4s0: waiting for carrier
timed out
dhcpcd exited
I also tried using the example ethernet-dhcp and ethernet-static configs with netctl (changing eth0 to enp4s0 for each config) then enabling and starting them with "netctl enable ethernet-xxx" and "netctl start ethernet-xxxx". That didn't return any errors but I still get "network unreachable".
networking arch-linux configuration network-interface ethernet
New contributor
add a comment |
Everything was working fine up until today, I've been fiddling for hours trying to configure ethernet on my arch install with no luck. I run a dual boot system with windows and networking seems to be working fine there.
No matter what I tried every time I tried to ping an address I just got "network unreachable"
I tried booting from a live CD made using the same ISO that I used to make my install in the first place. That doesn't seem to want to connect either (although it worked fine when I used it to make my installation)
Following through the arch wiki I get the following outputs.
lspci -v
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
...
Kernel driver in use: r8169
Kernel modules: r8169
dmesg | grep r8169
[ 4.489078] libphy: r8169: probed
[ 4.489584] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl, 50:e5:49:44:08:b9, XID 2c900800, IRQ 34
[ 4.489586] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.493645] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 5.360274] RTL8211E Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
From what I can gather this means the kernel driver has been loaded
ip link show dev enp4s0
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 50:e5:49:44:08:b9 brd ff:ff:ff:ff:ff:ff
Interface seems to be up but when I run dhcpcd I get an error
sudo dhcpcd enp4s0
enp4s0: waiting for carrier
timed out
dhcpcd exited
I also tried using the example ethernet-dhcp and ethernet-static configs with netctl (changing eth0 to enp4s0 for each config) then enabling and starting them with "netctl enable ethernet-xxx" and "netctl start ethernet-xxxx". That didn't return any errors but I still get "network unreachable".
networking arch-linux configuration network-interface ethernet
New contributor
Everything was working fine up until today, I've been fiddling for hours trying to configure ethernet on my arch install with no luck. I run a dual boot system with windows and networking seems to be working fine there.
No matter what I tried every time I tried to ping an address I just got "network unreachable"
I tried booting from a live CD made using the same ISO that I used to make my install in the first place. That doesn't seem to want to connect either (although it worked fine when I used it to make my installation)
Following through the arch wiki I get the following outputs.
lspci -v
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
...
Kernel driver in use: r8169
Kernel modules: r8169
dmesg | grep r8169
[ 4.489078] libphy: r8169: probed
[ 4.489584] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl, 50:e5:49:44:08:b9, XID 2c900800, IRQ 34
[ 4.489586] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.493645] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 5.360274] RTL8211E Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
From what I can gather this means the kernel driver has been loaded
ip link show dev enp4s0
2: enp4s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN mode DEFAULT group default qlen 1000
link/ether 50:e5:49:44:08:b9 brd ff:ff:ff:ff:ff:ff
Interface seems to be up but when I run dhcpcd I get an error
sudo dhcpcd enp4s0
enp4s0: waiting for carrier
timed out
dhcpcd exited
I also tried using the example ethernet-dhcp and ethernet-static configs with netctl (changing eth0 to enp4s0 for each config) then enabling and starting them with "netctl enable ethernet-xxx" and "netctl start ethernet-xxxx". That didn't return any errors but I still get "network unreachable".
networking arch-linux configuration network-interface ethernet
networking arch-linux configuration network-interface ethernet
New contributor
New contributor
New contributor
asked yesterday
J.ClarkeJ.Clarke
1042
1042
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Interface is down and has no carrier. check cabling (NO-CARRIER and state DOWN show this).
what does ifconfig enp4s0 up say?
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
1
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
add a comment |
It turned out to be an issue with something in the bios that a recent failed overclock must have reverted.
I'm not exactly sure what the BIOS setting that was causing the issue was as I just reverted back to my preset but someone from this thread suggested to check the PXE setting.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
J.Clarke is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508683%2fnetwork-unreachable-for-ethernet-interface-arch-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Interface is down and has no carrier. check cabling (NO-CARRIER and state DOWN show this).
what does ifconfig enp4s0 up say?
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
1
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
add a comment |
Interface is down and has no carrier. check cabling (NO-CARRIER and state DOWN show this).
what does ifconfig enp4s0 up say?
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
1
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
add a comment |
Interface is down and has no carrier. check cabling (NO-CARRIER and state DOWN show this).
what does ifconfig enp4s0 up say?
Interface is down and has no carrier. check cabling (NO-CARRIER and state DOWN show this).
what does ifconfig enp4s0 up say?
answered yesterday
stoneystoney
1655
1655
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
1
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
add a comment |
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
1
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
Networking is fine on my windows partition and I've already tried changing the cable (the onboard lan is also my only network device). And I did set the interface to up using "sudo ip link set enp4s0 up" without any error.
– J.Clarke
yesterday
1
1
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
From what I can tell you, the r8169 driver will not work, but the r8168 will do. I had this problem also some time ago and had to compile a driver by myself (trying to upgrade your kernel may work also. medium.com/@lgobinath/… is a reference there
– stoney
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
Thanks for the help, I'll try compiling the r8168 driver manually though I don't think it's a kernel issue somehow since all arch live CD's I've tried have all loaded the same driver and refused to work including the one that worked when I first installed Arch
– J.Clarke
yesterday
add a comment |
It turned out to be an issue with something in the bios that a recent failed overclock must have reverted.
I'm not exactly sure what the BIOS setting that was causing the issue was as I just reverted back to my preset but someone from this thread suggested to check the PXE setting.
New contributor
add a comment |
It turned out to be an issue with something in the bios that a recent failed overclock must have reverted.
I'm not exactly sure what the BIOS setting that was causing the issue was as I just reverted back to my preset but someone from this thread suggested to check the PXE setting.
New contributor
add a comment |
It turned out to be an issue with something in the bios that a recent failed overclock must have reverted.
I'm not exactly sure what the BIOS setting that was causing the issue was as I just reverted back to my preset but someone from this thread suggested to check the PXE setting.
New contributor
It turned out to be an issue with something in the bios that a recent failed overclock must have reverted.
I'm not exactly sure what the BIOS setting that was causing the issue was as I just reverted back to my preset but someone from this thread suggested to check the PXE setting.
New contributor
New contributor
answered yesterday
J.ClarkeJ.Clarke
1042
1042
New contributor
New contributor
add a comment |
add a comment |
J.Clarke is a new contributor. Be nice, and check out our Code of Conduct.
J.Clarke is a new contributor. Be nice, and check out our Code of Conduct.
J.Clarke is a new contributor. Be nice, and check out our Code of Conduct.
J.Clarke is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508683%2fnetwork-unreachable-for-ethernet-interface-arch-linux%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown