Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [etherwake] udev: Mask exit code 76 from ethtool | Simon Rettberg | 2024-03-01 | 2 | -2/+9 |
| | |||||
* | Remove COPYLIST boilerplate from every module; move to setup_target | Simon Rettberg | 2021-07-12 | 1 | -5/+0 |
| | |||||
* | [etherwake/idleaction] Try harder to enable WOL | Simon Rettberg | 2021-07-09 | 2 | -0/+13 |
| | | | | | | | | | It was reported that WOL is disabled at runtime on some machines, even though there is a udev rule in place that enables it right when the interfaces get registered. We can only assume this is a race condition with adapter initialization, but worst case something else is running that is interfering with the WOL setting. Now we forcefully re-enable WOL at boot, every hour, and before standby, for good measure. | ||||
* | [etherwake] Fix filename in REQUIRED_FILES | Simon Rettberg | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | [etherwake] Fix etherwake symlink, disable pause frames | Simon Rettberg | 2020-08-27 | 3 | -1/+5 |
| | |||||
* | Debian! | Simon Rettberg | 2020-05-19 | 1 | -0/+7 |
| | |||||
* | [etherwake] Replace etherwake by jawol | Simon Rettberg | 2019-11-26 | 4 | -7/+15 |
| | |||||
* | [etherwake] add missing templates | Jonathan Bauer | 2019-04-12 | 1 | -0/+2 |
| | |||||
* | [etherwake] Enable WOL on every boot | Simon Rettberg | 2019-02-19 | 3 | -0/+10 |
| | | | | | | Some systems disable WOL mode on every bootup, so explicitly enable it again. Note that this is just a software setting, there is usually another setting in the BIOS that completely disables WOL if desired. | ||||
* | [etherwake] New module | Simon Rettberg | 2018-03-22 | 3 | -0/+29 |