Search found 3 matches

by mrmonkington
Wed Mar 21, 2012 8:21 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 29894

Re: Boost Native Joggler Volume

I would try putting the command I suggested in this file: /etc/init.d/boot.d/S99boot.hacks In this function where it says: starthacks() { # enable telnet /usr/sbin/telnetd # add your hacks here :) } I do note, however, that something occasionally resets the volume to 17 (perhaps a module is reloaded...
by mrmonkington
Sat Feb 25, 2012 4:57 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 29894

Re: Boost Native Joggler Volume

Just to clarify, this controls the internal ALSA mixer volume, which is independent from the squeezeplayer app volume control.
by mrmonkington
Sat Feb 25, 2012 4:53 pm
Forum: General / Software
Topic: Boost Native Joggler Volume
Replies: 35
Views: 29894

Re: Boost Native Joggler Volume

If you have SSH access to your joggler, this will max the volume (which is by default at 72%)

/usr/bin/amixer sset 'Master',0 25

(volume goes from 0-25)

HTH