On Sunday 18 January 2009 16:28, Tamas Hegedus wrote: > Hi, > > I am running debian/lenny. > I have an integrated sound card: > 00:1e.2 Multimedia audio controller: Intel Corporation > 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03) > > It was recognized by the system but did not work. > > So I installed the alsa-driver, lig, utils as described at: > http://www.alsa-project.org/main/index.php/Matrix:Module-hda-intel > Plus: toos, oss, plugins > > The only 'unusual' during installation: I had to run ./snddevices > to have the /dev files > > But my card is not recognized now. If I run alsaconf, it does not find > it. The sound modules are not loaded at bootup. > > If I run "modprobe snd-hda-intel" I get: > WARNING: Error running install command for snd > > I tried to google, but I could not solve and I do not know how to > proceed. Thanks for your help in advance, > tamas Hi Tamas. Are you using a kernel that you rolled yourself, or are you using the one that came with Lenny? If you're using the Lenny one, and have been using this Lenny install for a while, do you have earlier kernels installed, that you could try? uname -r (for your running kernel) As you have an error "running install command for snd", try the one below, as soundcore needs to be loaded first. As root of course, and post the output. modprobe soundcore Would you post the output from the following commands. lspci -vn (just the bit for the soundcard) cat /proc/asound/cards (probably no soundcards here) cat /proc/asound/version (should show the alsa driver version) grep ^Codec /proc/asound/card?/codec* (perhaps no output here) lsmod | grep snd You can also download the alsa-info.sh script from the site below. Save it as alsa-info.sh. Make it executable, and run it as, ./alsa-info,sh --no-upload. Attach the file which has been saved in /tmp in your reply. This script gathers info about your machine, and sound related stuff, which is helpfull in resolving sound related problems. http://hg.alsa-project.org/alsa/raw-file/tip/alsa-info.sh All the best. Nigel. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Alsa-user mailing list Alsa-user@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-user