-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APU[2-6] WOL doesn't work #282
Comments
The wake pin is only wired to the NIC with the highest MAC address, which is usually the last NIC enumerated by Linux (unless PCI order reversing is enabled in BIOS setup). The tests were attempting to wake the device by sending a magic packet with the lowest MAC instead. WOL works on the last NIC with the latest firmware 4.17.0.1, just as it did before this regression was reported. |
@mkopec thank You for the information. So it will be needed to rewrite the test case. Also, we need to update the RTE firmware - on 0.5.3 there's no function of sending the magic pocket. |
For the next HW model I'd recommend to wire it to all NICs (unless there's really a specific reason not to do so). |
PCEngines firmware version
v4.14.0.4
andv4.14.0.5
APU variant
APU 2-6
Affected component(s), peripheral(s) or functionality
Wake On Lan doesn't work
Brief summary
Unable to wake device by WOL
How reproducible
Bug occurs every time
How to reproduce
Steps to reproduce the behavior:
Expected behavior
Device wake up
Actual behavior
No response from device
Solutions you've tried
Manual retesting
The text was updated successfully, but these errors were encountered: