Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] tip ou pulseaudio
Date: Wed, 07 Jan 2015 17:55:31
Message-Id: CADPrc83iy0bn5i9KmGvr-W0xiy_2bkQ5BH7GHeCbo49=h0xQPw@mail.gmail.com
In Reply to: Re: [gentoo-user] tip ou pulseaudio by Jacques Montier
1 On Wed, Jan 7, 2015 at 4:51 AM, Jacques Montier <jmontier@×××××.com> wrote:
2 >
3 > Hello,
4 >
5 > I had the same problem some months ago.
6 > Adding the line
7 > set-sink-port alsa_output.pci-0000_00_1b.0.analog-stereo
8 analog-output-lineout
9 > to /etc/pulse/default.pa solved the problem.
10
11 Please don't top-post.
12
13 That card (pci-0000_00_1b.0) is specific only on your system. It will
14 probably don't help Francisco.
15
16 To see the card name, do:
17
18 pactl list cards
19
20 To set the default output and input (it's listed in the above command), use
21
22 pactl set-card-profile CARD PROFILE
23
24 You can edit /etc/pulse/default.pa, but it's not really necessary. The
25 configuration gets stored in $HOME/.pulse, for example:
26
27 cat $HOME/.pulse/$(cat /etc/machine-id)-default-sink
28
29 will show you the default sink.
30
31 Regards.
32 --
33 Canek Peláez Valdés
34 Profesor de asignatura, Facultad de Ciencias
35 Universidad Nacional Autónoma de México

Replies

Subject Author
Re: [gentoo-user] tip ou pulseaudio Francisco Ares <frares@×××××.com>