It’s running endeavor os (arch), samsung chromebook pro with the full uefi firmware, caroline board, speakers work fine, bluetooth audio works fine. this seems to be the only thing that isn’t working. Thanks in advance.
Have you run the audio script I also think the distro made some changes and you need to do some manual stuff as stated here. If you did run the audio script, then you have to wait for a more experienced user to answer.
Edit: I didn’t see the title till now.
Also take note of this
Did you look at my issue?
yeah, I didnt see a solution anywhere in there
sorry, I’m kinda stupid. can you run down what the manual stuff is? also, I’m not seeing the volume limiter issue for the speakers, idk if that means anything.
Yeah I have the same issue and WeirdTreeThing who made the audio has not replied. So idk maybe he will fix it.
Did you install PulseAudio?
Hard to fix the issue without logs
I thought I posted them.
Are you able to download them?
Thanks for the audio script any way even if it does not support the audio jack yet.
How do I send logs?
This is how you get them. Debugging | Chrultrabook Docs
Thanks, I’ll do it when I get home.
You can use google drive or some other cloud service.
I can try arch on my cave (same headphone codec as caroline) to see if I have any issues there.
theres a lot here, what do i send?
here’s the logs, if I did something wrong lemme know and I’ll do whatever.
https://drive.google.com/drive/folders/1GxNmOM_20Y6bpi5cf_nfCkmtJ-C5o4Lg?usp=sharing
Ok good.
But run this script that gets all of it.
- Download our debugging script.
cd ~/Desktop;wget https://raw.githubusercontent.com/chrultrabook/linux-tools/main/debugging.sh
It will dump:- ACPI tables from sysfs (
/sys/firmware/acpi/*
) - DMI information (
dmidecode
) - Coreboot buffer (
cbmem
) - Linux kernel logs (
dmesg
) - List of PCI devices (
lspci
) - List of USB devices (
lsusb
) - Information about soundcards present in the system and their configurationInto
debug-logs.tar.gz
archive on your desktop.
- Run it:
chmod +x debugging.sh;./debugging.sh
- Upload this file if you need help with troubleshooting.
- Remember to remove WiFi information from dmesg to protect your privacy.