-
Notifications
You must be signed in to change notification settings - Fork 45
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
NUC8i7BEH? #22
Comments
I have the same issue with bean canyon nucs. Doing some test on NUC8i7BE with the latest BIOS ( the same happens on NUC8i3x) System Details: Ubuntu : Linux chroma64-studio 4.15.0-20-lowlatency #21-Ubuntu SMP PREEMPT Tue Apr 24 07:52:58 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux fwts wmi - seems correct: \AMW0._WDG (2 of 2) 60965 Method (WMAA, 3, NotSerialized) 60982 |
Would be interested in a working version for the NUC8i7BEH as well. |
This guy here seems to say that is was shipped broken: https://github.com/GothAck/nuc8_beh_led_linux And I'm just noticing that the release notes for the latest BIOS update say "Remove the option “SW Control” on “RGB LED” and “Button LED” items." -- but perhaps the phrase "... because it never worked" is missing? https://downloadmirror.intel.com/28951/eng/BE_0073_ReleaseNotes.pdf |
Talked to Intel support. If you can parse the statement, I think it says "yes, it doesn't work, and please ignore that our documentation implies otherwise":
|
I have updated the kernel module for NUC10. Would love to hear whether it can work for other NUC models as well. https://github.com/uboslinux/intel-nuc-led/ |
Hello,
I tried it with an NUC8i7BEH (firmware is up to date, version BECFL357.86A.0056.2018.1128.1717). Compilation and module insertion were successful (although with some warnings), however usage was not:
make_default.log
root@nuc:
# uname -r# insmod4.19.0-1-amd64
root@nuc:
user/devel/github.com/milesp20/intel_nuc_led/nuc_led.ko# cat /proc/acpi/nuc_ledroot@nuc:
Power LED state could not be determined: WMI call returned error
Ring LED state could not be determined: WMI call returned error
root@nuc:
# rmmod nuc_led# dmesg | tailroot@nuc:
[...]
[ 1890.836840] nuc_led: Intel NUC LED control driver loaded
[ 1898.035911] nuc_led: Intel NUC LED control driver unloaded
Do you have any idea what the problem might be?
Thank you in advance and best regards
The text was updated successfully, but these errors were encountered: