
Messenger
Members-
Posts
62 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Messenger
-
Hallo Allerseits, weiss jemand von Euch, wie man das wol script unter DSM 7 wieder zum laufen bekommt. Bis zu der Version konnte man wol mit dem Script an der nativen nic zum laufen bekommen. Ohne script war die wol Funktion nie gegeben. #!/bin/sh case $1 in start) if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then /var/packages/shutdown_script/DSShutdown.sh & fi ;; stop) if [ -f /var/tmp/shut.down ]; then rm /var/tmp/shut.down fi ifconfig eth0 down ;; *) echo "Usage: $0 [start|stop]" ;; esac S99ZZZ_Shutdown.sh
-
any advice to make it working under DSM 7.0?
-
WOL and Schedule boot up isn't working on N40L
Messenger replied to ministom's question in General Questions
After update to DSM 7.0 with redpill i got my wol not working even withS99ZZZ_Shutdown.shunder /usr/local/etc/rc.d with 755 rights and enabling wol in control panel. Someone got it working? -
Redpill - extension driver/modules request
Messenger replied to pocopico's topic in Developer Discussion Room
I migrate my n54l. Someone got wakeonlan work and which steps to do? Synoinfo.conf, grub.cfg look correct for me. S99ZZZ_Shutdown.sh doesnt work anymore. -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
i mount the usb stick but the mac1 addresses are still correct in grub.cfg. -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
In synoinfo.conf i found which looks correct for me. eth0_wol_options="g" wol_enabled_options="g" Someone idea which files to check too to make wol working again? -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
yes but doesnt work better -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
No just the onboard nic. Until new DSM got it working with the script. -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
can u explain it more detailed pls -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
is activated but doesn´t work. So think for n54l the script is neede but deprecated atm. -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
The wakeonlanscript under /usr/local/etc/rc.d which works since DSM 5 doesnt work anymore. Someone know how to fix it (HP N54l) under DSM 7? #!/bin/sh case $1 in start) if [ -f /var/packages/shutdown_script/DSShutdown.sh ]; then /var/packages/shutdown_script/DSShutdown.sh & fi ;; stop) if [ -f /var/tmp/shut.down ]; then rm /var/tmp/shut.down fi ifconfig eth0 down ;; *) echo "Usage: $0 [start|stop]" ;; esac S99ZZZ_Shutdown.sh -
RedPill - the new loader for 6.2.4 - Discussion
Messenger replied to ThorGroup's topic in Developer Discussion Room
I migrate my n54l today. Someone got wakeonlan work and which steps to do? -
- Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.3-25426 Update 3 - Jun's 1.03b bootloader - Loader version and model: RedPill DS3615xs v7.0.1-42218 update 2 - Using custom extra.lzma: NO - Installation type: BAREMETAL - HP N54L
-
- Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.3-25426 Update 2 - Loader version and model: Jun's Loader v1.03b DS3615XS - Using custom extra.lzma: No - Installation type: BAREMETAL - HP ProLiant MicroServer N54L - Additional comment: Reboot required
-
- Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.3 - 25426 - Loader version and model: JUN'S LOADER v1.03b - DS3615XS - Using custom extra.lzma: NO - Installation type: BAREMETAL - HP Microserver Gen7 N54L - Additional comments: Reboot required, download bromolow file from https://archive.synology.com/download/DSM/criticalupdate/update_pack/25426-2/
-
- Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2.3 - 25423 - Loader version and model: JUN'S LOADER v1.03b - DS3615XS - Using custom extra.lzma: NO - Installation type: BAREMETAL - HP Microserver Gen7 N54L - Additional comments: Reboot required
-
- Outcome of the update: SUCCESSFUL - DSM version prior update: DSM 6.2-23739 Update 2 - Loader version and model: Jun's Loader v1.03b 3615XS - Using custom extra.lzma: No - Installation type: BAREMETAL - HP ProLiant MicroServer N54L - Additional comment: onboard nic, update pat file with control panel
-
Hello all, i am on hp n54l microserver gen7 and have no additional nic. I am on dsm 6.2-23739 update 2 and now i read its possible to update out of the box with old 6.2 drivers to new dsm 6.2.3??? For this old version (6.2), i don´t use additional lzma - just junes DS3615xs out of the box. For 6.2.2 i remembered must need an additinoal nic or custom lzma - but now just update in control panel, reboot and all fine and finished? Greetings messenger