GNOME Bugzilla – Bug 84172
esd just makes noises
Last modified: 2004-12-22 21:47:04 UTC
On my Solaris 8 machine esd just makes noises rather than play proper sounds. Even just starting it it outputs noise instead of the normal startup beeps. I don't know if this is a sample rate/sound mode problem or what. The Solaris 'play' command can play wavs OK. Let me know what I can do to debug it.
Can you tell what sound driver are you using? Try running esd from command line and send output.
I think it is audio_solaris.c, since it outputs 'speaker, headphone, lineout' as possible devices. That would be expected, since it is on Solaris 8.
I should add I'm using 64-bit packages. That could possibly be causing problems - I noticed esound tends to use things like sizeof(unsigned short). I hope these all work when the sizes of these types changes.
I think it will be hard to fix this problem since a lot of people (including me) don't have Sun/Solaris workstations :(( Could you try CVS version of esound (there are several fixes inside but nothing Solaris related..) ? Any way to get some Sun folks to check this bug ?
Marking this urgent and cc'ing wipro and sun because it blocks testing of any sun stuff on solaris. Any testing and feedback (and of course fixes) that Sun and Wipro can provide will be most useful to testing of other components. Hear that, guys? :)
I'm using our CVS snapshots for Solaris, from about 1 week ago.
Oh, it's an Ultra 10, by the way.
Have you got a little endian sound card? I think that esound fails to work on big endians machines with little endian sound chips. I am not sure.
I have no idea. Is there any way of testing for it? Hopefully the Sun people will know.
Try running esound in 8 bit mode ( esd -b) and see if it works.
Ah, no. I tried that and it didn't work. Still just noise.
does it work with 32-bit esd, if thats the case then it should be definitely 64-bit problem. over here at Wipro, we have not tested on 64-bit mode but in 32-bit mode it works fine.
Oops, closed the wrong bug.. Reopeing
Oops, closed the wrong bug.. Reopening
i tested sounds on solaris 8, ultra 10 and they work fine - see bug #84774
Closing, then.