Frank Barknecht ([EMAIL PROTECTED]) hat gesagt:

|> /dev/dsp are just OSS-emu devices. You need to check the permissions
|> of the files in /dev/snd/*

Thank you very much for this. That was the problem. The permissions on
the device files in /dev/snd were appropriate:

 crw-rw----    1 root     audio    116,  36 Dec 11 15:24 hwC1D0

But the permissions on the directory /dev/snd/ itself were not:

 drwx------    2 root     root         4096 Dec 11 15:24 snd

Changing these to:

 drwxr-x---    2 root     audio        4096 Dec 11 15:24 snd

fixed the problem.

I'm grateful to you,

Jim





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to