[Bug 289215] WOL not working after upgrading to 14.3
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289215 --- Comment #11 from Lars Herschke <[email protected]> --- I also had the problem that wol stopped working for me after updating from 13.5 to 14.4. The affected PC was using if_re, but there were other computers with the same driver that didn^Zt have the problem. It turned out that my problem has existed since version 14.0. Using git-bisect, I was then able to identify the relevant commit. https://cgit.freebsd.org/src/commit/?id=9a4bc5208fad4d69360dbbe769e28a37419c4e21 The 15 branch is not affected, as the error was corrected in this branch by the following commit. https://cgit.freebsd.org/src/commit/?id=07c64d74917e7c8ca61c77413dbd533390e7dca7 Attached is a patch that includes the wol part imported from ACPICA 20230628 and restores the wol functionality for me in version 14.4. -- You are receiving this mail because: You are the assignee for the bug.