TRHH
January 8, 2025, 9:24am
1
I have installed DiePi on an headless NUC server with Roon and it works just fine THX
Now I wanted to install MinimServer 2.2, but that is not on the list:
“dietpi-software : Select optimised software for installation”
As I am NOT an Linux expert, is there a step by step guide or video that shows how to install it.
THX
Torben
I guess you need to follow the official install guide of MinimServer Quick Start for Linux
TRHH
January 8, 2025, 6:26pm
3
THX. But:
https://minimserver.com/install-linux-mserver.html#Installing%20MinimServer%20on%20Linux
is not what I have hoped for To complex for my Linux knowledge.
Had hoped for a simple solution for installing an UPnP (DLNA) package just music.
Torben
Feel free to get in touch with MinimServer community and ask for a one klick solution.
TRHH
January 8, 2025, 7:02pm
5
Joulinar:
one klick solution
Is there a one klick solution? A GOOD stable UPnP (DLNA) for music?
THX
TRHH
January 8, 2025, 7:12pm
7
Yes I did But the ones I know are not there. Any suggestion?
THX
TRHH
January 10, 2025, 8:46am
9
I am trying to install Asset UPnP
root@DietPi:/mnt/dietpi_userdata/asset# ./INSTALL.sh
but do get this error
TRHH:
./INSTALL.sh
you need to check if the file has execute permissions
ls -la /mnt/dietpi_userdata/asset/
you need to add execute permissions
chmod +x INSTALL.sh
TRHH
January 10, 2025, 10:25am
13
THX. Seems not to be my lucky day
/mnt/dietpi_userdata/asset/chmod +x INSTALL.sh
You are using the commands wrong way
chmod +x /mnt/dietpi_userdata/asset/INSTALL.sh
Something you need to ask developer of this script. But I guess your asset
folder might need to be created within /usr/bin
(according install instructions)
Asset UPnP is now available on the Raspberry pi, this cheap $25 computer is ideal to run a lightweight UPnP server that is totally silent, pair with a USB flash disk
We have tested against Raspbian, on the Model B pi.
Installation details
Log-in...
TRHH
January 10, 2025, 1:35pm
17
If you look at this:
It should be that easy.
I don’t know why it is not working for me.
You are not following the install instructions. And for a specific software, always better to contact the respective developer/community. They can help with application-related questions much better than we can.
TRHH
January 10, 2025, 1:49pm
19
Than I must be doing something wrong related to:
this probably is missing
Create a folder for Asset:
cd /usr/bin
sudo mkdir asset
sudo chmod 777 asset
cd asset
Transfer the downloaded Asset from the registration link in your receipt email to the pi to the /usr/bin/asset folder.
extract it:
tar -zxvf *.gz
rm *.gz
Run Asset:
1 Like