pacman --force is deprecated, so can't use that during install. Only errors it throws are pre-existing config files owned by pulseaudio. if you delete those pa configs, this installs fine, but still no devices show up in pavucontrol, playing around in alsamixer doesn't seems to solve anything either. any ideas?
Search Criteria
Package Details: galliumos-braswell-config 1.0.0-1
Git Clone URL: | https://aur.archlinux.org/galliumos-braswell-config.git (read-only, click to copy) |
---|---|
Package Base: | galliumos-braswell-config |
Description: | userspace configuration for braswell chromebooks taken from GalliumOS |
Upstream URL: | https://github.com/GalliumOS/galliumos-braswell |
Licenses: | |
Submitter: | barnacs |
Maintainer: | barnacs |
Last Packager: | barnacs |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-25 15:57 |
Last Updated: | 2018-02-03 09:51 |
Required by (0)
Sources (1)
Latest Comments
vipqualitypost commented on 2020-06-15 03:30
tecsilver6 commented on 2019-12-31 17:32
+1 on mb64's fix. I just did this on a new install.
mb64 commented on 2019-12-22 01:43
ALSA recently (1.2.1 I think?) switched to a new format for its configuration files, and now puts them in /usr/share/alsa/ucm2
. With this release, the configuration in /usr/share/alsa/ucm2/chtrt5650
seems to be overriding the galliumos-braswell-config
updated configuration in /usr/share/alsa/ucm/chtrt5650
. This restored sound for me:
# rm -r /usr/share/alsa/ucm2/chtrt5650
zyisrad commented on 2019-12-14 17:09
This package no longer fixes the audio issue. Rolling back the kernel didn't fix it. There is a change in another package that breaks it. An older installation I have still works.
mzilikazi commented on 2017-06-02 02:44
Touchpad, audio, bluetooth all working on my Acer Chromebook 14 CB3-431. Thank you much! Hardware is good. This error however persists:
```error: file owned by 'galliumos-braswell-config' and 'pulseaudio': 'etc/pulse/default.pa'
error: file owned by 'galliumos-braswell-config' and 'pulseaudio': 'usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf'
error: file owned by 'galliumos-braswell-config' and 'pulseaudio': 'usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf'```
For now, patching from source......
aguitel commented on 2017-04-19 17:49
i did all steps and sound remain unsolved
barnacs commented on 2017-04-19 16:40
For braswell audio support:
- use patched kernel from linux-galliumos-braswell package (until mainline has support for your audio chip)
- install pulseaudio
- install this package, let it overwrite some configs (use "pacman --force" or the equivalent option of your aur wrapper)
- try resetting your alsa mixer state
Pinned Comments
barnacs commented on 2017-04-19 16:40
For braswell audio support:
- use patched kernel from linux-galliumos-braswell package (until mainline has support for your audio chip)
- install pulseaudio
- install this package, let it overwrite some configs (use "pacman --force" or the equivalent option of your aur wrapper)
- try resetting your alsa mixer state