Aaron Browne wrote:
On Mon, 2006-05-29 at 02:14 -0400, Luke J Militello wrote:
I've just noticed that I get nothing more than 'beeps' from my Sunrays. As per the wiki, I followed everything exactly as shown. I must point out I even changed perms on /dev/audio /dev/dsp and /dev/mixer to -rw-rw-rw and still no success. Also a ps on esd shows esd running but with only the parameter '-nobeeps'. Any ideas?


This is how I have setup my gnome-session-sunray file. How does yours
look?

[EMAIL PROTECTED]:/usr/bin$ more gnome-session-sunray
#!/bin/bash
#
########################################
#
# gnome-session-sunray - establishes
#                        GNOME user
#                        environment for
#                        SunRay users
#
# Written: Naaman Campbell
#          28 October 2005
#
########################################

# setup sound daemon for current user
if [ "$SUN_SUNRAY_TOKEN" ]; then
        pkill -U $USER esd
        /usr/bin/esd -d $AUDIODEV -nobeeps &
        export LD_PRELOAD=/usr/lib/libc_ut.so
fi

exec /usr/bin/gnome-session "$@"



Thanks,
-Luke
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users
I don't have the LD_PRELOAD in there.  I'll try it.
-Luke
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to