https://github.com/rktjmp/systemd-reset-nic
Systemd service to reset your NIC
https://github.com/rktjmp/systemd-reset-nic
Last synced: 4 months ago
JSON representation
Systemd service to reset your NIC
- Host: GitHub
- URL: https://github.com/rktjmp/systemd-reset-nic
- Owner: rktjmp
- Created: 2020-12-18T10:04:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T10:05:08.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T08:18:46.712Z (7 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Systemd Reset NIC Service
===This provides a script to reset your network card and an example systemd service file.
When dual booting, Windows may retain ownership of your NIC. It will appear to
be link up, but DHCP will be ineffective. Disabling Wake Up On LAN may solve
this, but not for me. See this
[thread](https://bbs.archlinux.org/viewtopic.php?id=191981).As described in the thread, you can resolve the issue by resetting the NIC.
May be limited to the `e1000e` driver, or only the `Intel Corporation Ethernet Connection I217-V` chipset.
Usage
---
1. Clone this repo.2. Edit `reset-nic.service`, update the `ExecStart` path.
3. Copy `reset-nic.service` to `/etc/systemd/system`. I had trouble simply linking the file, systemd would fail to find the service or would remove the link when disabling the service.
4. Run `systemctl enable reset-nic.service`.