-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support for Katana 15 B13VFK #185
Comments
in user scenario feature you report 4 addresses, usually its only 2 of them, could you please double check? EB is most likely related to charger detection |
|
#194 same like here |
you're right, i confused it with 0xEF. |
I copied addresses from this issue. You have right, EB is for super battery.
Probably yes. It changes when profile is switched to battery saving. |
When I try to save
The LED lights up, so there's no problem with the address.
These messages are when I press 🔇 button on the laptop keyboard. |
for LED mute, you can try this solution: #130 (comment) you need to apply it after each reboot |
@QkiZMR Ignore this messages, they generated for MSI app for Windows and not used on Linux |
it works. I made systemd service to fix it:
Now I'm testing other things. Will be back later. |
I tested everything and nearly every feature is working fine. Two files are reporting zeros even if fans are working:
I think that I set up the wrong addresses. Need to check it. |
Ignore them, they broken by design |
What |
This one unclear even for me. Some old models had 'basic' fan mode, where you could set target RPM or % |
I found that MControlCenter when using I dig into MControlCenter source code for fan speed addresses and found it. It will be Of course, it is one byte value so it must be multiplied by some number. |
Exactly this feature is broken here, but you can usw Actually rpm is 2 byte size and require some calculations, which made in lm sensors driver |
Actually, it's division |
Just use lm sensors, I think it's possible to add this data to MCC |
In my case, lm sensors don't see the fans.
|
Which kernel version you use? Check if you have right module
Also check dmesg, maybe loading fails
|
Kernel version: 6.11.0-1005-lowlatency
No output. But
|
Ah,
I thought that |
|
With your help, I can try to find which file we should poke to get RPM from this module and add it to MCC.
Yeah, some legacy stuff |
Sure, I'm ready to help. |
I hope that path to required hwmon instance will be simple
|
|
Okay, right one is |
@QkiZMR little bit off subject here but, how did you install MControlCenter? |
Yes, it's number 6. Conky can read hwmon so I used it to read fan speed after adding
According to the instructions, I used an embedded script. I'm using the 0.4.1 version because 0.5.0 uses libqtcore in a newer version than I have in the system. |
Laptop model
Katana 15 B13VFK
EC firmware version
1585EMS1.115
EC memory dump
GPU
Nvidia
Is your keyboard RGB?
Yes (multi color RGB)
Additional context
Hi. My task was made easier because all addresses were the same as in this issue but with different values. Here are the results of my tests.
The text was updated successfully, but these errors were encountered: