CozmoNate / HWSensors

HWSensors is a software bundle that includes drivers and applications that allow you to access information from hardware sensors available on your Mac
659 stars 133 forks source link

GeForceSensors (pci1):[Fatal] unknown Kepler chipset 0x106, [Fatal] unsupported chipset, 0xb06070b1 #275

Open ericj opened 9 years ago

ericj commented 9 years ago

Hi, @kozlek

I am using FakeSMC v6.13.1363 with a GT 730 kepler GK208 video card, and HWSensors seems not support this. I think it might similar with GT630 v2 GK107? Is it possible to be supported?

Thank you!

perfaram commented 9 years ago

It doesn't really help you, @ericj, but I had an idea to help fixing all those GPU identification problems : http://pci-ids.ucw.cz/pci.ids. It's a nice (and regularly updated since 2012 at least) list of PCI vendors/devices. For example, it tells you that there has been 10 GT730 versions (luckily they all have their own hex device ID); one of them being 1287 GK208 [GeForce GT 730]. It could help @kozlek having a smaller code base, as we would know the chipset (GK208 here) without having those hardcoded switch (device->chipset). To help you parsing this file :

MysticalOS commented 9 years ago

https://github.com/kozlek/HWSensors/issues/255#issuecomment-109890809