[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #65 from Cy Schubert --- (In reply to Keve Nagy from comment #64) Thanks for testing. This is not an Acer ACPI problem then. It's likely a BGE register that requires reset. -- You are receiving this mail because: You are on

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #64 from Keve Nagy --- No problem. To clarify, I was not talking about crashes either. You mentioned that after a successful WOL, when you shut your computer down, it did not stay powered off, instead moments later it

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #63 from Cy Schubert --- The second issue is a non-issue. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #62 from Cy Schubert --- (In reply to Keve Nagy from comment #61) Q1, A1: This is not what I asked. I did not ask if there were any unexpected reboots or crashes. I did ask, when a subsequent poweroff without subsequent

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #61 from Keve Nagy --- Q1. Does power off still work if the system was woken using WOL and no intervening reboot performed? A1. In my tests, I experienced no unexpected reboots/autostarts. I always finished with a "shutdown -p

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #60 from Cy Schubert --- (In reply to Keve Nagy from comment #59) And when the machines are powered off following an earlier WOL, do they power off? Or do they reboot? My Acer laptop will momentarily power off, then power

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #59 from Keve Nagy --- Uploaded the new test logs. With the most recently shared patch applied, bge WOL works on both 13.3R and 14.0R. Mind you, booting the patched GENERIC kernel automatically enables WOL_MAGIC, no need to

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Keve Nagy changed: What|Removed |Added Attachment #248615|0 |1 is obsolete|

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-04-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #57 from Keve Nagy --- Created attachment 249663 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=249663=edit bge WOL patch 2024-03-03 test on FreeBSD amd64 13.3R -- You are receiving this mail because: You are on

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #56 from Keve Nagy --- I will also try your new patch on 13.2R and 14.0R, and report back with my findings. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #55 from Keve Nagy --- (In reply to Cy Schubert from comment #50) With my bge-patched GENERIC kernels, WOL displayed on both 13.2R and 14.0R by default, without the need to issue an `ifconfig bge0 wol` or setting this in

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #54 from Cy Schubert --- When bge(4) is a member of a lagg(4) you will not see WOL listed in ifconfig bge0 output. You must /etc/rc.d/netif stop lagg0 before power off in /etc/rc.shutdown or /etc/rc.final. And when bge(4) is a

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #53 from Cy Schubert --- Created attachment 248891 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248891=edit 13-STABLE version of the patch Use this patch on 13-STABLE. -- You are receiving this mail because: You

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #52 from Cy Schubert --- Created attachment 248890 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248890=edit Latest version of patch for 14-STABLE Use this patch on 14-STABLE. -- You are receiving this mail

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Cy Schubert changed: What|Removed |Added Attachment #212388|0 |1 is obsolete|

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-03-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #50 from Cy Schubert --- If I understand correctly, WOL automatically displays on 13R but not 14R? Correct? It should _not_ automatically display. It should only display after WOL has been enabled, like this:

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #49 from Keve Nagy --- Booting the bge-patched GENERIC kernel DOES ALWAYS display WOL_MAGIC in the output of "ifconfig bge0", without needing an "ifconfig bge0 wol". Yet, WOL only wakes the host when it was shut down from a

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-02-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #48 from Keve Nagy --- Created attachment 248615 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248615=edit Files and logs collected during testing the bge-patch, 2024-FEB The summary is: * the bge_wol patch works

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #47 from Keve Nagy --- No problem. I will test it in the next 2 weeks and report back with my findings. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Cy Schubert changed: What|Removed |Added Flags|mfc-stable13? |mfc-stable13+, |

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2024-01-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Mark Linimon changed: What|Removed |Added Flags|mfc-stable12?, | |mfc-stable11?

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2023-12-18 Thread bugzilla-noreply
Original Message From: keve@xxx To: c...@freebsd.xxx Subject: fbsd bug 218579 - bge(4): Wake on Lan (WoL) does not work Date: Sun, 3 Sep 2023 12:35:13 +0200 Hello Cy Schubert, I have a HP T610 Thin Client and a HP MicroServer N40L, both with an on-board bge interface. I am happy

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2023-08-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 ding.l...@outlook.com changed: What|Removed |Added CC||ding.l...@outlook.com ---

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-12-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #43 from tony --- hello Any news from this bug ? I updated wy Proliant server with freebsd 12.3, but nothing new at the moment... Best and thank you -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #42 from Cy Schubert --- (In reply to Michel Marcon from comment #41) Actually, it is not erratic at all. But your tests have confirmed why I haven't committed it yet. There is something lacking and I haven't discovered it

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #41 from Michel Marcon --- (In reply to Cy Schubert from comment #40) Sorry to be so late. After a lots of "shutdown -p now" and restarts I can only say that the behaviour is erratic: sometimes WOL works, sometimes not. (bang

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #40 from Cy Schubert --- (In reply to Michel Marcon from comment #37) In the absence of a reply, I will assume this is the same problem experienced on Acer laptops. This proves that the problem is not caused by Acer ACPI but

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Cy Schubert changed: What|Removed |Added Keywords|regression | --- Comment #39 from Cy Schubert

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #38 from Cy Schubert --- (In reply to Michel Marcon from comment #37) To make sure I understand this correctly, you followed the test procedure of: 1. Enable WOL. 2. halt -p or shutdown -p 3. WOL the machine (it works) 4.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #37 from Michel Marcon --- (In reply to Cy Schubert from comment #36) Yep. The flag WOL_MAGIC is on: zombie/usr/home/cmic >ifconfig bge0 bge0: flags=8843 metric 0 mtu 1500 options=c219b ether 2c:41:38:87:3a:6f

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #36 from Cy Schubert --- (In reply to Michel Marcon from comment #35) What does ifconfig of the interface show? Are any of the WOL flags still on? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #35 from Michel Marcon --- (In reply to Peter Libassi from comment #31) On my HP Proliant server HP ML110 G6 w/ FreeBSD 13, I've done exactly the same procédure (Shutdown -h, cycle power, shutdown -p, and then wake WOL) and it

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Kubilay Kocak changed: What|Removed |Added Keywords|needs-patch |needs-qa See Also|

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #34 from Cy Schubert --- Phabricator review is at https://reviews.freebsd.org/D31834. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Cy Schubert changed: What|Removed |Added See Also|https://bugs.freebsd.org/bu |

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #32 from Cy Schubert --- (In reply to Peter Libassi from comment #31) This is perfect. The problem isn't the patch but Acer ACPI. I will commit this patch then. -- You are receiving this mail because: You are on the CC list

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #31 from Peter Libassi --- (In reply to Cy Schubert from comment #30) On my FreeBSD 13/HPE ProLiant N36L with the latest WOL patch I did the following test: 1. wake 2. shutdown -h now, went down to halt state and stayed

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #30 from Cy Schubert --- (In reply to Michel Marcon from comment #25) Please halt test. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Kubilay Kocak changed: What|Removed |Added CC||h...@unco.de --- Comment #29 from

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-09-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Kubilay Kocak changed: What|Removed |Added CC||simon.mag...@hotmail.com ---

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #27 from Cy Schubert --- (In reply to HIROKI MORI from comment #21) My Acer 4752 with bge exhibits the bug. My Acer 3620 with rl does not exhibit the bug. Noting that your Acer 3820 with alc also has the bug might mean that

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #26 from Cy Schubert --- (In reply to Michel Marcon from comment #25) I am a committer. I will commit it when one last bug in the patch has been fixed. After using WOL to wake a bge equipped system, the next power off is in

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-08-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Michel Marcon changed: What|Removed |Added CC||cm...@live.fr --- Comment #25

[Bug 218579] bge(4): Wake on Lan (WoL) does not work

2021-08-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Kubilay Kocak changed: What|Removed |Added Summary|Wake on Lan doesn't work|bge(4): Wake on Lan (WoL)