Re: [gentoo-user] alsaconf doesn't recognize sound card, but kernel does

2005-04-28 Thread Nick Rout
the first thing to do is see what sort of file alsaconf is: file $(which alsaconf) serva root # file $(which alsaconf) /usr/sbin/alsaconf: Bourne-Again shell script text executable just read the script! On Wed, 27 Apr 2005 15:37:24 +0100 Francisco Santiago Capel Torres wrote: On Tuesday 26

Re: [gentoo-user] alsaconf doesn't recognize sound card, but kernel does

2005-04-27 Thread Francisco Santiago Capel Torres
On Tuesday 26 April 2005 17:04, Mark Knecht wrote: It may just be an oversite in alsaconf. Someone should post a bug report a the Alsa bug site and let them know to look into it. Ok, let's supose I want to debug alsaconf. I supose I have to emerge it using some debug flag. Then I want to hack

Re: [gentoo-user] alsaconf doesn't recognize sound card, but kernel does

2005-04-27 Thread Christoph Eckert
Hi, I supose I have to emerge it using some debug flag. Then I want to hack the code an recompile again. it's a shell script :) . How can I do that? Is this the correct approach? Any documentation? To be honest, alsaconf needs not to be fixed but rewritten. Why? * It still can handle

[gentoo-user] alsaconf doesn't recognize sound card, but kernel does

2005-04-26 Thread Francisco Santiago Capel Torres
Hi, after upgrading my kernel to 2.6 successfully, I am doing the last steps regarding the sound configuration. But when I run alsaconf it says No supported PnP or PCI card found However, the sound car is working, this is the output of lspci: :00:1f.5 Multimedia audio controller: Intel

Re: [gentoo-user] alsaconf doesn't recognize sound card, but kernel does

2005-04-26 Thread Mark Knecht
It may just be an oversite in alsaconf. Someone should post a bug report a the Alsa bug site and let them know to look into it. On 4/26/05, Tres Melton [EMAIL PROTECTED] wrote: I have the same issue on my machine. It's strange since my alsa sound is working just fine. Gnome's alsa-mixer can

Re: [gentoo-user] alsaconf doesn't recognize sound card, but kernel does

2005-04-26 Thread Christoph Eckert
It may just be an oversite in alsaconf. Someone should post a bug report a the Alsa bug site and let them know to look into it. Meanwhile, perhaps something like alias snd-card-0 snd-intel8x0 in your /etc/modules.d/alsa can set up your card. Best regards ce --