treppenwitz03 / matebook-d14-d15-linux-soundfix

This program fixes the lack of sound in huawei matebook d15 and matebook d14 2021. Works with linux 5.19 and higher and requires sof-firmware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mbsoundfix

matebook soundfix

mbsoundfix is a program fixing sound on matebook d15 laptop on linux. it's requires pipewire 3.0 and higher and amixer

edit: this also works on Matebook D14 2021 Intel on Fedora 38 GNOME. However, manual run per boot is required and inserting headphones and removing it, will cause the speaker audio to not run, so you need to run the script again.

works with intel only!!!

Requirements

  • kernel 5.19 <
  • pipewire 3.0 <
  • alsa-utils
  • sof-firmware
  • base-devel

Was tested on...

  • Manjaro
  • Debian
  • Fedora

How to use ?

Systemd auto start now is no working, so you have to add mbsound to auto start yourself

git clone git@github.com:intbyte-100/matebook-d15-linux-soundfix
cd matebook-d15-linux-soundfix
./install.sh

systemctl --user enable mbsoundfix.service
systemctl --user start mbsoundfix.service

# optional
systemctl --user status mbsoundfix.service

About

This program fixes the lack of sound in huawei matebook d15 and matebook d14 2021. Works with linux 5.19 and higher and requires sof-firmware


Languages

Language:C 89.5%Language:Shell 10.5%