I have fedora 10 with kde 4.2 on my computer and an on-board 5.1 intel. when I use pulseaudio I can't control 5.1 volumes that's why I want to use jack audio system by default. when I run "/usr/bin/jackd -v -R -p128 -dalsa -dhw:0 -r48000 -p2048 -n2 -P -S -o2" I can play music with xmms, audacious, I can use audacity, see movies with kmplayer, but I can't see movies with mplayer and hear sound in firefox (flash movies).
I wrote this in ~/.jack.pa:
#!/usr/bin/pulseaudio -nF
#
load-module module-jack-sink
load-module module-jack-source
load-module module-native-protocol-unix
load-module module-volume-restore
load-module module-default-device-restore
load-module module-rescue-streams
load-module module-suspend-on-idle
.ifexists module-gconf.so
.nofail
load-module module-gconf
.fail
.endif
.ifexists module-x11-publish.so
.nofail
load-module module-x11-publish
.fail
.endif
and I made it start by default at kde start.
Still I can't hear anything in flash movies (youtube and such).
what can I do?
thanks in advance!