Page 1 of 1
no volume control in Jukebox mode

Posted:
Wed Dec 26, 2012 9:15 am
by davesull
Hi
I have Subsonic 4.7 installed on Ubuntu server 12.04 LTS.
I have an amplifier directly connected to the server.
When I select Jukebox mode it play songs perfectly, but the volume controls will not work.
Anyone any ideas?
Thanks in advance
David
Re: no volume control in Jukebox mode

Posted:
Wed Dec 26, 2012 6:57 pm
by enix
For me it was the java. I googled around and found a walk through to change everything from sun java to open java... I think, it may have been open to sun that you need to do. I will check when I get home unless someone knows a terminal command to list which java I have installed.
That's what fixed it for me.
Sent from my SCH-I535 using Tapatalk 2
Re: no volume control in Jukebox mode

Posted:
Fri Dec 28, 2012 1:21 am
by davesull
Hi enix
Thanks for your help, finally got it working.
This is what fixed it for me;
sudo rm /var/lib/dpkg/info/oracle-java7-installer*
sudo apt-get purge oracle-java7-installer*
sudo rm /etc/apt/sources.list.d/*java*
sudo apt-get update
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Thanks again
Re: no volume control in Jukebox mode

Posted:
Sat Dec 29, 2012 1:11 am
by enix
Glad you got it working.
That seemed like alot of commands compared to what i remembered. I tried finding the link to where I got the info to fix mine but couldn't. I looked through bash_history and found:
stop java
sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
sudo update-java-alternatives -s java-6-sun
That's what did it for me. Maybe a reboot, but doubtful.
Maybe if one way doesn't work for someone else another will.
Sent from my SCH-I535 using Tapatalk 2