Jump to content
XPEnology Community

Tinycore-Redpill DSM 7.1 ACPI Power Button question


Recommended Posts

Thank to pocopico's effort, I can install DSM 7.1 42661 on the ASRock Q1900B-ITX.

 

However, I find that I am not able to use the power button to shutdown the NAS.

Here is my code

sudo ./rploader.sh update && \
sudo ./rploader.sh fullupgrade && \
sudo ./rploader.sh identifyusb && \
sudo ./rploader.sh serialgen DS918+ && \
sudo ./rploader.sh satamap && \
sudo ./rploader.sh ext apollolake-7.1.0-42661 add https://github.com/jumkey/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \
sudo ./rploader.sh build apollolake-7.1.0-42661 && \
sudo ./rploader.sh clean now && \
sudo rm -rf /home/tc/oldpat.tar.gz && \
sudo rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles && \
sudo rm -rf /home/tc/custom-module && \
sudo ./rploader.sh backup now

 

After the backup, I unplug my router WAN. Then I can install DSM 7.1 using the official installation file DSM_DS918+_42661.pat

 

Do my step wrong or DSM 7.1 do not allow power button to poweroff the NAS?

Link to comment
Share on other sites

Try your commands without "sudo" its not needed anymore for the build process:

Also, why are you doing a clean command after the build?

Are you getting any errors during the build?

I'm assuming this is a new build so try doing these commands:

 

[DS918+]

 

./rploader.sh update 

./rploader.sh fullupgrade 

./rploader.sh serialgen DS918+

./rploader.sh identifyusb 

./rploader.sh satamap 

./rploader.sh listmods apollolake-7.1.0-42661 (to see what modules you need and add them)

./rploader.sh backup now

./rploader.sh build apollolake-7.1.0-42661

exitcheck.sh reboot

 

I have never had an issue building a DS918+ with these commands..

 

 

Link to comment
Share on other sites

Yes I can turn off with the power button. Granted my hardware is a little different than yours, but you should be able to use your power button.

These are the specs of my build:

 

Gigabyte B365M DS3H

Intel Core i7 9700

16gb DDR4 2666

RealTek RTL8125 dual port NIC

4 Seagate 4TB IronWolf Pro hard drives

 

I know its a little overkill, but initially built it for TrueNAS and had 32gb of memory.

 

 

 

 

Link to comment
Share on other sites

Problem solved. I reboot the NAS and I can now shutdown by power button.

 

./rploader.sh update now && \
./rploader.sh fullupgrade now && \
./rploader.sh backup now && \
./rploader.sh clean now && \
./rploader.sh serialgen DS918+ && \
./rploader.sh identifyusb now && \
./rploader.sh satamap now && \
./rploader.sh ext apollolake-7.1.0-42661 add \
https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \
./rploader.sh build apollolake-7.1.0-42661 && \
sudo rm -rf /home/tc/oldpat.tar.gz && \
sudo rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles && \
sudo rm -rf /home/tc/custom-module && \
./rploader.sh backup now

 

Link to comment
Share on other sites

  • 4 months later...
On 6/21/2022 at 3:46 PM, testcb00 said:

Problem solved. I reboot the NAS and I can now shutdown by power button.

 

./rploader.sh update now && \
./rploader.sh fullupgrade now && \
./rploader.sh backup now && \
./rploader.sh clean now && \
./rploader.sh serialgen DS918+ && \
./rploader.sh identifyusb now && \
./rploader.sh satamap now && \
./rploader.sh ext apollolake-7.1.0-42661 add \
https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \
./rploader.sh build apollolake-7.1.0-42661 && \
sudo rm -rf /home/tc/oldpat.tar.gz && \
sudo rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles && \
sudo rm -rf /home/tc/custom-module && \
./rploader.sh backup now

 

 

I don't understand how you solved the problem of ACPI... I can't shutdown by power button.
Is this command that solved the problem? 
./rploader.sh ext apollolake-7.1.0-42661 add \ https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \

Link to comment
Share on other sites

7 minutes ago, maxime said:

 

I don't understand how you solved the problem of ACPI... I can't shutdown by power button.
Is this command that solved the problem? 
./rploader.sh ext apollolake-7.1.0-42661 add \ https://github.com/pocopico/redpill-load/raw/develop/redpill-acpid/rpext-index.json && \

 

Use tcrp v0.9.3.0

 

For issue with power off need 

 

./rploader.sh ext ds920p-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json

 

If you need drivers VirtIO on Proxmox

 

./rploader.sh ext ds920p-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

Link to comment
Share on other sites

  • 1 month later...
On 11/16/2022 at 3:10 PM, apriliars3 said:

 

Use tcrp v0.9.3.0

 

For issue with power off need 

 

./rploader.sh ext ds920p-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json

 

If you need drivers VirtIO on Proxmox

 

./rploader.sh ext ds920p-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

Finally got DSM 7.1.1-42962 running on my Asus Q170 motherboard.

 

I used the following link which was a much easier method for me: https://github.com/PeterSuh-Q3/tinycore-redpill/releases/tag/v0.9.3.0-1

 

Can you please give me some basic steps on how to setup power button to shutdown server. I'm not sure what I need to do with the link you provided.

 

Thank you in advanced.

Link to comment
Share on other sites

  • 1 month later...
On 11/16/2022 at 3:10 PM, apriliars3 said:

 

Use tcrp v0.9.3.0

 

For issue with power off need 

 

./rploader.sh ext ds920p-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json

 

If you need drivers VirtIO on Proxmox

 

./rploader.sh ext ds920p-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/master/redpill-virtio/rpext-index.json

 

I'm already running DSM 7.1.1-42962 - can I still add power button option to shutdown server. If so, can someone please help how to do it. I've been struggling trying to figure out where to go or how to apply this extension. Thank you in advanced.

Link to comment
Share on other sites

  • 2 weeks later...

Hi All,

 

After carefully reading this I did build my system with the following:

./rploader.sh update
./rploader.sh fullupgrade
./rploader.sh identifyusb
./rploader.sh serialgen DS3615xs realmac
./rploader.sh satamap
./rploader.sh ext ds3615xs-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json
./rploader.sh build ds3615xs-7.1.1-42962
sudo rm -rf /home/tc/oldpat.tar.gz
sudo rm -rf /mnt/"$(mount | grep -i optional | grep cde | awk -F / '{print $3}' | uniq | cut -c 1-3)3"/auxfiles
sudo rm -rf /home/tc/custom-module
./rploader.sh backup now
exitcheck.sh reboot

 

But ./rploader.sh ext ds3615xs-7.1.1-42962 add https://raw.githubusercontent.com/pocopico/redpill-load/develop/redpill-acpid/rpext-index.json does not solve my problem. A reboot work fine but a shutdown hangs. I can see the IP is load of also harddrive stops spinning but the shutdown is not working.

 

Any help appreciated.

 

Cheers,

Hemant

 

 

 

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...