On 27Feb2021 09:50, Doug H. <fedoraproject....@wombatz.com> wrote:
>I am having an odd problem with my ethernet port. I assume this came
>with a dnf update but that was some weeks ago so I can't help figure
>out what update might have done it. When first discovered I think I
>found that booting from an older kernel did not fix it. I assume that
>the physical interface is not the problem since a physical "bounce"
>always fixes it and it shows no other problems. To explain that...
[...]
>The simple fix is to physically unplug and replug the cable. When it is
>not working (each reboot) there are not lights on. The physical
>"bounce" lights up the LEDs and it comes right up.
>
>So, I am asking for something to add to rc.local that does the same
>thing.

Have you tried something as simple as:

    ifconfig enp5s0 down
    sleep 2
    ifconfig enp5s0 up

?

Cheers,
Cameron Simpson <c...@cskk.id.au>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to