YoyPa / isw

Ice-Sealed Wyvern
GNU General Public License v3.0
378 stars 79 forks source link

Support request for GS66-Stealth-11UE #251

Closed ddp1984 closed 2 years ago

ddp1984 commented 2 years ago
douglas@douglas-GS66-Stealth-11UE:~/Downloads/isw/etc/modules-load.d$ sudo isw -cp MSI_ADDRESS_DEFAULT

EC dump 
       00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
000000 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00  >................<
000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  >................<
000020 00 00 00 00 00 00 00 00 0a 05 00 00 00 04 1b 4b  >...............K<
000030 02 05 00 0d 00 00 50 81 6a 18 60 3b 71 02 c0 00  >......P.j.`;q...<
000040 35 0c 50 00 f7 17 f9 fc ff 12 9d 3e df 0b f8 43  >5.P........>...C<
000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  >................<
000060 00 00 00 00 00 00 00 00 24 00 37 3c 41 46 5a 5f  >........$.7<AFZ_<
000070 64 2d 2d 32 3c 41 50 55 64 00 08 03 05 05 05 03  >d--2<APUd.......<
000080 00 00 32 3c 46 52 5a 5d 64 00 00 2d 3c 46 50 55  >..2<FRZ]d..-<FPU<
000090 64 00 03 05 05 06 03 03 02 0f 78 02 0f 78 2e 00  >d.........x..x..<
0000a0 31 36 56 34 45 4d 53 31 2e 31 31 34 30 31 30 34  >16V4EMS1.1140104<
0000b0 32 30 32 32 31 33 3a 35 33 3a 32 31 00 00 00 28  >202213:53:21...(<
0000c0 00 00 07 25 00 00 00 00 00 b9 00 00 00 00 00 00  >...%............<
0000d0 00 00 c1 82 00 00 05 80 00 01 00 00 00 00 00 00  >................<
0000e0 e2 00 00 f7 17 00 00 c0 00 00 00 00 00 c3 00 e4  >................<
0000f0 40 00 70 00 24 64 00 00 64 00 03 c0 00 00 00 00  >@.p.$d..d.......<
000100

Profile dump 
Value       set @ address        Fan mode
0x24(36)    0xf4(byte244)        Unknown

Value       set @ address        Charging below - stop @
0xe4(228)   0xef(byte239)        90% - 100%

-----------CPU-----------        -----------GPU-----------
Value       set @ address        Value       set @ address
0x37(55°C)  0x6a(byte106)        0x32(50°C)  0x82(byte130)
0x3c(60°C)  0x6b(byte107)        0x3c(60°C)  0x83(byte131)
0x41(65°C)  0x6c(byte108)        0x46(70°C)  0x84(byte132)
0x46(70°C)  0x6d(byte109)        0x52(82°C)  0x85(byte133)
0x5a(90°C)  0x6e(byte110)        0x5a(90°C)  0x86(byte134)
0x5f(95°C)  0x6f(byte111)        0x5d(93°C)  0x87(byte135)

0x2d(45%)   0x72(byte114)        0x0(0%)     0x8a(byte138)
0x32(50%)   0x73(byte115)        0x2d(45%)   0x8b(byte139)
0x3c(60%)   0x74(byte116)        0x3c(60%)   0x8c(byte140)
0x41(65%)   0x75(byte117)        0x46(70%)   0x8d(byte141)
0x50(80%)   0x76(byte118)        0x50(80%)   0x8e(byte142)
0x55(85%)   0x77(byte119)        0x55(85%)   0x8f(byte143)
0x64(100%)  0x78(byte120)        0x64(100%)  0x90(byte144)
Twix53791 commented 2 years ago

I think you don't have to wait isw supports your motherboard natively, you can just create a new entry yourself (cf. my post https://github.com/YoyPa/isw/issues/252). I did myself for an MSI GS60, but I am not sure it is possible for every MSI model ? If you can confirm me you were able to make isw working following these steps, I would be glad to know!

ddp1984 commented 2 years ago

Thanks for your reply. I did try to add a new section but it didn't work (switch off the fans at lower temperatures defined). I'll try again following your instructions and let you know. For now I'm able to switch off the fans by setting the two individual flags below: sudo isw -s 0x8a 0 sudo isw -s -0x72 0 After running the above, the fans keep quiet and it switches on when the temperature increases.

ddp1984 commented 2 years ago

@Twix53791 I'm writing to confirm that I managed to make it work using your instructions. It didn't work initially because I was updating the file isw.conf from where I downloaded this project. After installing isw, it uses the isw.conf from /etc/isw.conf. Once I created a section in that file it worked. Thanks!