-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
J316 panic #8
Comments
Looks like this a self-managed system. Due to a bug in lsp-plugins speaker enablement needs out of tree patches to ensure speakers are only enabled on systems with fix lsp-plugins. See the |
Hmm i installed it quite a while ago woth fedora installer. Don't know if it helps, but thats my output of uname -a Edit: Thought it had something to do with still being on fedora38 so i upgraded to fedora 39 but there still seems to be the same problem |
Reinstalled fedora with installer |
➜ ~ sudo speakersafetyd
INFO [speakersafetyd] Starting up
INFO [speakersafetyd] Config base: "/usr/local/share/speakersafetyd"
INFO [speakersafetyd] Machine: apple,j316
INFO [speakersafetyd] Config file: "/usr/local/share/speakersafetyd/apple/j316.conf"
INFO [speakersafetyd] Device: hw:AppleJ316
INFO [speakersafetyd::uclamp] Set task uclamp to 0:64
INFO [speakersafetyd] Found 6 speakers
INFO [speakersafetyd] Opening control device
INFO [speakersafetyd] Startup mode: Cold boot
INFO [speakersafetyd::types] Speaker [Left Woofer 1]:
thread 'main' panicked at src/helpers.rs:172:13:
Could not lock elem Left Woofer 1 VSENSE Switch. alsa-lib error: Error("snd_ctl_elem_lock", EBUSY)
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceWARN [speakersafetyd] Panic!
➜ ~ sudo speakersafetyd
INFO [speakersafetyd] Starting up
INFO [speakersafetyd] Config base: "/usr/local/share/speakersafetyd"
INFO [speakersafetyd] Machine: apple,j316
INFO [speakersafetyd] Config file: "/usr/local/share/speakersafetyd/apple/j316.conf"
INFO [speakersafetyd] Device: hw:AppleJ316
INFO [speakersafetyd::uclamp] Set task uclamp to 0:64
INFO [speakersafetyd] Found 6 speakers
INFO [speakersafetyd] Opening control device
INFO [speakersafetyd] Startup mode: Warm boot
INFO [speakersafetyd::types] Speaker [Left Woofer 1]:
thread 'main' panicked at src/helpers.rs:172:13:
Could not lock elem Left Woofer 1 VSENSE Switch. alsa-lib error: Error("snd_ctl_elem_lock", EBUSY)
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceWARN [speakersafetyd] Panic!
Speakers didn't activate after upgrading to the recent patch. So I tried to to activate speakersafetyd by my own. But it seems to crash while locking the Left Woofer. Can you help me with that?
The text was updated successfully, but these errors were encountered: