arch-wiki-md-repo
Version:
All arch-wiki articles in markdown format, updated every two days.
28 lines (20 loc) • 975 B
Markdown
Because of the "surrond sound" audio hardware on the UX390, you have to tweak a Pulse configuration file to get volume incrementing to work. Otherwise, the volume will either be full or muted, despite appearing to increment.
Edit the analog output path config and add the `Element Master` and `Element LFE` parts below.
`/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common`
```
[]
switch = mute
volume = ignore
[]
switch = mute
volume = merge
override-map.1 = all
override-map.2 = all-left,all-right
[]
switch = mute
volume = ignore
```
Then, restart PulseAudio and changing the volume should work.
Install [alsa-utils](https://www.archlinux.org/packages/?name=alsa-utils). Run `alsamixer`, select the "HDA Intel PCH" soud card, and adjust the "Headphone" slider to your liking. To make this persistent you may need to run `sudo alsactl store`.