Hi! I’ve been on EOS for well over two weeks now but there is an issue I can’t seem to figure out. Wifi Works but Ethernet doesn’t show up. I have tried both r8168 and r8169 with no change. But maybe I just haven’t done it properly.
to /etc/kernel/cmdline editing as an admin, right? It doesn’t seem to do anything. I also tried pressing “e” on boot to type directly as boot parameters but I can’t seem to type “=”
I do not know about the parameters. But when you edit /etc/kernel/cmdline you need to reinstall the kernels to take effect. Which means, you need to run reinstall-kernels and then reboot.
Well, after the whole day trying I have concluded that BIOS upgrade will be a nono. Created a bootable USB drive with the BIOS update files to update several times without luck as my BIOS Boot Loader doesn’t seem to recognise it, Win + B Crashes the laptop instead of opening BIOS recovery. Installed Windows on Dual Boot to use HP’s Support Assistant directly but it gave me issues, and I ran out of ideas.
I will try booting fedora from a Flash Drive tomorrow, see if Ethernet works there
This can usually be found on a dual boot system where Windows is also installed. It seems that using the official Realtek drivers (dated anything after May 2007) under Windows is the cause. These newer drivers disable the Wake-On-LAN feature by disabling the NIC at Windows shutdown time, where it will remain disabled until the next time Windows boots.
IF: eno1 state: down mac:
Check the output of if link show dev en01 and you could try to if link dev en01 up to enable the NIC.
The linux system should remember that setting in between boots, unless you’re booting into windows in the between session.
Check the link above, as there are several approaches, including the change of the networking driver within Windows to get rid of this behavior.