Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: manit123 on August 15, 2012, 01:41:41 PM
-
i got get-flash11 which automatically uses OSS
Title: getFlash11.tcz
Description: Download - Setup - Create flash11.tcz script.
Version: 0.2
Author: roberts
Original-site: http://www.tinycorelinux.com
Copying-policy: GPL
Size: 8.0K
Extension_by: roberts, Jason W, robc
Tags: adobe flash player flashplayer flash11
Comments: Downloads from Adobe.
Extracts linux libflashplayer.so
Setup libflashplayer for either Minefield, Firefox, Opera,
Seamonkey or all four. Also includes compiled libflashsupport.so
for OSS sound. libflashsupport is licensed under Creative
Commons Attribution 3.0.
Finally packages a flash11.tcz to add to your tcz collection.
.
NOTE: Upon first time loading of this extension, the getflash11.sh
script is automatically run. Later, if you want to update your flash11.tcz,
then select getFlash11 from the Apps menu and run it, following the directions
given about rebooting.
.
If you already have your tce directory setup, then a flash11.tcz
will be installed there, otherwise it is in /tmp/tce/. flash11.tcz
will be loaded upon completion of the getflash script.
.
CAUTION: Flash11 requires gtk2 which is quite large.
This extension is PPI compatible.
-
Is there a question here?
-
try to install ossxmix.tcz
set volume level to max
and backup mixer.save
tce-load -wi ossmixer.tcz
echo usr/lib/oss/etc/mixer.save >> /opt/.filetool.lst
may also need fix settings
in /usr/lib/oss/conf/oss_???.conf
for your sound card
and also backup it
echo usr/lib/oss/conf/oss_???.conf >> /opt/.filetool.lst
-
mixer.save doesn't appear to be saved automatically, but 'sudo savemixer or sudo savemixer -f (filename)' command's create /usr/lib/oss/etc/mixer.save or creates a file in home/tc with a name of your choosing.
-
sorry for my late reply.
How can I max the volume using ossxmix ?
Please see attached screenshot to suggest me what I can tweak.
-
Nothing obvious, besides from the little you can increase on many sliders.
But it would really be much preferable to post the output of "ossmix", rather than a screenie of a GUI mixer...
Uhmm... are you sure any existing hardware volume controls are maxed?
-
Known controls are:
jack.jack1c.mute ON|OFF (currently OFF)
jack.jack1c.pcm11 [<leftvol>:<rightvol>] (currently 50.9:50.9 dB)
jack.jack1c.pcm12 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
jack.jack1c.pcm3 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
jack.jack1c.pcm2 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
jack.jack1c.jack6 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
jack.jack1c.jack5 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
jack.jack1c.pcm4 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
jack.jack1d.mute ON|OFF (currently OFF)
jack.jack1e.mute ON|OFF (currently OFF)
record.select1.select1 <pcm3|pcm2|jack6|jack5|mix> (currently pcm3)
record.select1 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
record.jack6 [<leftvol>:<rightvol>] (currently 38.9:38.9 dB)
misc.pcm2 [<leftvol>:<rightvol>] (currently 50.9:50.9 dB)
misc.mute1 ON|OFF (currently OFF)
misc.pcm3 [<leftvol>:<rightvol>] (currently 50.9:50.9 dB)
misc.pcm4 [<leftvol>:<rightvol>] (currently 50.9:50.9 dB)
misc.mute2 ON|OFF (currently OFF)
misc.mute3 ON|OFF (currently OFF)
vmix0-enable ON|OFF (currently ON)
vmix0-rate <decimal value> (currently 48000) (Read-only)
vmix0-channels <Stereo|Multich> (currently Stereo)
vmix0-src <Fast|High|OFF> (currently Fast)
vmix0-outvol <monovol> (currently 25.0 dB)
vmix0-invol <monovol> (currently 25.0 dB)
vmix0.pcm7 [<leftvol>:<rightvol>] (currently 25.0:25.0 dB)
vmix0.pcm8 [<leftvol>:<rightvol>] (currently 25.0:25.0 dB)
vmix0.pcm9 [<leftvol>:<rightvol>] (currently 25.0:25.0 dB)
vmix0.pcm10 [<leftvol>:<rightvol>] (currently 25.0:25.0 dB)
That was output of ossmix , Is any sound increase possible ? I have turned the knob on my speaker to extreme , already .
-
it seems that coreplayer2 wrote about the same here
http://forum.tinycorelinux.net/index.php?topic=13847.0
-
Hi manit123
If you set vmix0-src to High or vmix0-enable to Off , does that make any difference?
-
i think , there has been increase in volume.
I read http://forum.tinycorelinux.net/index.php/topic,13847.0.html
my ossxmix says high definition audio 0x11060397
I tried
tc@box:~$ ossmix pcm 100:100
Bad mixer control name(752) 'pcm'
tc@box:~$ ossmix vol 100:100
Bad mixer control name(752) 'vol'
tc@box:~$ ossmix jack.int.purple.front 100:100
Bad mixer control name(752) 'jack.int.purple.front'
tc@box:~$ ossmix misc.front 100:100
Bad mixer control name(752) 'misc.front'
-
i noticed that
jack1c pcm1 slider made all the difference
The command
ossmix jack.jack1c.pcm11 50:50 worked
-
Why not set 100:100 on boot, then use the application volume controls to lower the volume..?
-
... or the hardware volume control ;)
-
I did that too.
I added following to startup
ossmix | grep -i 'leftvol' | grep -v 'known' | grep -v 'selected'| sed -n 's/ .*//p' | xargs -n 1 ./script-to-set-all-audio-controls-to-100.txt
where the script has
ossmix "$1" 100:100
Mark this thread as solved.