Jump to content
XPEnology Community

Messenger

Member
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Messenger

  1. - Outcome of the update: SUCCESSFUL - DSM version prior update: TCRP v0.4.4 DS3615xs DSM 7.0.1-42218 - Loader version and model: TCRP v0.9.4.3 DS3622xs+ DSM 7.1.1-42962 Update 1 - Using custom extra.lzma: no - Installation type: BAREMETAL HP N54L - Additional comments: Had to modify DiskIdxMap=0001 and SataPortMap=9 to get all my 6 HDDs to work.
  2. hello someone know to get esata hdd working again under DS3622xs? Under old TCRPL 0.44 3615 it works like a charm but after migrating - esata drive lost.
  3. Messenger

    SATA

    evtl das gleiche wie https://github.com/pocopico/tinycore-redpill/issues/198 mit tcrpl 0.44 und 3615 war dieses Problem nicht.
  4. maybe the same like https://github.com/pocopico/tinycore-redpill/issues/198 it worked under tcrpl 0.44
  5. Hello all, today migrated my Nas HP n54l seems i am losing one HDD maybe the esata one. Can someone give me an advice to repair Paste here user_config.json Evtl. das esata Laufwerk old Version { "extra_cmdline": { "pid": "0xa4a5", "vid": "0x0525", "sn": "xxxx", "mac1": "xxxx", "SataPortMap": "58", "DiskIdxMap": "0A00" }, "synoinfo": { "internalportcfg" : "0xffff", "maxdisks" : "16" }, "ramdisk_copy": { } } new Version { "general": { "model": "DS3622xs+", "version": "7.1.1-42951", "smallfixnumber": "0", "zimghash": "", "rdhash": "", "usb_line": "", "sata_line": "", "redpillmake" : "", "friendautoupd" : "true", "hidesensitive" : "false" }, "ipsettings": { "ipset": "", "ipaddr": "", "ipgw": "", "ipdns": "", "ipproxy": "" }, "extra_cmdline": { "pid": "0xa4a5", "vid": "0x0525", "sn": "", "mac1": "", "netif_num": "1", "SataPortMap": "58", "DiskIdxMap": "0A00" }, "synoinfo": { "internalportcfg": "0xffff", "maxdisks": "16", "support_bde_internal_10g": "no", "support_disk_compatibility": "no", "support_memory_compatibility": "no" }, "ramdisk_copy": {} } Quote
  6. Messenger

    SATA

    Evtl. das esata Laufwerk alte Version { "extra_cmdline": { "pid": "0xa4a5", "vid": "0x0525", "sn": "xxxx", "mac1": "xxxx", "SataPortMap": "58", "DiskIdxMap": "0A00" }, "synoinfo": { "internalportcfg" : "0xffff", "maxdisks" : "16" }, "ramdisk_copy": { } } neue Version { "general": { "model": "DS3622xs+", "version": "7.1.1-42951", "smallfixnumber": "0", "zimghash": "", "rdhash": "", "usb_line": "", "sata_line": "", "redpillmake" : "", "friendautoupd" : "true", "hidesensitive" : "false" }, "ipsettings": { "ipset": "", "ipaddr": "", "ipgw": "", "ipdns": "", "ipproxy": "" }, "extra_cmdline": { "pid": "0xa4a5", "vid": "0x0525", "sn": "", "mac1": "", "netif_num": "1", "SataPortMap": "58", "DiskIdxMap": "0A00" }, "synoinfo": { "internalportcfg": "0xffff", "maxdisks": "16", "support_bde_internal_10g": "no", "support_disk_compatibility": "no", "support_memory_compatibility": "no" }, "ramdisk_copy": {} }
  7. Messenger

    SATA

    Hallo Allerseits,t k habe heute mein TCRP und Nas N54l upgedated. Leider fehlt mir jetzt ein Laufwerk und das RAID ist kritisch geflagt hat wer eine Idee was ich machen könnte? Danke vorab
  8. I saw this in upgrade Thread: Posted October 9 - Outcome of the update: SUCCESSFUL - DSM version prior update: TCRP v0.4.6 DS3615xs DSM 7.0.1-42218 - Loader version and model: TCRP v0.9.2.6 DS3622xs+ DSM 7.1.1-42962 Update 1 - Using custom extra.lzma: no - Installation type: BAREMETAL HP N54L I have a HP N54L based on TCRP 0.44 DS3615xs. Can i just upgrade in boot and switch to DS3622xs with new generated serial? And under find.synology.com the new generated patfile just upload and everything fine? Thanks in advance.
  9. 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
  10. any advice to make it working under DSM 7.0?
  11. 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?
  12. someone know how wol works under dsm 7.0 for hp n54l?
  13. 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.
  14. i mount the usb stick but the mac1 addresses are still correct in grub.cfg.
  15. 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?
  16. No just the onboard nic. Until new DSM got it working with the script.
  17. is activated but doesn´t work. So think for n54l the script is neede but deprecated atm.
  18. 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
  19. I migrate my n54l today. Someone got wakeonlan work and which steps to do?
  20. - 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
  21. - 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
  22. - 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/
×
×
  • Create New...