Игорь
Игорь
https://storage-asset.msi.com/specSheet/ru/nb/Katana%20GF76%2012UC-257XRU.pdf
realtime_cpu_fan_rpm_address = 0xc8
I add this configuration to /etc/isw.conf: [MSI_ADDRESS_IGOR] address_profile = MSI_ADDRESS_IGOR fan_mode_address = 0xf4 cooler_boost_address = 0x98 usb_backlight_address = 0xf7 \# CPU cpu_temp_address_0 = 0x6a cpu_temp_address_1 = 0x6b cpu_temp_address_2 = 0x6c...
I looked at the solution here: https://stackoverflow.com/questions/67584143/solved-debug-darkice-to-understand-why-is-not-connecting-to-shoutcast
I temporarily wrote a script to switch profiles: `#!/bin/bash sudo isw -c && echo case "$1" in battery) sudo sh -c "isw -s 0xD2 194 && isw -s 0xD3 128...
> Hi, if you know addresses and made script for ISW, can you add your model to sources? Use any WMI2 marked model as reference ok, I'll try. If anything,...
[katana-gf76-12uc.diff.tar.gz](https://github.com/user-attachments/files/19682266/katana-gf76-12uc.diff.tar.gz) I fixed ALLOWED_FW_14 and CONF14. In the last structure I uncommented the super battery address, as the value changes when switching to eco mode. I don't know if this...
dublicate from https://github.com/boostorg/process/issues/480
To build the project I had to change the code a little: ``` #define BOOST_PROCESS_VERSION 1 #if BOOST_VERSION < 108800 #include #else #include #include #include #include #endif namespace bp =...
I found in which case the ma_device_uninit() function is blocked by placing logs. Then, I couldn't think of anything better than commenting out some of the calls in miniaudio to...