msi-ec icon indicating copy to clipboard operation
msi-ec copied to clipboard

MSI Modern 15 B12M is not supported?

Open tm4ig opened this issue 2 years ago • 3 comments

I have tried msi-ec kernel module for my new laptop MSI Modern 15 B12M with E15H1IMS.10D firmware. After build, installation msi-ec from aur on archlinux with 6.3.9 kernel version and reboot I have got errors in journal ... msi_ec: Your firmware version is not supported ... Failed to insert module 'msi_ec': Operation not supported ... So on my system msi-ec driver does not work. Can You add support for MSI Modern 15 B12M laptop to driver?

tm4ig avatar Jun 25 '23 13:06 tm4ig

Do you have Windows installed? Make EC dump with RWEverything and share here. Also you can create memory map yourself based on previously added models and testing which value addresses are same. This requires Windows MSI app and RWEverything.

If you have only Linux you can share debug mode dump from #19

glpnk avatar Jun 25 '23 13:06 glpnk

I have not Windows installed. From windows PE on flash drive RWEverything does not work without windows drivers. Stupid. stupid question - How Can I to launch msi-ec in debug mode?

tm4ig avatar Jun 25 '23 14:06 tm4ig

Use this branch (now this branch not merged) and enable debug mode with module param (I don't know how) ~or just by edit 1026 line or next lines~

UPD: guide here use make load-debug

glpnk avatar Jun 25 '23 15:06 glpnk