Etherwake is not working, it's bugged, only capable of writing two error messages
Bug #1858112 reported by
disc
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
etherwake (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When i specify MAC address only:
etherwake: The Magic Packet host address must be specified as
- a station address, 00:11:22:33:44:55, or
- a hostname with a known 'ethers' entry.
or if i specify interface too:
SIOCGIFHWADDR on eth0 failed: No such device
etherwake should be removed from repository, as it's not working at all.
To post a comment you must log in.
I think it is working fine.
By default it assumes your network interface exists i.e. eth0, otherwise you'll get "SIOCGIFHWADDR on eth0 failed: No such device" response
However on my installation 20.04.2 LTS, my network interface is enp4s0f0.
Try:
$ sudo etherwake 00:11:22:33:44:55 -i enp4s0f0
This currently works fine with my network setup...
GD