Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-19 Thread Alexander Koponen
On Thu, 18 Mar 2010, Aaron Wilson wrote: Fresh install of RHEL5 and SRSS I attempt the compile and get [r...@slosunray01 debugger]# gcc -shared -O2 -Wall -Werror -licuuc -lssl flashsupport-for-linux-sunray.c -o libflashsupport.so /usr/bin/ld: /tmp/cckq5egN.o: relocation R_X86_64_32 against `a

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-19 Thread Hana Skoumalova
Alexander Koponen wrote: On Thu, 18 Mar 2010, Aaron Wilson wrote: Fresh install of RHEL5 and SRSS I attempt the compile and get [r...@slosunray01 debugger]# gcc -shared -O2 -Wall -Werror -licuuc -lssl flashsupport-for-linux-sunray.c -o libflashsupport.so /usr/bin/ld: /tmp/cckq5egN.o:

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-19 Thread Alexander Koponen
On Fri, 19 Mar 2010, Hana Skoumalova wrote: Alexander Koponen wrote: On Thu, 18 Mar 2010, Aaron Wilson wrote: Fresh install of RHEL5 and SRSS I attempt the compile and get [r...@slosunray01 debugger]# gcc -shared -O2 -Wall -Werror -licuuc -lssl flashsupport-for-linux-sunray.c -o

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-19 Thread Hana Skoumalova
Alexander Koponen wrote: On Fri, 19 Mar 2010, Hana Skoumalova wrote: I have a similar problem. First, I compiled libflashsupport.so with the option -m32, as I run a 64-bit OS. When I copy it to /usr/lib, SeaMonkey or Firefox (both are 32-bit versions) crashes. After removing that library from

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-18 Thread Aaron Wilson
Fresh install of RHEL5 and SRSS I attempt the compile and get [r...@slosunray01 debugger]# gcc -shared -O2 -Wall -Werror -licuuc -lssl flashsupport-for-linux-sunray.c -o libflashsupport.so /usr/bin/ld: /tmp/cckq5egN.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-12 Thread Hana Skoumalova
I found a solution to my problem. I delete the directory ~/.pulse and recreate it every time: #!/bin/bash if [ ! x${UTAUDIODEV} == x ] ; then rm -rf ${HOME}/.pulse # if [ ! -d ${HOME}/.pulse ] ; then mkdir ${HOME}/.pulse # fi # create pulseaudio configuration for utaudio

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-11 Thread Hana Skoumalova
SIMOND Gilles wrote: I also have Fedora 12 and pulseaudio-0.9.21 and I had the same problem with missing module-oss.so But it is in the source distribution, so downloaded from http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.21.tar.gz compiled with ./configure and make, no

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-11 Thread Hana Skoumalova
Hello, another problem occurred: after I log off and log in again, sound doesn't work. Volume applet doesn't show on gnome-panel and when I check Sound in Preferences, there is no input and output device. There should be /tmp/SUNWut/dev/utaudio/utdsp-X there. Everything gets fixed if I log

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-10 Thread Hana Skoumalova
SIMOND Gilles wrote: Sorry I forgot this one so it just contains the following two lines: ==8===8===8===8= load-module module-oss device=UTAUDIODEV playback=1 record=1 fragment_size=8192 load-module module-native-protocol-unix

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-10 Thread Hana Skoumalova
Hana Skoumalova wrote: SIMOND Gilles wrote: Sorry I forgot this one so it just contains the following two lines: ==8===8===8===8= load-module module-oss device=UTAUDIODEV playback=1 record=1 fragment_size=8192 load-module

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-10 Thread SIMOND Gilles
I also have Fedora 12 and pulseaudio-0.9.21 and I had the same problem with missing module-oss.so But it is in the source distribution, so downloaded from http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-0.9.21.tar.gz compiled with ./configure and make, no special options then

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-09 Thread Hana Skoumalova
SIMOND Gilles wrote: Hello 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

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-09 Thread SIMOND Gilles
Sorry I forgot this one so it just contains the following two lines: ==8===8===8===8= load-module module-oss device=UTAUDIODEV playback=1 record=1 fragment_size=8192 load-module module-native-protocol-unix

[SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-08 Thread Hana Skoumalova
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

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-08 Thread SIMOND Gilles
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

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-08 Thread Alexander Koponen
On Mon, 8 Mar 2010, SIMOND Gilles wrote: 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 use SRSS on RHEL 5 and my

Re: [SunRay-Users] No sound on SRSS 4.2/Fedora 12

2010-03-08 Thread Magnus Varmfors
Hi! 2010/3/8 Alexander Koponen kopo...@mittag-leffler.se: I use SRSS on RHEL 5 and my experiences are: I'm on Ubuntu 9.10 with SRSS 4.2/5. Some versions of flash gives wrong colors in web browsers. Versions in the 9-series give you the right colors, anything from the 10-series gives the