Dupa aproape 4 luni de asteptare a sosit
imagine
1. Set-up a mpd server – http://imx.solid-run.com/forums/viewtopic.php?f=8&t=787
a. To optimize the system, you can also replace NTPd with ntpdate. This one is said deprecated by ARchLinux but fully functionnal. It avoid continuous requests done by NTPd which are mosts of the time uneeded for an audio streamer. The main idea here is removing NTPd, installing ntpdate and using a cron job once a day to update the real time clock.
de scos din rc si pus in cron o data la 2 ore
systemctl disable ntpd
crontab -e
0 * * * * /usr/sbin/ntpd -qg
2. [root@alarmcbi ~]# mount /media/music/
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
De vazut de ce nu merge cu cifs
3. Static IP Address – Optional – pt varianta finala
aici este “/usr/bin/ntpd -gq || true”
4. modify /etc/hostname
5. update mpd-conf
6. check alsa samplerate daca merge cu Sox

Recent Comments