From 79b4efdfdc99204e2a8f396fc8d817bd3b65deb2 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 22:09:20 +0200 Subject: delete guide --- content/guide/fix-sound-for-huawei-matebook.md | 48 -------------------------- 1 file changed, 48 deletions(-) delete mode 100644 content/guide/fix-sound-for-huawei-matebook.md (limited to 'content/guide') diff --git a/content/guide/fix-sound-for-huawei-matebook.md b/content/guide/fix-sound-for-huawei-matebook.md deleted file mode 100644 index 88351a1..0000000 --- a/content/guide/fix-sound-for-huawei-matebook.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: Fix Sound for Huawei Matebook -date: 2026-01-02 ---- - -## The Fix - -Know that sound works out of the box on Debian, Ubuntu and Mint. - -The guide is for people running Arch - -### Packages - -First, install these packages. - -```sh -sudo pacman -S wireplumber pipewire pipewire-pulse pipewire-alsa alsa-utils alsa-tools alsa-firmware sof-firmware -``` - -Then run this if the `/etc/pipewire` folder doesn't exists. - -```sh -mkdir -v /etc/pipewire/ -cp -r /usr/share/pipewire/* /etc/pipewire/ -``` - -Now reboot ! - -### Start pipewire and co - -Then if you are on Artix Linux, you must start pipewire, then pipewire-pulse then wireplumber on each boot. - -If you are using systemd, your package manager should have enabled the three services automatically. - -You can check if the programs are running with this command : - -```sh -ps x | grep -E "pipewire|wireplumber" -``` - -Go check if your sound works now ! If it doesn't, check if your speakers appear in the `Audio` section of this command : - -```sh -wpctl status -``` - -If they don't, I don't have any other tips for you. Try searching for "matebook huawei sound linux" in your favorite search engine. You will find good stuff like [this]( -https://wiki.archlinux.org/title/Huawei_MateBook_14s) -- cgit v1.2.3