Re: [Alsa-user] no sound in Asus A6 laptop (HDA-Intel)
Brought to you by:
perex
|
From: Takashi I. <ti...@su...> - 2005-09-07 09:16:34
|
At Wed, 07 Sep 2005 00:12:45 -0400, Lee Revell wrote: > > On Wed, 2005-09-07 at 03:12 +0100, psalazar wrote: > > > # lsmod |grep snd > > > snd_hda_intel 17280 2 > > > snd_hda_codec 85632 1 snd_hda_intel > > > snd_seq_oss 35456 0 > > > snd_seq_midi_event 7040 1 snd_seq_oss > > > snd_seq 50576 4 snd_seq_oss,snd_seq_midi_event > > > snd_seq_device 9100 2 snd_seq_oss,snd_seq > > > snd_pcm_oss 52384 0 > > > snd_mixer_oss 18816 2 snd_pcm_oss > > > snd_pcm 89736 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss > > > snd_timer 24068 2 snd_seq,snd_pcm > > > snd 53348 11 > > > snd_hda_intel,snd_hda_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer > > > soundcore 9440 3 audio,snd > > > snd_page_alloc 10888 2 snd_hda_intel,snd_pcm > > > > > > # lspci |grep Audio > > > 00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 > > > Family) High Definition Audio Controller (rev 04) > > > > > > > I read from another source for another laptop model with a similar pci > > device: > > > > 0000:00:1b.0 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High > > Definition Audio Controller (rev 03) > > > > to use the 'snd_intel8x0' module. Is this correct? > > Should I replace 'snd_hda_intel' with 'snd_intel8x0'? > > No, ICH6 I think is hda-intel. ICH4 and ICH5 use intel8x0. ICH6/7 have both ac97 and hd interfaces. Which driver to be used depends on the implementation on the board. Takashi |