Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Sound in KDE-4
Date: Tue, 12 Jan 2010 12:58:09
Message-Id: 201001121256.49775.peter@humphrey.ukfsn.org
In Reply to: Re: [gentoo-user] Sound in KDE-4 by Dale
1 On Tuesday 12 January 2010 06:39:16 Dale wrote:
2
3 > From your post, it appears that the kernel sees the card. However, the
4 > only time I have seen this error was when I didn't have the right driver
5 > for my sound card. Can you check again to make very sure you have the
6 > right driver? Maybe there is two that are really close or something.
7
8 These are the loaded sound modules. Can you see any conflict?
9
10 # lsmod | grep snd
11 snd_seq_oss 23781 0
12 snd_seq_midi_event 4540 1 snd_seq_oss
13 snd_seq 42949 4 snd_seq_oss,snd_seq_midi_event
14 snd_seq_device 4405 2 snd_seq_oss,snd_seq
15 snd_pcm_oss 30573 0
16 snd_mixer_oss 12406 1 snd_pcm_oss
17 snd_hda_intel 17746 1
18 snd_hda_codec 44688 1 snd_hda_intel
19 snd_pcm 55177 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
20 snd_timer 15366 2 snd_seq,snd_pcm
21 snd 43222 11
22 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
23 soundcore 4447 1 snd
24 snd_page_alloc 5937 2 snd_hda_intel,snd_pcm
25
26 I believe that snd_hda_intel is the right driver for the card, though I'm
27 not certain. The kernel seems to have known about these cards since version
28 2.6.26.2.
29
30 Maybe I should try removing all traces of OSS from the kernel.
31
32 # lspci -vs 00:1b.0
33 00:1b.0 Audio device: Intel Corporation Ibex Peak High Definition Audio (rev
34 05)
35 Subsystem: ASUSTeK Computer Inc. Device 8375
36 Flags: bus master, fast devsel, latency 0, IRQ 22
37 Memory at f7ff8000 (64-bit, non-prefetchable) [size=16K]
38 Capabilities: [50] Power Management version 2
39 Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
40 Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
41 Capabilities: [100] Virtual Channel <?>
42 Capabilities: [130] Root Complex Link <?>
43 Kernel driver in use: HDA Intel
44 Kernel modules: snd-hda-intel
45
46 --
47 Rgds
48 Peter.

Replies

Subject Author
Re: [gentoo-user] Sound in KDE-4 Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Sound in KDE-4 bn <brullonulla@×××××.com>