which sound module for an intel 82801H sound controller?
Peter Smerdon
psmerdon at magma.ca
Tue Jan 22 00:35:15 UTC 2008
Bram Kuijper <a.l.w.kuijper at rug.nl> writes:
> Hi all,
>
> I don't know if it is related, but this morning I've installed
> virtualbox and after that sound is not working anymore.
>
> I guess I reloaded my modules and thereby lost the audio modules, but
> now the question is: how to get the right audio kernel module back?
>
> lspci -v is saying:
> 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
> Controller (rev 02)
> Subsystem: Intel Corporation Unknown device 2008
> Flags: bus master, fast devsel, latency 0, IRQ 10
> Memory at 90320000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
>
> but if i check
> http://www.alsa-project.org/main/index.php/Matrix:Vendor-Intel
> there is no ICH8-specific alsa-module apparently.
>
> also if I do sudo modprobe-snd[TAB]
>
> I get a load of possibilities, but I don't know the correct modules to
> load. Does anyone have more info which sound module I should use?
>
lspci on my laptop shows the same chip:
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller
lsmod | grep snd:
snd_hda_intel 377768 1
snd_pcm_oss 48128 0
snd_mixer_oss 20352 1 snd_pcm_oss
snd_pcm 94600 2 snd_hda_intel,snd_pcm_oss
snd_page_alloc 12944 2 snd_hda_intel,snd_pcm
snd_hwdep 12680 1 snd_hda_intel
snd_seq_oss 39040 0
snd_seq_midi_event 10240 1 snd_seq_oss
snd_seq 63776 4 snd_seq_oss,snd_seq_midi_event
snd_timer 27656 2 snd_pcm,snd_seq
snd_seq_device 10772 2 snd_seq_oss,snd_seq
snd 71720 11
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_seq,snd_timer,snd_seq_device
soundcore 10272 1 snd
uname -a:
2.6.22-14-generic #1 SMP Tue Dec 18 05:28:27 UTC 2007 x86_64 GNU/Linux
This sound driver isn't working perfectly, in alsamixer for example it
shows the chip as Realtek ALC268, but not all the sliders appear, only
Headphone PCM Front Front Mic Line In Mic Boost
There are some modem settings showing up there as well, not sure why
they are there. Anyway try loading those modules..
good luck!
--
Peter.
More information about the ubuntu-users
mailing list