chromebook-linux-audio icon indicating copy to clipboard operation
chromebook-linux-audio copied to clipboard

Chell: No audio after kernel update (Arch)

Open sedrosken6502 opened this issue 4 months ago • 11 comments

Describe the bug After upgrading my kernel from 6.15.x to 6.16.x, I no longer have working audio and only have a Dummy Output in PulseAudio.

It seems to stem from something being wrong with at least one of the ucm2 configs as the first line I get when the script calls alsactl init is this:

"alsa-lib main.c:1554:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2"

Under /usr/share/alsa/ucm2 I've tried removing stuff that would have come from the script (eg. anything from /tmp/alsa-ucm-conf-cros) before running the script again to no avail but I could well have missed something as I'm not very well versed in alsa configuration.

Distro name and version Arch Linux

Boardname Chell

Logs

debug-logs-Chell-2025-08-16_12h33m.tar.gz

sedrosken6502 avatar Aug 16 '25 17:08 sedrosken6502

Are you using pulseaudio or pipewire as your audio server?

WeirdTreeThing avatar Aug 17 '25 14:08 WeirdTreeThing

Having the same issue but on the Shyvana board, using pipewire as audio server

SirenGlitch avatar Aug 18 '25 14:08 SirenGlitch

I can get speaker output using the following list of commands, but it's not the most useful thing

speaker-test -Dhw:1 -c2 # Built-in speaker

speaker-test -Dhw:2 -c2 # Headphone jack

SirenGlitch avatar Aug 18 '25 14:08 SirenGlitch

Looks like intel renamed the card name for every avs board without shipping the ucm fix in time needed for it to work right.

WeirdTreeThing avatar Aug 18 '25 19:08 WeirdTreeThing

I've just added a workaround to the script. It works here on my cave running a fresh install of arch.

WeirdTreeThing avatar Aug 18 '25 19:08 WeirdTreeThing

Confirming, works here too

SirenGlitch avatar Aug 18 '25 19:08 SirenGlitch

Having the same issue with latest script (same alsa error message, no audio).

Boardname CAROLINE, Arch Linux, kernel 6.16.2, pipewire.

debug-logs-Caroline-2025-08-24_02h11m.tar.gz

Edit: Downgraded kernel to 6.15.9 and nothing changed (no sound, same error message when running script). @WeirdTreeThing, what is the latest Arch Linux release that your script supports on CAROLINE?

finalglyph avatar Aug 23 '25 23:08 finalglyph

Late response, I know, but I just got back into messing around with my Chell and the workaround in the updated script works fine for me.

WeirdTreeThing, I'm a Pulseaudio user.

sedrosken6502 avatar Aug 29 '25 01:08 sedrosken6502

@finalglyph your audio logs look fine. Are you able to select the "Default" profile for each audio card in a program such as pavucontrol?

WeirdTreeThing avatar Aug 29 '25 12:08 WeirdTreeThing

@WeirdTreeThing, thanks for looking at the logs.

I make a mistake. Sound is actually working. I assumed it wasn't because KDE Plasma wasn't showing any sound-related settings (fixed by installing some packages) and the "speaker-test" commands posted above failed with "no such device" (running "speaker-test" without arguments worked).

Sorry for the false alert.

finalglyph avatar Aug 29 '25 19:08 finalglyph

... and the "speaker-test" commands posted above failed with "no such device" (running "speaker-test" without arguments worked).

My bad, I just posted those commands because they worked for me. For future readers: your results may vary

SirenGlitch avatar Aug 29 '25 21:08 SirenGlitch