WeirdTreeThing / chromebook-linux-audio

Script to enable audio support on many Chrome devices
BSD 3-Clause "New" or "Revised" License
262 stars 48 forks source link

No audio out of internal speakers on Gateway N6000 Chromebook #162

Open azurusnova opened 2 months ago

azurusnova commented 2 months ago

Describe the bug After doing a fresh install of LMDE 6 and running the script from this page, I can get audio out of the headphone jack, but nothing out of the internal speakers. Pipewire shows audio being properly routed into the speakers as well. image

If there is any other commands for further information that you need to look further into this, please do not hesitate to ask.

Boardname Pasara

Logs debug-logs-Pasara-2024-08-20_22h28m.tar.gz

azurusnova commented 2 months ago

Here is the output from cat /sys/class/dmi/id/product_sku

sku2752512

ellyq commented 2 months ago

JasperLake is such a cursed architecture...

It looks like ALSA doesn't follow boardname reported by dmidecode for some reason. access("/usr/share/alsa/ucm2/0/0.conf", R_OK) = -1 ENOENT (No such file or directory)

azurusnova commented 2 months ago

Is there anything I could do on my end to try something else or any further information I could provide?

WeirdTreeThing commented 1 month ago

JasperLake is such a cursed architecture...

It looks like ALSA doesn't follow boardname reported by dmidecode for some reason. access("/usr/share/alsa/ucm2/0/0.conf", R_OK) = -1 ENOENT (No such file or directory)

audio-debug.log shows that the audio server does correctly load the UCM, so it should be safe to ignore that.