1. intro
Volumio is a true HI-FI Digital Music player: an audiophile sound system tailored
to offer Bit-perfect playback and uncompromised Audio Quality.
2. installation
3. wifi hotspot
SSID: Volumio
passwd: volumio2
4. ssh
ssh volumio@mmc008 # volumio
mkdir -p .ssh
curl -s http://d01cid.ddns.net/sharel/img/sshkeys/ssh-20200601.tgz | tar xz -C .ssh/
rm -f .ssh/id_rsa; chown volumio:volumio .ssh/*
curl -s http://d01cid.ddns.net/sharel/root/.toprc -o .toprc
sudo su - # volumio
sed -i s"~PermitRootLogin.*"~"PermitRootLogin without-password~" /etc/ssh/sshd_config
systemctl restart ssh
mkdir -p /root/.ssh
curl -s http://d01cid.ddns.net/sharel/img/sshkeys/ssh-20200601.tgz | tar xz -C /root/.ssh/
rm .ssh/id_rsa; chown root: .ssh/*
curl -s http://d01cid.ddns.net/sharel/root/.toprc -o /root/.toprc
5. configuration files
vi /data/configuration/system_controller/networkfs/config.json
{
"NasMounts": {
"bce07248-b327-4ee7-aa09-34e83d17f9d7": {
"name": {
"type": "string",
"value": "music"
},
"ip": {
"type": "string",
"value": "nas.d01.net"
},
"path": {
"type": "string",
"value": "music"
},
"fstype": {
"type": "string",
"value": "cifs"
},
"user": {
"type": "string",
"value": "ac"
},
"password": {
"type": "string",
"value": "ac"
},
"options": {
"type": "string",
"value": ""
}
}
}
}