You are not logged in.
linux systemd-networkd[3272]: enp14s0: Lost carrier
linux systemd-networkd[3272]: enp14s0: Failed to send DHCP RELEASE, ignoring: Operation not permitted
linux systemd-networkd[3272]: enp14s0: DHCP lease lost
im newer to linux and i cant figure this out, when im using wlan0 its all totally fine but my wifi is shit compared to ethernet so im not just ignoring it
it seems to be fine for around 10 or around 30 minutes each time before it drops
Last edited by iminahurry816 (Today 10:11:49)
Online
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
We're not gonna be able to tell you *why* based on data that only shows *that*
Offline
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
We're not gonna be able to tell you *why* based on data that only shows *that*
Last edited by iminahurry816 (Today 10:07:38)
Online
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
We're not gonna be able to tell you *why* based on data that only shows *that*
I had seen https://bbs.archlinux.org/viewtopic.php?id=304575 and tried to add "pcie_port_pm=off pcie_aspm.policy=performance" to my boot options but seems its not the fix for me. i am in a similar situation to the OP of 304575 because I am on a fresh install where I used archinstall
Last edited by iminahurry816 (Today 03:45:33)
Online
Apr 26 02:57:03 linux kernel: r8169 0000:0e:00.0 eth0: RTL8125B, 74:56:3c:49:3c:be, XID 641, IRQ 105
…
Apr 26 02:57:07 linux systemd-networkd[1987]: enp14s0: Gained carrier
…
Apr 26 03:02:54 linux sudo[4861]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Apr 26 03:02:59 linux sudo[4861]: pam_unix(sudo:session): session closed for user root
Apr 26 03:03:00 linux sudo[4865]: user : TTY=pts/1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/pacman -S steam discord
Apr 26 03:03:00 linux sudo[4865]: pam_unix(sudo:session): session opened for user root(uid=0) by user(uid=1000)
Apr 26 03:03:20 linux systemd-networkd[1987]: enp14s0: Lost carrier
…
Apr 26 03:03:24 linux systemd-networkd[1987]: enp14s0: Gained carrier
No conflicting services and you're losing the carrier cold, there's no kernel error etc. and no hints of a parallel OS
Seems power related indeed, test the impact of "pcie_aspm=off pcie_port_pm=off"
Offline
I checked my uefi and found out it was being controlled by that as well, I disabled it there and in my boot options now it's all working good.
If anyone sees this post later on, I recommend checking your uefi/bios if adding the boot parameters doesn't fix it.
Online