On Sun, Nov 16, 2008 at 03:51:37PM -0500, Tamas Hegedus wrote: > 3. aptitude install alsa-base alsa-utils libesd-alsa0 > 4. "alsaconf": I got the message: "no supported PnP or PCI card found" > I think I do not have the "snd-hda-intel" driver. > FATAL: Could not open > '/lib/modules/2.6.26-1-686/kernel/sound/pci/hda/snd-hda-intel.ko': No > such file or directory
You are missing the kernel module for your soundcard, which is probably snd_hda_intel. To get this module, you can change the kernel configuration and compile and install your kernel. Here is a list of modules you'll probably need (*_oss are optional, but some games need them to have sound): cat:/home/lee/forms# lsmod Module Size Used by snd_pcm_oss 35936 0 snd_mixer_oss 14528 1 snd_pcm_oss snd_hda_intel 361612 0 snd_pcm 61124 2 snd_pcm_oss,snd_hda_intel snd_page_alloc 7240 2 snd_hda_intel,snd_pcm snd_hwdep 6916 1 snd_hda_intel snd_seq 47984 0 snd_timer 19272 2 snd_pcm,snd_seq snd_seq_device 6284 1 snd_seq snd 47972 8 snd_pcm_oss,snd_mixer_oss,\ snd_hda_intel,snd_pcm,snd_hwdep,\ snd_seq,snd_timer,snd_seq_device soundcore 5920 1 snd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]