-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Boot sound checkbox #2555
Comments
@horvatkm hello, Currently app reads status of the boot sound from corresponding endpoint in asus driver / firmware every time you open If checkbox is unchecked (i.e. OFF) every time you open it, it means that by some reason firmware reports it as OFF . It could be simply bugged firmware on your specific model. You can try to run following command in powershell as admin , it should output checkbox status + 65536 (so 65536 for OFF and 65537 for ON)
Does checkbox change status if you would reboot ? --
This is unrelated :) |
Checkbox doesn't change status after reboot, it's still off. The command "Invoke-CimMethod (Get-CimIn ... " is always returning value 4294967294, which is FFFFFFFE in hex.
|
@horvatkm ah, So unfortunately it's not possible to show actual state of the Boost Sound flag. |
I don't mind not seeing actual state of the Boost Sound flag. I'm just reporting an issue I've encountered, so that others are not confused by strange sound, which laptop makes on boot, even though Boost Sound checkbox indicates, that it's disabled. Like I was for a while. I guess there are a few ways how to deal with this issue.
Thanks for great app and quick response. |
@horvatkm I have better idea. If boot sound is not readable, app can at least save last set value in own config, to display it properly. Try this build. By default (if it can't read it and there is no config entry yet) - it will assume boot sound is OFF (i.e. it's 0) |
Thanks, works perfectly. |
Rules
What's wrong?
Hi,
I've noticed small issue related to Boot sound checkbox in Extra Settings. After closing and reopening Extra Settings dialog, the checkbox is always off, no matter whether it was checked or not previously. But still, the checkbox kind of works. To turn boot sound on, I've to check it once. To turn boot sound off, I've to check it twice.
In Ghelper.log a new message is added each time I click the Boot Sound checkbox.
5/6/2024 4:39:43 PM: BootSound = 1 : OK
5/6/2024 4:39:44 PM: BootSound = 0 : OK
When opening Extra Settings dialog, a bit strange message is being logged into Ghelper.log regarding missing atiadlxx.dll, since my laptop has NVidia GPU.
5/6/2024 4:39:55 PM: Cores: 0x0806
5/6/2024 4:39:55 PM: CoresMax: 0x0806
5/6/2024 4:39:55 PM: Unable to load DLL 'atiadlxx.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
5/6/2024 4:39:55 PM: Hibernate after 420
How to reproduce the bug?
Logs
log.txt
Device and Model
ASUS TUF Gaming F15 FX507ZV4
Additional information.
No response
Armoury Crate
Uninstalled
Asus Services
None
Version
0.165
OS
Windows 10 21H2
The text was updated successfully, but these errors were encountered: