A bash script for Linux that fixes the audio issues on the Asus Eeebook x205ta (chtrt5645 chipset).
While the script should be compatible with any linux distribution, it is intended for Void Linux
.
It has been tested on kernel version 5.8.16_1
and works flawlessly.
The script downloads alsa-lib-1.2.2
from the www.alsa-project.org webserver - it then extracts, compiles and installs the module with the appropriate use case manager (UCM) files.
The following packages are needed for the script to function properly:
git
- version >= 2.29.0_1wget
- version >= 1.20.3_3libtool
- version >= 2.4.6_4
If used on VoidLinux, these can be installed as such:
sudo xbps-install -S git wget libtool
The script needs to be ran as root, as follows:
git clone https://github.com/Borys64/X205TAudio
cd X205TAudio
sudo bash script.sh
alsa-lib-x205ta - ArchLinux AUR