Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

OCS 2.9.1 - WOL not working

Hi

Wake On Lan function does not work. After pressing the WOL button in OCS, the station will not wake up. When I use Debian "wakeonlan" program, the station wakes up without any problem.

regards
in OCS Inventory NG server for Unix by (880 points)
edited by

1 Answer

0 votes

Hi ajavor,

change /usr/share/ocsinventory-reports/ocsreports/plugins/main_sections/ms_computer

Line 72 

old:     if ($wol->wol_send == $l->g(1282)) {           

new:    if ($wol->wol_send == $l->g(true)) {

by (220 points)
 
Powered by Question2Answer
...