This can be an OGG playing problem of "gdmplay" mentioned by a post on 
http://ubuntuforums.org/showpost.php?p=7087507&postcount=4 .
I tried it and I have right login sound since I changed the "aplay" to the 
"play" form of "sox" application.

So (after "sudo aptitude install sox") try to change the line in file
/usr/lib/gdmplay from this:

#!/bin/sh
/usr/bin/aplay -q -N $@ 2> /dev/null

to this:
#!/bin/sh
/usr/bin/play -q -N $@ 2> /dev/null

(The mentioned post author "natrik" proposes the
#!/bin/sh
#/usr/bin/aplay -q -N $@ 2> /dev/null
/usr/bin/sox -q $@ -t alsa default 2> /dev/null
change. You can type that also.)

Please try and test.

-- 
Jaunty: Login sound is crackly
https://bugs.launchpad.net/bugs/339911
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to