Gentoo Archives: gentoo-user

From: rdkrsr <rdkrsr@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Sound doesn't work on Asus-P5B-Deluxe
Date: Thu, 19 Mar 2009 12:10:44
Message-Id: d304880b0903190510j470f1dadu52d54894cf321e6f@mail.gmail.com
1 Hello,
2
3 I don't know if I'm right here, but I try.
4
5 I try now for a few days to get sound working. At boot I see a message
6 that alsa is loaded and I can hear a slight sound (as if I switch on
7 my speakers) at that moment. I also hear that sound if I change volume
8 in beep column of alsamixer. But no sound appears with command line
9 players or in kde (system sounds).
10
11 I did emerge -uvDNa system and world, configured kernel by hand,
12 edited modprobe (but I didn't really know what to do).
13
14 Maybe someone can help
15 Red
16
17 http://en.gentoo-wiki.com/wiki/Asus_P5B_Deluxe
18 spock ~ # uname -a
19 Linux spock 2.6.27-gentoo-r8 #5 SMP Wed Mar 18 20:39:24 CET 2009 i686 Intel(R)
20 Core(TM)2 CPU 6400 @ 2.13GHz GenuineIntel GNU/Linux
21
22 spock ~ # lspci -v | grep -i audio
23 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
24 Controller (rev 02)
25
26 spock linux-2.6.27-gentoo-r8 # cat /proc/asound/cards
27 0 [Intel ]: HDA-Intel - HDA Intel
28 HDA Intel at 0xffaf8000 irq 22
29
30 spock ~ # cat /etc/modprobe.d/alsa
31 # Alsa kernel modules' configuration file.
32
33 # ALSA portion
34 alias char-major-116 snd
35 # OSS/Free portion
36 alias char-major-14 soundcore
37
38 ##
39 ## IMPORTANT:
40 ## You need to customise this section for your specific sound card(s)
41 ## and then run `update-modules' command.
42 ## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
43 ##
44 ## ALSA portion
45 alias snd-card-0 snd-hda-intel
46 ## alias snd-card-0 snd-interwave
47 ## alias snd-card-1 snd-ens1371
48 ## OSS/Free portion
49 alias sound-slot-0 snd-card-0
50 ## alias sound-slot-1 snd-card-1
51 ##
52
53
54 # OSS/Free portion - card #1
55 alias sound-service-0-0 snd-mixer-oss
56 alias sound-service-0-1 snd-seq-oss
57 alias sound-service-0-3 snd-pcm-oss
58 alias sound-service-0-8 snd-seq-oss
59 alias sound-service-0-12 snd-pcm-oss
60 ## OSS/Free portion - card #2
61 ## alias sound-service-1-0 snd-mixer-oss
62 ## alias sound-service-1-3 snd-pcm-oss
63 ## alias sound-service-1-12 snd-pcm-oss
64
65 alias /dev/mixer snd-mixer-oss
66 alias /dev/dsp snd-pcm-oss
67 alias /dev/midi snd-seq-oss
68
69 # Set this to the correct number of cards.
70 options snd cards_limit=1
71
72 # from https://help.ubuntu.com/community/HdaIntelSoundHowto
73 # options snd-hda-intel model=basic
74 options snd-hda-intel model=6stack-dig
75 #
76 # in /usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt
77 # AD1988/AD1988B/AD1989A/AD1989B
78 # 6stack 6-jack
79 # 6stack-dig ditto with SPDIF
80 # 3stack 3-jack
81 # 3stack-dig ditto with SPDIF
82 # laptop 3-jack with hp-jack automute
83 # laptop-dig ditto with SPDIF
84 # auto auto-config reading BIOS (default)
85 #
86 spock ~ #

Attachments

File name MIME type
kernel_config application/octet-stream

Replies

Subject Author
Re: [gentoo-user] Sound doesn't work on Asus-P5B-Deluxe Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] Sound doesn't work on Asus-P5B-Deluxe Neil Bothwick <neil@××××××××××.uk>