ISW-Modern icon indicating copy to clipboard operation
ISW-Modern copied to clipboard

MSI Modern 14 B5M EC Dump

Open deanvry opened this issue 1 year ago • 2 comments

Here's my laptop ec dump, hope this helps with the development of isw. Thanks.

$ sudo inxi -b

System:
  Host: zen Kernel: 5.19.5-zen1-1-zen arch: x86_64 bits: 64
    Console: pty pts/2 Distro: Artix Linux
Machine:
  Type: Laptop System: Micro-Star product: Modern 14 B5M v: REV:1.0
  Mobo: Micro-Star model: MS-14DL v: REV:1.0
    UEFI: American Megatrends LLC. v: E14DLAMS.10A date: 10/21/2021
CPU:
  Info: 6-core AMD Ryzen 5 5500U with Radeon Graphics [MT MCP] speed (MHz):
    avg: 1458 min/max: 1400/4056
Graphics:
  Device-1: AMD Lucienne driver: amdgpu v: kernel
  Display: x11 server: X.org v: 1.21.1.4 with: Xwayland v: 22.1.3 driver:
    X: loaded: modesetting gpu: amdgpu resolution: 1920x1080
Network:
  Device-1: MEDIATEK MT7921K Wi-Fi 6E 80MHz driver: mt7921e

$ sudo isw -c -p 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 00 00 00 88 e0 06 0b 0b  >................<
000030 03 09 00 0d 51 0a 05 00 f4 0c 88 2c 4b 01 e0 00  >....Q......,K...<
000040 00 00 64 00 a8 0c 00 00 a8 0c 2f 32 e3 0b 00 00  >..d......./2....<
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 26 00 38 3e 44 4a 50 5a  >........&.8>DJPZ<
000070 78 00 00 32 41 49 50 5a 64 6e 04 03 03 03 03 03  >x..2AIPZdn......<
000080 00 00 32 3c 46 52 5a 5d 64 00 2d 32 41 48 50 55  >..2<FRZ]d.-2AHPU<
000090 64 00 03 05 05 06 03 03 06 23 73 02 00 66 00 00  >d........#s..f..<
0000a0 31 34 44 4c 45 4d 53 31 2e 31 30 35 30 38 33 31  >14DLEMS1.1050831<
0000b0 32 30 32 31 31 38 3a 30 35 3a 30 33 38 0d 00 2a  >202118:05:038..*<
0000c0 00 07 25 0f 00 9e c0 00 00 1c 00 00 00 c3 00 00  >..%.............<
0000d0 00 00 00 00 70 a1 00 00 20 20 26 80 00 16 09 04  >....p...  &.....<
0000e0 e2 02 00 00 10 00 00 00 00 00 25 30 00 83 00 80  >..........%0....<
0000f0 00 00 c1 80 0d 00 05 00 00 00 00 00 00 00 00 00  >................<
000100

Profile dump 
Value       set @ address        Fan mode
0xd(13)     0xf4(byte244)        Unknown

Value       set @ address        Charging below - stop @
0x80(128)   0xef(byte239)        Nothing is set

-----------CPU-----------        -----------GPU-----------
Value       set @ address        Value       set @ address
0x38(56°C)  0x6a(byte106)        0x32(50°C)  0x82(byte130)
0x3e(62°C)  0x6b(byte107)        0x3c(60°C)  0x83(byte131)
0x44(68°C)  0x6c(byte108)        0x46(70°C)  0x84(byte132)
0x4a(74°C)  0x6d(byte109)        0x52(82°C)  0x85(byte133)
0x50(80°C)  0x6e(byte110)        0x5a(90°C)  0x86(byte134)
0x5a(90°C)  0x6f(byte111)        0x5d(93°C)  0x87(byte135)

0x0(0%)     0x72(byte114)        0x2d(45%)   0x8a(byte138)
0x32(50%)   0x73(byte115)        0x32(50%)   0x8b(byte139)
0x41(65%)   0x74(byte116)        0x41(65%)   0x8c(byte140)
0x49(73%)   0x75(byte117)        0x48(72%)   0x8d(byte141)
0x50(80%)   0x76(byte118)        0x50(80%)   0x8e(byte142)
0x5a(90%)   0x77(byte119)        0x55(85%)   0x8f(byte143)
0x64(100%)  0x78(byte120)        0x64(100%)  0x90(byte144)

Some basic value changed with keyboard shortcuts:

  • 0x0000200e

    • 09 = turn off webcam
    • 0b = turn on webcam
  • 0x0000f003

    • 80 = turn off keyboard backlit
    • 81 = backlit level 1
    • 82 = baclikt level 2
    • 83 = backlit level 3

deanvry avatar Sep 04 '22 14:09 deanvry

Thanks for sharing! I haven't looked into keyboard shortcuts, this seems interesting.

FaridZelli avatar Sep 12 '22 11:09 FaridZelli

How do u get this kind value? ISW built in command to disable keyboard RGB seems not working.. but i am on Delta 15.. You just check it one by one? or??

CakZemprongzz avatar Sep 26 '22 07:09 CakZemprongzz