Hi all, my 1st post here, bought an ex-betting shop Joggler (so a v1 I think).
Problem is that the sound (via USB) stops working after a few hours - reboot is needed to fix it. I've trawled through this thread but there's so
much here that I may have missed the solution to this. I'm hoping that someone can give me pointers to fixing it.
Earlier, I booted without USB so that I could check settings, which told me that:
firmware = 8964 (boardrev: 2) [ID=25786]
software = 30300 (Oct 1 2011 15:32:26)
Usually I'm booting from a 32Gb USB SanDisk memory stick. Yesterday I tried again with an identical memory stick.
I did this:
1. Loaded sqpos206_ext.img.gz from the link in the 1st post and wrote it to the USB memory stick. So that's SqueezePlay OS v 2.06
2. Booted Joggler, went through the on-screen questions, installed LMS - it chose version 7.8.0
3. Chose the USB device as the output device.
4. Installed Triode's iplayer app and rebooted.
5. Went to Settings-->Update and it updated something (perhaps the user interface??) from 1.55 to 1.57
6. Rebooted after all this.
Left it running live radio - after a few hours, no sound. I don't believe that the problem is just with radio, as my previous memory stick
did the same thing when playing my MP3 collection.
In previous posts, I saw references to /etc/asound.conf so here's what is on my system:
Code: Select all
joggler@openframe:~$ cat /etc/asound.conf
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:1,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.dmixer {
type hw
card 1
}
joggler@openframe:~$