
- Windows wol wake support driver#
- Windows wol wake support download#
- Windows wol wake support mac#
- Windows wol wake support windows#
Save script onto flash drive in specified location
Copy of my s3.sh sleep script attached to this unRAID forum postĩ. For example, your flash drive may be assigned sdc on one boot, but sdd on the next boot, with one of your hard drives assigned to sdd the first time, and sdc the next time. It can even change from one boot to the next. Be aware that this drive list can change when upgrading unRAID or modifying your hardware. Again, my server only has two drives ( sda and sdb), so I edited accordingly. drives= line needs to be edited to reflect the drives that you want to be checked for status (idle or spinning). This sets the delay to five minutes after spin down, OMV's original script was 15 minutes. timeout=5 and count=5 are programmable timers to set the delay from spin-down until sleep.
# Force a DHCP renewal (shouldn't be used for static-ip boxes) # (might be needed forgets about gigabit when it wakes up) I copied OMV's sleep script verbatim from this unRAID forum thread, and then edited the lines shown below in bold:ĭrives="/dev/sda /dev/sdb" timeout=5 count=5.
Windows wol wake support download#
Generate sleep script, or download mine from here I am currently only using two SATA drives, so my drive references are: sda and sdbĨ.You’re building a list of hard drives in the system for use in the sleep script. From unRAID ‘Devices’ page, make note of the hard drive references in your system.Record hard drive references (sda, sdb, etc)
Windows wol wake support driver#
So I have a little more work to do – I’m guessing a Linux driver issue?ħ. In fact, I just noticed that waking up from S3 sleep, my system does not negotiate a gigabit connection and I go from 1000Mb/s to 100Mb/s after the initial sleep. Note: Some people have reported that their system misbehaves on the second or later sleep, so you should test sleep and wake-up for a while and make sure everything is correct.
Telnet to server and enter echo 3 >/proc/acpi/sleep. I did force sleep from the active state (spinning) once before and got a parity check on wake-up. Spin-down drives (I'm not certain that this is required. Copy of my batch file attached to this unRAID forum post. Place the batch file on your desktop for easy access. Windows wol wake support mac#
Enter the MAC address of your unRAID server in the second line instead of 'MAC'Ĭd c:\program files\wolcmd wolcmd MAC 255.255.255.255 255.255.255.255. Change folder directory as necessary depending on where you saved wolcmd.exe. Generate Wakeup.bat batch file (or download mine from here) There are other Magic Packet tools available, this is just one that I found simple to deal with.ĥ. I placed the file in C:\Program Files\WOLcmd (location becomes important in next step). Go to Depicus 'Wake on Lan' page, select Download button near the bottom. If necessary, you can add the above line to your 'go' script, but I've not had a problem with my machine keeping the setting once it is set and the appropriate Wake on LAN setting is enabled in BIOS. If the wake-on setting does not include 'g', you can set it manually by typing the following at the server command line:.
Supported link modes: 10baseT/Half 10baseT/FullĪdvertised link modes: 10baseT/Half 10baseT/Full
The results of my ethtool eth0 command are as ethtool eth0. We’re essentially confirming the BIOS settings from Step 2 above. which is the option for allowing Wake on Magic Packet. You're looking to confirm that the setting for “Wake-on” includes 'g'. Use the Terminal on the WebUI (present in v6, one of the buttons in the upper right corner, or fall-back to SSH or if absolutely neccesary Telnet) and type ethtool eth0 from the command line. My motherboard has a setting for “Resume by LAN”. Review BIOS settings on unRAID server for “Resume by” options. On my motherboard, the setting is “ACPI Suspend Type” and provides option to either suspend to S1 or S3 sleep state. Review BIOS settings on unRAID server for allowable sleep states. Windows wol wake support windows#
The following assumes the use of a Windows machine. Also - all computers with access to my unRAID server are Windows machines, I do not know how any of this would change if accessing from a machine with a different OS. In general, I think the below is procedurally correct - although different motherboards will have different capabilities and driver concerns. My server uses a Foxconn A7GM-S AMD 780G/SB700 based motherboard, and I am running unRAID 4.4.2. I just tried to piece together whatever I needed from various threads on the unRAID forums. This is a 'For Beginners, By Beginners' effort - there's very little original work here. The following are my notes for setting up my unRAID server to sleep to S3 state and then wake up to Magic Packet.