Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-29 Thread IanDury
praganj wrote: I installed SOA on Wandboard Quad today, upated exerything and it works very well, but ... Reboot is not possible, i have to do halt -p, switch off/on the ps, and first than booting again is possible. Any hint ? I have the same problem on a SABRE Lite (i.MX6Q) board

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-29 Thread IanDury
Next to SoA I also wanted to be able to stream audio through Airplay on the same audio device. For Arch Linux there is a package called shairport-git that makes this possible. This works fine however Squeezelite and Shairport have a conflict using the same audio device so you need to stop one to

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-10-30 Thread IanDury
jemhayward wrote: Do I need to reflash the image onto my card - I think I must? Use a serial cable to connect to the console and find out what the ip address is (ifconfig) or where it gets stuck (dmesg, journalctl, ...)

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-11-02 Thread IanDury
asplundj wrote: I have my LMS preferences on a USB-stick on the wandboard, but I can't figure out how to tell the Squeeze on arch to use those prefs. I have mounted the USB-stick correctly and just need to find where to change prefs folder. In CSOS I did this in

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2014-11-05 Thread IanDury
IanDury wrote: Next to SoA I also wanted to be able to stream audio through Airplay on the same audio device. For Arch Linux there is a package called shairport-git that makes this possible. This works fine however Squeezelite and Shairport have a conflict using the same audio device so you

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-01-03 Thread IanDury
Triode wrote: It was really down to the effort to maintain them to be in sync. Any reason why not using the install image? Hi Adrian, Thanks for the great work. I rather not use the install image because I have configured Arch Linux to my likings and installed quite some additional stuff

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-02-11 Thread IanDury
herve wrote: Hi, since i have updated soa, my network share doesn't work anymore. Code: mount.nfs: an incorrect mount option was specified can anyone help me ? Thanks Had the same problem. If you update again it should work again. See

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-02-16 Thread IanDury
paulster wrote: Assuming Squeezelite is running as a service on SoA, can somebody give me the service file that you're using for it. I've just installed Squeezelite on a bare-bones Arch install and as a service on bootup it's starting too early and not passing a hardware MAC address back to

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-01-29 Thread IanDury
scrarfussi wrote: i have wandboard quad with soa installed . installed the lms all my music is on a network share . how can i get my squeezeserver to see it thanks I use the same setup and mount my network share using nfs. See https://wiki.archlinux.org/index.php/NFS (client section)

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-08-11 Thread IanDury
Chunkywizard wrote: If I copy the above, does this mean update will work from here on in, or do I need to do this everytime I want to update LMS? CW To make this work with SoA's Update the soa-update scripts in /aur/soa-web would need some modification. For now you basically have to repeat

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-08-11 Thread IanDury
Try makepkg -s IanDury's Profile: http://forums.slimdevices.com/member.php?userid=63494 View this thread: http://forums.slimdevices.com/showthread.php?t=101624 ___ unix

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-08-10 Thread IanDury
Here's how I replaced SoA's LMS server with the one from aur some weeks ago: 1. Login to the console as root or use ssh from a remote client (ssh root@your-ip-address) 2. Remove SoA's LMS /server version Code: # cd /aur/soa-aur # ./soa-installremove-componets.sh

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-08-12 Thread IanDury
Thanks for the feedback soundcheck. 1. The user aur does not have a default shell. Of course this can be added with usermod but I prefer not to touch it. 2. Indeed -s should be added and -r seems also a good idea (never used it before actually). Because of the sudo time-out when using makepkg

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-07-20 Thread IanDury
poing wrote: Next issue with my Cubie. (It's running the LMS server only; as the kernel misses the module for the Cubie's sound card, there's no squeezelite running.) I can't update Arch anymore. When running Code: pacman -Syu

Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-07-09 Thread IanDury
albertone74 wrote: Hi guys, Can someone please advise on the best way to create a backup (using Linux) of the SD card where SoA is installed? Would be this the correct way? Code: dd if=/dev/diskX of=/path/to/backup bs=1m conv=noerror,sync