Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Trying to configure alsa for INTEL HDA (ATI)
Date: Tue, 07 Sep 2010 03:48:17
Message-Id: AANLkTik5mdMfwB3iDRschDCNAZhXeNP53v7k9Qz++Phz@mail.gmail.com
In Reply to: [gentoo-user] Trying to configure alsa for INTEL HDA (ATI) by meino.cramer@gmx.de
1 Perhaps;
2 1. Boot with knoppix
3 2. record lsmod output
4 3. Boot back into gentoo, go to kernel setup and select any missing modules,
5 them make modules_install, and modprobe the modules (no need to reboot)
6 4. Try alsa again to see if anything has turned up?
7
8 FWIW on my laptop;
9 sphinx adam # lspci | grep -i audio
10 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio
11 Controller (rev 03)
12 01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD
13 3600 Series]
14
15 sphinx adam # lsmod | grep snd
16 snd_pcm_oss 36995 0
17 snd_mixer_oss 14411 1 snd_pcm_oss
18 snd_seq_oss 26559 0
19 snd_seq_midi_event 5180 1 snd_seq_oss
20 snd_seq 47389 4 snd_seq_oss,snd_seq_midi_event
21 snd_seq_device 4949 2 snd_seq_oss,snd_seq
22 snd_hda_codec_atihdmi 2515 1
23 snd_hda_codec_idt 49279 1
24 snd_hda_intel 19482 0
25 snd_hda_codec 61897 3
26 snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
27 snd_pcm 69399 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
28 snd_timer 17735 2 snd_seq,snd_pcm
29 snd 49836 10
30 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
31 snd_page_alloc 6705 2 snd_hda_intel,snd_pcm