Gentoo Archives: gentoo-user

From: Frank Steinmetzger <Warp_7@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] alsa: missing default device
Date: Tue, 23 Sep 2014 12:59:25
Message-Id: 20140923125917.GA3020@kern.lan
In Reply to: Re: [gentoo-user] alsa: missing default device by Walter Dnes
1 On Mon, Sep 22, 2014 at 07:22:12PM -0400, Walter Dnes wrote:
2 > On Mon, Sep 22, 2014 at 05:49:10PM +0200, Frank Steinmetzger wrote
3 >
4 > > * I toggled those settings and rebuilt, but the result is still the same.
5 >
6 > You may have to configure your sound card setup manually. It's not as
7 > scarey as it sounds. First question; what's the output of the command...
8 >
9 >
10 > cat /proc/asound/cards
11
12 Here you go, plus the contents of a few others and the tree of that dir.
13
14 frank@kern /proc/asound cat cards
15 0 [PCH ]: HDA-Intel - HDA Intel PCH
16 HDA Intel PCH at 0xf7d10000 irq 45
17 1 [HDMI ]: HDA-Intel - HDA Intel HDMI
18 HDA Intel HDMI at 0xf7d14000 irq 44
19 frank@kern /proc/asound cat devices
20 2: [ 1] : control
21 3: [ 1- 3]: digital audio playback
22 4: [ 1- 0]: hardware dependent
23 5: [ 0] : control
24 6: [ 0- 0]: digital audio playback
25 7: [ 0- 0]: digital audio capture
26 8: [ 0- 1]: digital audio playback
27 9: [ 0- 2]: digital audio capture
28 10: [ 0- 0]: hardware dependent
29 33: : timer
30 frank@kern /proc/asound cat hwdep
31 01-00: HDA Codec 0
32 00-00: HDA Codec 0
33 frank@kern /proc/asound cat pcm
34 00-00: ALC892 Analog : ALC892 Analog : playback 1 : capture 1
35 00-01: ALC892 Digital : ALC892 Digital : playback 1
36 00-02: ALC892 Alt Analog : ALC892 Alt Analog : capture 1
37 01-03: ID 2807 Digital : ID 2807 Digital : playback 1
38
39 frank@kern /proc/asound tree
40 .
41 ├── card0
42 │   ├── codec#0
43 │   ├── id
44 │   ├── oss_mixer
45 │   ├── pcm0c
46 │   │   ├── info
47 │   │   ├── oss
48 │   │   └── sub0
49 │   │   ├── hw_params
50 │   │   ├── info
51 │   │   ├── prealloc
52 │   │   ├── prealloc_max
53 │   │   ├── status
54 │   │   └── sw_params
55 │   ├── pcm0p
56 │   │   ├── info
57 │   │   ├── oss
58 │   │   └── sub0
59 │   │   ├── hw_params
60 │   │   ├── info
61 │   │   ├── prealloc
62 │   │   ├── prealloc_max
63 │   │   ├── status
64 │   │   └── sw_params
65 │   ├── pcm1p
66 │   │   ├── info
67 │   │   ├── oss
68 │   │   └── sub0
69 │   │   ├── hw_params
70 │   │   ├── info
71 │   │   ├── prealloc
72 │   │   ├── prealloc_max
73 │   │   ├── status
74 │   │   └── sw_params
75 │   └── pcm2c
76 │   ├── info
77 │   └── sub0
78 │   ├── hw_params
79 │   ├── info
80 │   ├── prealloc
81 │   ├── prealloc_max
82 │   ├── status
83 │   └── sw_params
84 ├── card1
85 │   ├── codec#0
86 │   ├── id
87 │   ├── oss_mixer
88 │   └── pcm3p
89 │   ├── info
90 │   └── sub0
91 │   ├── hw_params
92 │   ├── info
93 │   ├── prealloc
94 │   ├── prealloc_max
95 │   ├── status
96 │   └── sw_params
97 ├── cards
98 ├── devices
99 ├── HDMI -> card1
100 ├── hwdep
101 ├── oss
102 │   ├── devices
103 │   └── sndstat
104 ├── PCH -> card0
105 ├── pcm
106 ├── seq
107 ├── timers
108 └── version
109 --
110 Gruß | Greetings | Qapla’
111 Please do not share anything from, with or about me with any Facebook service.
112
113 “If you enjoy wasting time, is that time really wasted?” – Philosoraptor

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] alsa: missing default device Walter Dnes <waltdnes@××××××××.org>