Harold Martin <[EMAIL PROTECTED]> writes:
> After installing ALSA according to the instrsuctions, I attempt to
> launch alsamixer, I get the error:
> alsamixer: function snd_ctl_open failed for default: No such file or
> directory
> What can I do to fix this?

What is the output when you run

   $ arecord -L

or

   $ aplay -L

It should show a structured list of devices; you can probably specify
one of those devices to alsamixer with

   $ alsamixer -D <insert device name here>

Whatever the default device is, it's clearly not working.  Maybe an
explicitly specified device name will work.

Also, here's a random question that may be only a false lead: what UID
are you running alsamixer as?  (I've always run it as root, and had no
trouble.)

-Karl


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to