[SunRay-Users] No sound on SRSS 4.2/Fedora 12
SIMOND Gilles
Gilles.Simond at unige.ch
Mon Mar 8 13:50:28 EET 2010
Hello
I've also installed SRSS 4.2 on fedora 12, everything works, sound also
the only remainning problem (if you know how to solve it, you're
welcome!) flash videos are displayed with the wrong colors in web browsers
I had to configure pulse audio to get it work with the utaudio device
so I add the small script listed below
the script is in /etc/opt/SUNWut/xinitrc.d/0101.SUNWutaudio with a
symbolic link to it in /etc/X11/xinit/xinitrc.d/
Gilles Simond
======8<===============8<===============8<===============8<=========
#!/bin/bash
if [ ! "x${UTAUDIODEV}" == "x" ] ; then
if [ ! -d ${HOME}/.pulse ] ; then
mkdir ${HOME}/.pulse
fi
# create pulseaudio configuration for utaudio
PULSECONF=${HOME}/.pulse/default.pa
sed "s|UTAUDIODEV|$UTAUDIODEV|g" /opt/SUNWut/lib/utpulse.pa >
${PULSECONF}
# create asoundrc for pulseaudio redirection
ASOUNDRC=${HOME}/.asoundrc
echo -n > ${ASOUNDRC}
echo "pcm.!default { " >> ${ASOUNDRC}
echo " type pulse" >> ${ASOUNDRC}
echo "}" >> ${ASOUNDRC}
echo "ctl.!default { " >> ${ASOUNDRC}
echo " type pulse" >> ${ASOUNDRC}
echo "}" >> ${ASOUNDRC}
fi
======8<===============8<===============8<===============8<=========
On 08/03/2010 12:16, Hana Skoumalova wrote:
> Hello,
>
> I managed to install and configure SRSS 4.2 on Fedora 12, but I have
> problems with sound.
>
> On the system console, the sound works (so the problem is not in
> Fedora-not-supporting-multimedia).
>
> The env variables AUDIODEV and UTAUDIODEV are set to
> /tmp/SUNWut/dev/utaudio/utdsp-0, the devices in /tmp/SUNWut/dev/utaudio
> are created:
>
> total 8
> drwxr-xr-x 2 root root 4096 2010-03-08 11:53 ./
> drwxr-xr-x 3 root staff 4096 2010-03-08 11:07 ../
> crw------- 1 skoumal staff 14, 3 2010-03-08 11:53 utdsp-0
> prw------- 1 skoumal staff 0 2010-03-08 11:53 utdsp-0stat|
> crw------- 1 skoumal staff 14, 0 2010-03-08 11:53 utmix-0
>
> When I try to play something, the system pretends to play, but no sound
> can be heard.
>
> I even tried to replace the DTU, but the new one behaves exactly the
> same way.
>
> Can anyone help me to solve this problem?
>
> Best regards,
>
> Hana
> _______________________________________________
> SunRay-Users mailing list
> SunRay-Users at filibeto.org
> http://www.filibeto.org/mailman/listinfo/sunray-users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Gilles_Simond.vcf
Type: text/x-vcard
Size: 298 bytes
Desc: not available
URL: <http://www.filibeto.org/pipermail/sunray-users/attachments/20100308/72613812/attachment.vcf>
More information about the SunRay-Users
mailing list