ChefKissInc / SMCRadeonSensors

AMD GPU temperature monitoring on macOS. No commercial use.
https://chefkissinc.github.io/applehax/smcrs/
Other
159 stars 7 forks source link

macOS Sonoma kernel panics when using RadeonSensor.kext, not SMCRadeonGPU.kext though. #7

Closed Trijal08 closed 1 year ago

Trijal08 commented 1 year ago

Describe the bug The title says it all.

To Reproduce Steps to reproduce the behavior:

  1. Use RadeonSensor.kext.
  2. Be dissapointed and frustrated because it kernel panics!!!

Expected behavior Just wanted to use the RadeonGadget to see GPU temps.

Screenshots If applicable, add screenshots to help explain your problem.

System Information:

VisualEhrmanntraut commented 1 year ago

@Trijal08 SMCRadeonGPU depends on RadeonSensor; it must be after it

Trijal08 commented 1 year ago

So sorry, I fixed it by placing RadeonSensor on top of SMCRadeonGPU. Again, sorry about that!

VisualEhrmanntraut commented 1 year ago

Ok