<div dir="ltr"><div><div>Hi,</div><div>I am using kernel 3.17.0 and need sound working with my Intel sound card NM10/ICH7. I have &quot;Sound card support&quot; option turned on with ALSA and I am trying to compile and install the card driver.<br></div><div><br></div><div>Card details:</div><div>$ lspci -nn | grep -i audio</div><div>00:1b.0 Audio device [0403]: Intel Corporation NM10/ICH7 Family High Definition Audio Controller [8086:27d8] (rev 02)</div><div><br></div><div>lsmod output on a kernel with working sound:</div><div>$ lsmod | grep -i sound</div><div>soundcore              12600  2 snd,snd_hda_codec</div><div>$ lsmod | grep -i snd</div><div>snd_hda_codec_hdmi     46621  1 </div><div>snd_hda_codec_realtek    70636  1 </div><div>snd_hda_codec_generic    62873  1 snd_hda_codec_realtek</div><div>snd_hda_intel          29336  3 </div><div>snd_hda_controller     30673  1 snd_hda_intel</div><div>snd_hda_codec         120485  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller</div><div>snd_hwdep              13272  1 snd_hda_codec</div><div>snd_pcm                95778  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller</div><div>snd_seq_midi           13324  0 </div><div>snd_seq_midi_event     14475  1 snd_seq_midi</div><div>snd_rawmidi            25454  1 snd_seq_midi</div><div>snd_seq                56592  2 snd_seq_midi_event,snd_seq_midi</div><div>snd_seq_device         14137  3 snd_seq,snd_rawmidi,snd_seq_midi</div><div>snd_timer              28527  2 snd_pcm,snd_seq</div><div>snd                    57153  17 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device</div><div>soundcore              12600  2 snd,snd_hda_codec</div><div><br></div><div>I tried searching for the device id in include/linux/pci_ids.h but it wasn&#39;t there.</div><div>$ grep 27d8 include/linux/pci_ids.h</div><div>$ </div><div><br></div><div>Can someone please tell me how to find all the config options for this sound card?</div><div><br></div><div>Thanks,<br></div><div>Naman </div></div><div><br></div></div>