Skip to content

Instantly share code, notes, and snippets.

@AP-XD
Created June 18, 2023 10:16
Show Gist options
  • Save AP-XD/1e01b7e9b77581dca26d071a8e98e311 to your computer and use it in GitHub Desktop.
Save AP-XD/1e01b7e9b77581dca26d071a8e98e311 to your computer and use it in GitHub Desktop.
Guide to get speakers of Samsung Galaxy Book 3 series working in Linux

I am on OpenSUSE TumbleWeed and I had to follow these steps:

  • Install the sof-firmware, hda-verb package for the drivers

sudo zypper in sof-firmware hda-verb
  • Save this script provided by joshuagrisham in this issue in a location. This script need to be executed everytime during boot.
  • Create a CRON JOB to execute this script at every reboot.

crontab -e 
@reboot <your-location>/necessary-verbs.sh
  • I have noticed that left speaker has a little less sound than the right one with these verbs. To fix that we can use shift the balance little bit and this is my configuration. image

Voila your speakers are now working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment