Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2007-02-13 Thread Bill Unruh
On Wed, 14 Feb 2007, Bokyun Na wrote: > Hello, > I have such a problem with alsa. > modules are loaded without any problems. However, I could not open > "alsamixer". What do you mean "I could not open alsamixer"? What happened? did the computer crash with smoke pouring out? Did you misspell the c

[Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2007-02-13 Thread Bokyun Na
Hello, I have such a problem with alsa. modules are loaded without any problems. However, I could not open "alsamixer". My system is on Intel ICH5 chipset with ALC655 chip. Thus, I set up with snd_intel8x0.o module. It is loaded without any problem. Should I load other drivers such as snd_x.o?

Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2006-08-03 Thread Nigel Henry
On Thursday 03 August 2006 12:44, )\(@sS wrote: > Hello everyone, > i have been haaving problems with alsamixer. > i have slackware 10.2 that came with kernel 2.4.31.. > sound didn;t work but i didnt wbother fixing it then... plus now i > have installed a newer kernel 2.6.17.3 and after alot of tri

[Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2006-08-03 Thread )\\(@sS
Hello everyone, i have been haaving problems with alsamixer. i have slackware 10.2 that came with kernel 2.4.31.. sound didn;t work but i didnt wbother fixing it then... plus now i have installed a newer kernel 2.6.17.3 and after alot of trials i managed to get the sound going using the snd_hda_int

Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-13 Thread Jörg Böhnke
Clemens Ladisch schrieb: Jörg Böhnke wrote: bash-2.05a$ cat /proc/asound/cards 1 [ALS4000]: ALS4000 - Avance Logic ALS4000 Avance Logic ALS4000 at 0xd600, irq 9 When you have one card, it should be at index 0, not 1. Probably, there's a line similar to: options sn

Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-12 Thread Clemens Ladisch
Jörg Böhnke wrote: > bash-2.05a$ cat /proc/asound/cards > 1 [ALS4000]: ALS4000 - Avance Logic ALS4000 > Avance Logic ALS4000 at 0xd600, irq 9 When you have one card, it should be at index 0, not 1. Probably, there's a line similar to: options snd-als4000 index=1

Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-09 Thread Jörg Böhnke
Clemens Ladisch schrieb: Jörg Böhnke wrote: alsamixer: function snd_ctl_open failed for default: No such device Is the driver for your card loaded? Does it show up in /proc/asound/cards? Regards, Clemens Hi Clemens, thanks for your rapid support the driver is loaded: bash-2.05a$ cat /proc/aso

Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-09 Thread Florian Schmidt
On Fri, 09 Jan 2004 10:24:57 -0600 "Gary Cauthon" <[EMAIL PROTECTED]> wrote: > The error "no such device" does not tell you anything. The alsa > driver returns ENODEV any time it encounters any type of error. So > "no such device" translates into "something went wrong". Without > knowing more d

RE: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-09 Thread Gary Cauthon
The error "no such device" does not tell you anything. The alsa driver returns ENODEV any time it encounters any type of error. So "no such device" translates into "something went wrong". Without knowing more details, it is impossible to troubleshoot this sort of problem. -Gary From: J

Re: [Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-09 Thread Clemens Ladisch
Jörg Böhnke wrote: > alsamixer: function snd_ctl_open failed for default: No such device Is the driver for your card loaded? Does it show up in /proc/asound/cards? Regards, Clemens --- This SF.net email is sponsored by: Perforce Software.

[Alsa-user] alsamixer: function snd_ctl_open failed for default: No such device

2004-01-09 Thread Jörg Böhnke
Hi everybody, is there anybody who knows this problem: alsamixer: function snd_ctl_open failed for default: No such device I downloaded alsa* Release 1.0.1 compiled and installed it. I am able to find the modules with lsmod. Help is appreciated. Thanks a lot. Jörg ---