[Testers Required!] SqueezePlay Bugfix
Posted: Fri Apr 08, 2011 3:52 pm
Hi all,
If you use SqueezePlay and don't mind having it potentially break on you a bit, I'd like people to try out a new release I have ready.
It's basically identical to the version currently available, except it should work with PulseAudio. It's also compiled with the very latest PortAudio, now that a bug with their build has been fixed.
I'm trying to find out:
How To Help
Just install the new version and use it normally, then post back in this thread on how the above 4 points have been for you. I could do with volunteers using the native OS as well as the USB-stick alternatives.
To help using the Native OS:
1. Remove Previous Version
2. Install New Version
To help using an Ubuntu OS:
1a. Remove Previous Version (If you installed by hand)
1b. Remove Previous Version (If your version came preinstalled)
2. Install New Version
The one that really interests me is the 'disappearing audio' bug - I'm hoping it's been squashed for good. If you modified or created an /etc/asound.conf file under Ubuntu, if you could move it temporarily that would be great.
If you need to put it back:
And if you could try it with and without the "/usr/share/alsa/pulse.conf" line in /usr/share/alsa/alsa.conf commented out (if you're using Ubuntu), that would be awesome.
I understand that this request probably isn't one for those without a bit of Linux confidence, but it's much appreciated if you could spare some time.
If you use SqueezePlay and don't mind having it potentially break on you a bit, I'd like people to try out a new release I have ready.
It's basically identical to the version currently available, except it should work with PulseAudio. It's also compiled with the very latest PortAudio, now that a bug with their build has been fixed.
I'm trying to find out:
- 1. If audio still works for everyone.
2. If audio works without failing over long periods (running >6 hours).- This is the old 'disappearing audio' trick that was worked around by making an /etc/asound.conf file.
4. If simultaneous audio from different applications works.
How To Help
Just install the new version and use it normally, then post back in this thread on how the above 4 points have been for you. I could do with volunteers using the native OS as well as the USB-stick alternatives.
To help using the Native OS:
1. Remove Previous Version
Code: Select all
cd /media
./sqp.sh remove native
Code: Select all
cd /media
wget http://birdslikewires.co.uk/download/joggler/squeezeplay/sqp9411.sh
mv sqp9411.sh sqp.sh
chmod +x sqp.sh
./sqp install native
1a. Remove Previous Version (If you installed by hand)
Code: Select all
cd /opt
sudo -s
bash ./sqp.sh remove ubuntu
exit
Code: Select all
sudo dpkg --remove squeezeplay
Code: Select all
sudo -s
mkdir /opt; cd /opt
wget http://birdslikewires.co.uk/download/joggler/squeezeplay/sqp9411.sh
mv sqp9411.sh sqp.sh
chmod +x sqp.sh
bash ./sqp install ubuntu
exit
Code: Select all
sudo mv /etc/asound.conf /etc/asound-moved.conf
Code: Select all
sudo mv /etc/asound-moved.conf /etc/asound.conf
I understand that this request probably isn't one for those without a bit of Linux confidence, but it's much appreciated if you could spare some time.
