Jump to content
2189 posts in this topic

Recommended Posts

I really don't understand, there are a lot of people who read this topic and they are not Chinese. This topic is in English section. And many of us don't speak English either. But still we try to communicate in English.

Edited by nomadturk
  • Haha 1
12 hours ago, vector sigma said:

The app at sourceforge require IntelPowergadget to work and you can find it here. I've fixed this already (lazy linking) but changes aren't committed because I was waiting the guy here that has problem with an external GPU but actually has not yet answered with the requested files.... and so to avoid repetitive big changes.

Anyway to night I'll finally do that commit since I've wait enough. In the mean time try this one:

 

HWMonitorSMC2.app_2.4.1.zip

 

... that has all the latest changes done until now. 

@Andrey1970, please check that app where I fixed spaces beteween the values and the units of measurement. Let me know.

 

I have the latest version of the Intel Power Gadget (3.5.5) installed.  

 

I tried the version attached but same effect.  It starts then closes (viewed in Activity Monitor).  This is the output I'm getting from Console:

 

Nov 14 19:11:06 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1473]): Could not resolve CFBundleIdentifier specified by service: -10814: org.slice.HWMonitorSMC2-Helper
Nov 14 19:11:06 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1473]): Service exited with abnormal code: 78
Nov 14 19:11:06 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Nov 14 19:11:16 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1480]): Could not resolve CFBundleIdentifier specified by service: -10814: org.slice.HWMonitorSMC2-Helper
Nov 14 19:11:16 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1480]): Service exited with abnormal code: 78
Nov 14 19:11:16 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Nov 14 19:11:26 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1487]): Could not resolve CFBundleIdentifier specified by service: -10814: org.slice.HWMonitorSMC2-Helper
Nov 14 19:11:26 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1487]): Service exited with abnormal code: 78
Nov 14 19:11:26 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Nov 14 19:11:36 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1496]): Could not resolve CFBundleIdentifier specified by service: -10814: org.slice.HWMonitorSMC2-Helper
Nov 14 19:11:36 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper[1496]): Service exited with abnormal code: 78
Nov 14 19:11:36 Michaels-iMac com.apple.xpc.launchd[1] (org.slice.HWMonitorSMC2-Helper): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
 

I hope that's helpful.

 

 

18 hours ago, mbrettweigel said:

I tried the version attached but same effect.  It starts then closes (viewed in Activity Monitor).  This is the output I'm getting from Console:

Not related. 

(org.slice.HWMonitorSMC2-Helper): Service only ran for 0 seconds.

'HWMonitorSMC2 Helper.appis a tiny secondary app included inside the main app (look inside 'HWMonitorSMC2.app/Contents/Library/LoginItems/'), and is used to run HWMonitorSMC.app at login as Apple reccomended and it auto exiting after doing that, why is running for 0 seconds. Now it will exit after 3 seconds in r178.

 

So if the main app didn't start... that means the problem is another. Put HWMonitorSMC2 in /Applications/ and then open the Terminal and copy/paste this:

/Applications/HWMonitorSMC2.app/Contents/MacOS/HWMonitorSMC2 

post the output.

 

6 hours ago, vector sigma said:

Not related. 


(org.slice.HWMonitorSMC2-Helper): Service only ran for 0 seconds.

'HWMonitorSMC2 Helper.appis a tiny secondary app included inside the main app (look inside 'HWMonitorSMC2.app/Contents/Library/LoginItems/'), and is used to run HWMonitorSMC.app at login as Apple reccomended and it auto exiting after doing that, why is running for 0 seconds. Now it will exit after 3 seconds in r178.

 

So if the main app didn't start... that means the problem is another. Put HWMonitorSMC2 in /Applications/ and then open the Terminal and copy/paste this:


/Applications/HWMonitorSMC2.app/Contents/MacOS/HWMonitorSMC2 

post the output.

 

 

Thank you.  After examining the code I understand the purpose of the Helper.

 

Running the prescribed .../MacOS/HWMonitorSMC2 in Terminal yields this result:

 

Fatal error: Unexpectedly found nil while unwrapping an Optional value

Illegal instruction: 4

 

I am loading the following KEXTs from EFI/CLOVER/KEXTS/OTHER:  FakeSMC, ACPIMonitor, IntelCPUMonitor, ITET87x, RadeonMonitor.  The last four are in FakeSMC/Contents/Plugins.

 

 

Edited by mbrettweigel
12 hours ago, mbrettweigel said:

Fatal error: Unexpectedly found nil while unwrapping an Optional value

Illegal instruction: 4

Should be easy to fix if you have Xcode 9.4.1 + (better if Xcode 10)..... by compiling the project at 'hwsensors-3/trunk/hwmonitor2/HWMonitorSMC.xcodeproj' ...Xcode will show the line where the error is. Surely it is something that I have taken for granted that it exists, but in your System is missing.

If you can do that, please show me the screen shot, thanks.

25 minutes ago, vector sigma said:

Should be easy to fix if you have Xcode 9.4.1 + (better if Xcode 10)..... by compiling the project at 'hwsensors-3/trunk/hwmonitor2/HWMonitorSMC.xcodeproj' ...Xcode will show the line where the error is. Surely it is something that I have taken for granted that it exists, but in your System is missing.

If you can do that, please show me the screen shot, thanks.

 

The app seems to build just fine (I'm using XCode 10.1) and generates no errors when compilied.  One warning does appear however related to "Material view only being available in MacOS versions 10.11 and above".

 

Since there were no compile issues other than what was mentioned, I just tried to run the project.  This is the result:

 

2018-11-16 06:31:51.454771-0600 HWMonitorSMC2[1247:16003] [DYMTLInitPlatform] platform initialization successful

2018-11-16 06:31:51.520439-0600 HWMonitorSMC2[1247:15995] [default] Unable to load Info.plist exceptions (eGPUOverrides)

(lldb)

 

This is the screenshot from that time:

 

1402502201_ScreenShot2018-11-16at6_37_06AM.thumb.png.cb4bc74f7fde84de9cdbb0d0503aa762.png

 

I hope this helps.

 

 

  • Thanks 1
3 hours ago, mbrettweigel said:

I hope this helps.

Sure, this will of big help! Anyway I would like to take a look to your ioreg since looks like the the key kIOPropertyMediumTypeKey is missing, and w/o that I cannot recognize if the disk is a hdd or ssd.

On 11/14/2018 at 7:57 PM, vector sigma said:

I've only make the code able to read sensors with new SMC keys with lower cases letters (i.e. "TC0c" vs "TC0C"). This is due to new iMac Pros that apparently uses the new lower one. Probably I've introduced a new bug, but in the meantime can you show me the SMC dump from the app?

Hi

I do not remember how to do a SMC dump from the app

sorry :(

 

 

2 minutes ago, vector sigma said:

74367616_howto.thumb.png.7740a78db80bcd664530ed2095fbb5b1.png

 

..then copy to pasteboard. Anyway the app at previous post was corrected, isn't?

It seems no

And with it I have strange problem if I do some lock / unlock (I can't close it via x button only via monitor force quit)217191928_ScreenShot2018-11-16at6_44_50PM.thumb.png.24e88ffe9725ecb807df72fc5307f238.png

HWMonitorSMC2 v2.4.1 media type test

MACHINE STATUS:

CPU:
	Name:		Intel(R) Core(TM) i9-7980XE CPU @ 2.60GHz
	Vendor:		GenuineIntel
	Physical cores:	18
	Logical cores:	36
	Family:		6
	Model:		0x55
	Ext Model:		0x5
	Ext Family:		0
	Stepping:		4
	Signature:		0x50654
	Brand:		0
	Features:  FPU VME DE PSE TSC MSR PAE MCE
	                CX8 APIC SEP MTRR PGE MCA CMOV PAT
	                PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2
	                SS HTT TM PBE SSE3 PCLMULQDQ DTES64 MON
	                DSCPL VMX EST TM2 SSSE3 FMA CX16 TPR
	                PDCM SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES PCID
	                XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C
	Ext Features:  SYSCALL XD 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP
	                      TSCI
	Microcode version:	33554509
	Thermal sensors:		1
	Thermal APIC timer:	1

	System:	0%
	User:		0%
	Idle:		98%
	Nice:		0%

LPCB:
	IOName:			pci8086,a2d2
	name:			70 63 69 38 30 38 36 2c 61 32 64 32 00
	device-id:			d2 a2 00 00
	vendor-id:			86 80 00 00
	revision-id:		00 00 00 00
	subsystem-id:		01 50 00 00
	subsystem-vendor-id:	58 14 00 00

MEMORY:
	Physical size:	128.0GB
	Free:			117.79GB
	Wired:		5.09GB
	Active:		4.49GB
	Inactive:		625MB
	Compressed:	0MB

SYSTEM:
	Model:		iMacPro1,1
	Sys name:		Darwin
	OS Version:	10.13.6
	Node name:	fabios-iMac-Pro.lan
	Release:		17.7.0
	Version:		Darwin Kernel Version 17.7.0: Wed Oct 10 23:06:14 PDT 2018; root:xnu-4570.71.13~1/RELEASE_X86_64
	Machine:		x86_64
	Uptime:		0d 1h 34m 16s
	Processes:		283
	Threads:		1150
	Load Average:	[1.70, 1.55, 1.60]
	Mach Factor:	[34.46, 34.358, 34.322]

POWER:
	CPU Speed limit:		100.0%
	CPUs available:		32
	Scheduler limit:		100.0%
	Thermal level:		Not Published

VIDEO CARD 1:
	Model:				NVIDIA TITAN Xp COLLECTORS EDITION
	Vendor ID:				de 10 00 00 (NVidia)
	Device ID:				02 1b 00 00
	Revision ID:			a1 00 00 00
	Subsystem Vendor ID:		de 10 00 00
	Subsystem ID:			10 00 00 00
	class-code:				00 00 03 00
	IOName:				display
	pcidebug:				193:0:0
	built-in:				00
	compatible:			pci10de,123epci10de,1b02pciclass,030000SL05GFX0
	acpi-path:				IOACPIPlane:/_SB/PC02@0/BR2A@0/SL05@ffff
	hda-gfx:				onboard-1
	rm_board_number:		00 00 00 00
	NVDA,noEFI:			true
	NVArch:					GP100
	rom-revision:				VBIOS 86.02.4c.00.01
	NVCLASS:				NVDA
	NVCAP:				05 00 00 00 00 00 ff ff ff ff 00 00 00 00 00 0e 00 00 00 00
	pci-aspm-default:				0x0
	VRAM,totalMB:			ff 2f 00 00
	device_type:			NVDA,Parent
	NVDA,accel-loaded:		01 00 00 00
	vbios-revision:			01 00 4c 02 86
	vNVDA,Features:			00 08 00 00
	IONVRAMProperty:			true
	NVDAinitgl_created:		yes
	IOPCIMSIMode			true
	NVDAType:				Web
	Additional Properties:
		AAPL,ndrv-dev:   	1
		AAPL,slot-name:  	53 6c 6f 74 2d 31 00
	Metal support: true
	Metal properties:
		Max Threads Per Thread group: width 1024, height 1024, depth 64
		Max Thread group Memory Length:	49152
		Recommended Max Working Set Size:	0x0
		Depth 24 Stencil 8 Pixel Format:		true
		Programmable Sample Positions:		false
		Read-Write Texture:				1
		Headless:						false
		Is Low Power:					false
		Removable:						false
	Performance Statistics:
		ioSurfaceReadOutBytes:                           	0
		freeDataBufferWaitTime:                          	0
		vramUsedBytes:                                        	2045825024
		textureReadOutBytes:                               	0
		orphanedNonReusableVidMemoryCount:  	0
		orphanedReusableVidMemoryBytes:         	0
		inUseVidMemoryBytes:                             	2008059904
		stdTexturePageInBytes:                            	0
		contextVideoCount:                                 	0
		contextGLCount:                                      	5
		swapBytesPerSample:                               	0
		textureCount:                                          	2183
		finishCLWaitTime:                                    	0
		recoveryCount:                                         	0
		surfaceBufferTextureCreationCount:        	0
		swapCompleteGLWaitTime:                      	0
		finish2DWaitTime:                                    	0
		inUseSysMemoryBytes:                             	1913495552
		hardwareSubmitWaitTime:                        	0
		ioSurfacePageInBytes:                              	3239936
		oolTextureCreationBytes:                         	0
		orphanedNonReusableSysMemoryCount:  	0
		volatileSurfaceCount:                               	0
		vramLargestFreeBytes:                             	8287322112
		stdTextureCreationCount:                        	0
		agpTextureCreationBytes:                        	0
		oolTexturePageInBytes:                            	0
		freeSurfaceSwapBufferWaitTime:              	0
		orphanedReusableVidMemoryHitRate:      	3
		surfaceReadLockIdleWaitTime:                 	0
		orphanedReusableSysMemoryBytes:         	94564352
		context2DCount:                                      	6
		surfaceWriteLockIdleWaitTime:                 	0
		surfaceBufferReadOutBytes:                     	0
		agpTextureCreationCount:                       	0
		gartMapInBytesPerSample:                       	5455872
		gartUsedBytes:                                         	74838016
		vramFreeBytes:                                         	10838749184
		stdTextureCreationBytes:                         	0
		Device Utilization %:                                 	1
		vramEvictionWaitTime:                             	0
		bufferSwapCount:                                    	0
		oolTextureCreationCount:                        	0
		agprefTextureCreationBytes:                    	16384
		surfaceBufferPageOutBytes:                      	0
		gartFreeBytes:                                          	45738147840
		textureVolunteerUnloadBytes:                  	0
		finishAll2DWaitTime:                                	0
		surfaceCount:                                          	8
		agprefTextureCreationCount:                   	2
		dataBytesPerSample:                                	0
		hardwareWaitTime:                                  	52
		swapCompleteVideoWaitTime:                 	0
		gartMapOutBytesPerSample:                     	12288
		freeSurfaceBackingWaitTime:                   	0
		orphanedReusableSysMemoryCount:        	30
		surfaceBufferPageInBytes:                        	0
		GPU Memory Utilization:                           	50000000
		finishVideoWaitTime:                               	0
		dataBufferCount:                                      	0
		finishGLWaitTime:                                    	0
		texturePageOutBytes:                               	0
		gartCacheBytes:                                       	33554432
		surfaceSetShapeIdleWaitTime:                  	0
		orphanedReusableVidMemoryCount:        	0
		GPU Core Utilization:                                	10000000
		bufferFlipCount:                                       	0
		gartSizeBytes:                                          	45812985856
		surfaceCopyOutWaitTime:                        	0
		orphanedNonReusableVidMemoryBytes:   	0
		sysmemUsedBytes:                                   	0
		swapComplete2DWaitTime:                      	0
		surfaceCopyInWaitTime:                           	0
		orphanedNonReusableSysMemoryBytes:   	0
		ioSurfacePageOutBytes:                            	0
		contextCLCount:                                      	4
		surfaceTextureCreationCount:                 	0
		iosurfaceTextureCreationCount:               	14
		orphanedReusableSysMemoryHitRate:      	4
		clientGLWaitTime:                                    	0
		iosurfaceTextureCreationBytes:                	462848
		freeToAllocGPUAddressWaitTime:            	0

SCREEN 1:
	Framebuffer:	0x1B5611B5
	EDID contents:

	Header:		00 ff ff ff ff ff ff 00
	Serial number:	f4 d3 05 00
	Version:		01 04
	Basic params	b5 3c 22 78 9e
	Chroma info:	30 35 a7 55 4e a3 26 0f 50 54
	Established:	21 08 00
	Standard:		71 40 81 80 81 c0 a9 c0 d1 c0 81 00 01 01 01 01
	Descriptor 1:	4d d0 00 a0 f0 70 3e 80 30 20 65 0c 58 54 21 00 00 1a
	Descriptor 2:	28 68 00 a0 f0 70 3e 80 08 90 65 0c 58 54 21 00 00 1a
	Descriptor 3:	00 00 00 fd 00 38 3d 1e 87 38 00 0a 20 20 20 20 20 20
	Descriptor 4:	00 00 00 fc 00 4c 47 20 55 6c 74 72 61 20 48 44 0a 20
	Extension:		01
	Checksum:		c8

	Manufacturer: 1e6d (8=8)
	Model: 095b
	Serial Number: 381940
	Resolution: 3840x2160
	Made week 12 of 2017
	EDID version: 1.4
	Digital display
	Established Timings:
		640×480 @ 60 Hz
		800×600 @ 60 Hz
		1024×768 @ 60 Hz
	Detailed mode (descriptor 1):
		Pixel Clock:		199.2MHz
		Horizontal Active:	3840
		Horizontal Blanking:	160
		Vertical Active:		2160
		Vertical Blanking:	62
		Horizontal Sync Offset:	48
		Horizontal Sync Pulse:	32
		Vertical Sync Offset:	54
		Vertical Sync Pulse:	5
		Interlaced:			false
		Is preferred timing:	true
	Detailed mode (descriptor 2):
		Pixel Clock:		103.44MHz
		Horizontal Active:	3840
		Horizontal Blanking:	160
		Vertical Active:		2160
		Vertical Blanking:	62
		Horizontal Sync Offset:	56
		Horizontal Sync Pulse:	144
		Vertical Sync Offset:	54
		Vertical Sync Pulse:	5
		Interlaced:			false
		Is preferred timing:	false
	Maximum image size: 600mm x 340mm
	Gamma: 2.20
	Model: LG Ultra HD
	Checksum: 0xC8 (valid)

	EDID comes from EEPROM
SCREEN 2:
	Framebuffer:	0x43301DE2
	EDID contents:

	Header:		00 ff ff ff ff ff ff 00
	Serial number:	a3 33 00 00
	Version:		01 03
	Basic params	80 3c 22 78 2a
	Chroma info:	ee d5 a3 56 50 9f 26 10 50 54
	Established:	bd 4b 00
	Standard:		d1 c0 81 80 95 0f 95 00 b3 00 81 c0 01 01 01 01
	Descriptor 1:	02 3a 80 18 71 38 2d 40 58 2c 45 00 56 50 21 00 00 1e
	Descriptor 2:	00 00 00 ff 00 55 48 42 31 34 33 38 30 31 33 32 31 39
	Descriptor 3:	00 00 00 fc 00 50 68 69 6c 69 70 73 20 32 37 38 47 34
	Descriptor 4:	00 00 00 fd 00 18 4c 1a 53 17 00 0a 20 20 20 20 20 20
	Extension:		01
	Checksum:		21

	Manufacturer: 410c (Philips 278)
	Model: b9c0
	Serial Number: 13219
	Resolution: 1920x1080
	Made week 38 of 2014
	EDID version: 1.3
	Digital display
	Established Timings:
		720×400 @ 70 Hz
		640×480 @ 60 Hz
		640×480 @ 67 Hz
		640×480 @ 72 Hz
		640×480 @ 75 Hz
		800×600 @ 60 Hz
		800×600 @ 75 Hz
		1024×768 @ 60 Hz
		1024×768 @ 75 Hz
		1280×1024 @ 75 Hz
	Detailed mode (descriptor 1):
		Pixel Clock:		5.7MHz
		Horizontal Active:	1920
		Horizontal Blanking:	280
		Vertical Active:		1080
		Vertical Blanking:	45
		Horizontal Sync Offset:	88
		Horizontal Sync Pulse:	44
		Vertical Sync Offset:	4
		Vertical Sync Pulse:	5
		Interlaced:			false
		Is preferred timing:	true
	Maximum image size: 600mm x 340mm
	Gamma: 2.20
	Model: LS
	Checksum: 0x21 (valid)

	EDID comes from EEPROM

Serial ATA controller:
	Name:				pci8086,a282
	Vendor ID:				86 80 00 00
	Device ID:				82 a2 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		58 14 00 00
	Subsystem ID:			05 b0 00 00
	class-code:				01 06 01 00
	IOName:				pci8086,a282
	pcidebug:				0:23:0
	built-in:				00
	compatible:			pci1458,b005pci8086,a282pciclass,010601SATA
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/SATA@170000


NVMe controller:
	Name:				pci144d,a804
	Vendor ID:				4d 14 00 00
	Device ID:				04 a8 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		4d 14 00 00
	Subsystem ID:			01 a8 00 00
	class-code:				02 08 01 00
	IOName:				pci144d,a804
	pcidebug:				2:0:0
	built-in:				00
	compatible:			pci144d,a801pci144d,a804pciclass,010802PXSX
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/RP21@1b0004/PXSX@0


MEDIA:
	BSD Name: disk0
	Product Name: Samsung SSD 850 PRO 512GB
	Product Revision Level: EXM04B6Q
	Medium Type: SSD
	Capacity: 512.11 GB (512110190592 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Temperature: 28°C
	Life: 99%
	S.M.A.R.T. status: Ok
	
	BSD Name: disk1
	Product Name: Samsung SSD 960 PRO 1TB
	Product Revision Level: 2B6QCXP7
	Medium Type: SSD
	Capacity: 1.02 TB (1024209543168 bytes)
	Physical Interconnect: PCI-Express (NVMe)
	Physical Interconnect Location: Internal
	Temperature: 34°C
	Life: 100%
	Critical Warning: 0%
	Available Spare: 100%
	Available Spare Threshold: 10%
	Unsafe Shutdowns: 777
	S.M.A.R.T. status: Ok
	
	BSD Name: disk2
	Product Name: ST10000VX0004-1ZE101
	Product Revision Level: AV01
	Medium Type: HDD
	Capacity: 10 TB (10000831348736 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 7200rpm
	Temperature: 32°C
	S.M.A.R.T. status: Ok
	
	BSD Name: disk3
	Product Name: ST10000VX0004-1ZE101
	Product Revision Level: AV01
	Medium Type: HDD
	Capacity: 10 TB (10000831348736 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 7200rpm
	Temperature: 35°C
	S.M.A.R.T. status: Ok
	
	BSD Name: disk4
	Product Name: ST4000DM005-2DP166
	Product Revision Level: 0001
	Medium Type: HDD
	Capacity: 4 TB (4000787030016 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 5980rpm
	Temperature: 29°C
	S.M.A.R.T. status: Ok
	
	BSD Name: disk5
	Product Name: ST4000DM005-2DP166
	Product Revision Level: 0001
	Medium Type: HDD
	Capacity: 4 TB (4000787030016 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 5980rpm
	Temperature: 30°C
	S.M.A.R.T. status: Ok
	
	
USB 3.0 controller:
	Vendor ID:				86 80 00 00
	Device ID:				af a2 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		58 14 00 00
	Subsystem ID:			07 50 00 00
	class-code:				30 03 0c 00
	IOName:				pci8086,a2af
	pcidebug:				0:20:0
	built-in:				00
	compatible:			pci1458,5007pci8086,a2afpciclass,0c0330XHCI
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/XHCI@140000
USB devices:
	Name: USB-PS/2 Optical Mouse
	Vendor: Logitech
	idProduct: c05027
	idVendor: 46d27
	Port Num.: 7
	Bus Power Available: 250
	Speed: 0
	Device Speed: 0
	bcdDevice: 10016
	Serial Number: 0
	non-removable: yes
	
	Name: USB Keyboard
	Vendor:  
	idProduct: 170227
	idVendor: 4d927
	Port Num.: 6
	Bus Power Available: 250
	Speed: 0
	Device Speed: 0
	bcdDevice: 257
	Serial Number: 0
	non-removable: yes
	
	Name: 4-Port USB 2.0 Hub
	Vendor: Generic
	idProduct: 541127
	idVendor: bda27
	Port Num.: 5
	Bus Power Available: 250
	Speed: 2
	Device Speed: 2
	bcdDevice: 291
	Serial Number: 0
	non-removable: yes
	
	Name: 4-Port USB 3.0 Hub
	Vendor: Generic
	idProduct: 41127
	idVendor: bda27
	Port Num.: 15
	Bus Power Available: 450
	Speed: 3
	Device Speed: 3
	bcdDevice: 291
	Serial Number: 0
	non-removable: yes
	
	Name: AppleUSBXHCI Root Hub Simulation
	Vendor: Apple Inc.
	idProduct: 800727
	idVendor: 5ac27
	Speed: 3
	Device Speed: 3
	Serial Number: 0
	non-removable: yes
	
	

LAN controller:
	Name:				ethernet
	Vendor ID:				86 80 00 00
	Device ID:				b8 15 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		58 14 00 00
	Subsystem ID:			00 e0 00 00
	class-code:				00 00 02 00
	IOName:				ethernet
	pcidebug:				0:31:6
	built-in:				00
	compatible:			pci1458,e000pci8086,15b8pciclass,020000GBE1
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/GBE1@1f0006

WIFI controller:
	Name:				pci8086,24fd
	Vendor ID:				86 80 00 00
	Device ID:				fd 24 00 00
	Revision ID:			78 00 00 00
	Subsystem Vendor ID:		86 80 00 00
	Subsystem ID:			10 10 00 00
	class-code:				00 80 02 00
	IOName:				pci8086,24fd
	pcidebug:				3:0:0
	built-in:				00
	compatible:			pci8086,1010pci8086,24fdpciclass,028000PXSX
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/RP01@1c0000/PXSX@0


SMC DUMP:

	key: #KEY, size: 04, type: ui32, attr: 00, value: <00000074>
	key: FNum, size: 01, type: ui8 , attr: 00, value: <05>
	key: HWS0, size: 08, type: ch8*, attr: 00, value: <47696761 62797465>
	key: HWS1, size: 20, type: ch8*, attr: 00, value: <58323939 20444553 49474e41 52452045 582d4346>
	key: RPlt, size: 08, type: ch8*, attr: 00, value: <6a313337 00000000>
	key: RBr , size: 08, type: ch8*, attr: 00, value: <6a313337 00356100>
	key: TC0D, size: 02, type: sp78, attr: 00, value: <1900>
	key: TC1D, size: 02, type: sp78, attr: 00, value: <1900>
	key: TC2D, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC3D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC4D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC5D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TC6D, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC7D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC8D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TC9D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TCAD, size: 02, type: sp78, attr: 00, value: <1900>
	key: TCBD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCCD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCDD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCED, size: 02, type: sp78, attr: 00, value: <1800>
	key: TCFD, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC10, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC11, size: 02, type: sp78, attr: 00, value: <1700>
	key: MlCP, size: 02, type: fp88, attr: 00, value: <2200>
	key: CCPC, size: 04, type: ui32, attr: 00, value: <00000d26>
	key: MlC0, size: 02, type: fp88, attr: 00, value: <2200>
	key: CC0C, size: 04, type: ui32, attr: 00, value: <00000d26>
	key: MlC1, size: 02, type: fp88, attr: 00, value: <1a00>
	key: CC1C, size: 04, type: ui32, attr: 00, value: <00000a0e>
	key: MlC2, size: 02, type: fp88, attr: 00, value: <1a00>
	key: CC2C, size: 04, type: ui32, attr: 00, value: <00000a0e>
	key: MlC3, size: 02, type: fp88, attr: 00, value: <1a00>
	key: CC3C, size: 04, type: ui32, attr: 00, value: <00000a0e>
	key: MlC4, size: 02, type: fp88, attr: 00, value: <1d00>
	key: CC4C, size: 04, type: ui32, attr: 00, value: <00000b37>
	key: MlC5, size: 02, type: fp88, attr: 00, value: <1a00>
	key: CC5C, size: 04, type: ui32, attr: 00, value: <00000a0e>
	key: MlC6, size: 02, type: fp88, attr: 00, value: <1c00>
	key: CC6C, size: 04, type: ui32, attr: 00, value: <00000ad4>
	key: MlC7, size: 02, type: fp88, attr: 00, value: <1e00>
	key: CC7C, size: 04, type: ui32, attr: 00, value: <00000b9a>
	key: MlC8, size: 02, type: fp88, attr: 00, value: <2200>
	key: CC8C, size: 04, type: ui32, attr: 00, value: <00000d26>
	key: MlC9, size: 02, type: fp88, attr: 00, value: <1a00>
	key: CC9C, size: 04, type: ui32, attr: 00, value: <00000a0e>
	key: MlCA, size: 02, type: fp88, attr: 00, value: <1c00>
	key: CCAC, size: 04, type: ui32, attr: 00, value: <00000ad4>
	key: MlCB, size: 02, type: fp88, attr: 00, value: <1d00>
	key: CCBC, size: 04, type: ui32, attr: 00, value: <00000b37>
	key: MlCC, size: 02, type: fp88, attr: 00, value: <1b00>
	key: CCCC, size: 04, type: ui32, attr: 00, value: <00000a71>
	key: MlCD, size: 02, type: fp88, attr: 00, value: <2200>
	key: CCDC, size: 04, type: ui32, attr: 00, value: <00000d26>
	key: MlCE, size: 02, type: fp88, attr: 00, value: <1b00>
	key: CCEC, size: 04, type: ui32, attr: 00, value: <00000a71>
	key: MlCF, size: 02, type: fp88, attr: 00, value: <1d00>
	key: CCFC, size: 04, type: ui32, attr: 00, value: <00000b37>
	key: CC10, size: 04, type: ui32, attr: 00, value: <00000a71>
	key: CC11, size: 04, type: ui32, attr: 00, value: <00000a0e>
	key: CCPA, size: 04, type: ui32, attr: 00, value: <0000095b>
	key: PCTR, size: 02, type: sp78, attr: 00, value: <2862>
	key: PCPC, size: 02, type: sp78, attr: 00, value: <0000>
	key: PCPD, size: 02, type: sp78, attr: 00, value: <2f26>
	key: $Adr, size: 04, type: ui32, attr: 00, value: <00000300>
	key: $Num, size: 01, type: ui8 , attr: 00, value: <01>
	key: LsNM, size: 01, type: ui8 , attr: 00, value: <01>
	key: LsbV, size: 05, type: {rev, attr: 00, value: <01040a00 06>
	key: MSSD, size: 01, type: si8 , attr: 00, value: <05>
	key: MSSP, size: 01, type: si8 , attr: 00, value: <05>
	key: NATJ, size: 01, type: ui8 , attr: 00, value: <02>
	key: OSK0, size: 32, type: ch8*, attr: 00, value: <6f757268 61726477 6f726b62 79746865 7365776f 72647367 75617264 6564706c>
	key: OSK1, size: 32, type: ch8*, attr: 00, value: <65617365 646f6e74 73746561 6c286329 4170706c 65436f6d 70757465 72496e63>
	key: REV , size: 06, type: {rev, attr: 00, value: <02410f00 0001>
	key: RVBF, size: 06, type: {rev, attr: 00, value: <01300f00 0003>
	key: RVUF, size: 06, type: {rev, attr: 00, value: <01300f00 0003>
	key: BEMB, size: 01, type: flag, attr: 00, value: <00>
	key: EPCI, size: 04, type: ui32, attr: 00, value: <0970f000>
	key: NATi, size: 02, type: ui16, attr: 00, value: <001e>
	key: NTOK, size: 01, type: ui8 , attr: 00, value: <01>
	key: Tm0P, size: 02, type: sp78, attr: 00, value: <2300>
	key: TC0H, size: 02, type: sp78, attr: 00, value: <3000>
	key: VC0C, size: 02, type: fp2e, attr: 00, value: <726e>
	key: VV2S, size: 02, type: fp2e, attr: 00, value: <d628>
	key: VV9S, size: 02, type: fp4c, attr: 00, value: <c3d7>
	key: VV1S, size: 02, type: fp4c, attr: 00, value: <50a3>
	key: VC0G, size: 02, type: fp2e, attr: 00, value: <4ccc>
	key: VS0C, size: 02, type: fp4c, attr: 00, value: <0da1>
	key: VM0R, size: 02, type: fp2e, attr: 00, value: <4d91>
	key: VV7S, size: 02, type: fp2e, attr: 00, value: <d893>
	key: Vb0R, size: 02, type: fp2e, attr: 00, value: <cf5c>
	key: FS! , size: 02, type: ui16, attr: 00, value: <0000>
	key: F0Ac, size: 02, type: fpe2, attr: 00, value: <0bf3>
	key: F0ID, size: 16, type: {fds, attr: 00, value: <01000000 4d422046 616e2030 00000000>
	key: F0Mn, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F0Mx, size: 02, type: fpe2, attr: 00, value: <5dc0>
	key: F0Tg, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F1Ac, size: 02, type: fpe2, attr: 00, value: <09cf>
	key: F1ID, size: 16, type: {fds, attr: 00, value: <01000100 4d422046 616e2031 00000000>
	key: F1Mn, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F1Mx, size: 02, type: fpe2, attr: 00, value: <5dc0>
	key: F1Tg, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F2Ac, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F2ID, size: 16, type: {fds, attr: 00, value: <01000200 4d422046 616e2032 00000000>
	key: F2Mn, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F2Mx, size: 02, type: fpe2, attr: 00, value: <5dc0>
	key: F2Tg, size: 02, type: fpe2, attr: 00, value: <0000>
	key: F3Ac, size: 02, type: fpe2, attr: 00, value: <0862>
	key: F3ID, size: 16, type: {fds, attr: 00, value: <01000300 4d422046 616e2033 00000000>
	key: TG0D, size: 02, type: sp78, attr: 00, value: <2a00>
	key: F4Ac, size: 02, type: fpe2, attr: 00, value: <0190>
	key: F4ID, size: 16, type: {fds, attr: 00, value: <07000400 47505520 31000000 00000000>
	key: QENA, size: 01, type: ui8 , attr: 00, value: <01>
	key: MSTS, size: 01, type: ui8 , attr: 00, value: <12>
	key: MSPC, size: 01, type: ui8 , attr: 00, value: <0f>
	key: MSDW, size: 01, type: flag, attr: 00, value: <01>
	

 

10 minutes ago, fabiosun said:

It seems no

He can't:

    key: TC0D, size: 02, type: sp78, attr: 00, value: <1900>
	key: TC1D, size: 02, type: sp78, attr: 00, value: <1900>
	key: TC2D, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC3D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC4D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC5D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TC6D, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC7D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC8D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TC9D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TCAD, size: 02, type: sp78, attr: 00, value: <1900>
	key: TCBD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCCD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCDD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCED, size: 02, type: sp78, attr: 00, value: <1800>
	key: TCFD, size: 02, type: sp78, attr: 00, value: <1600>

keys "TCGD" and "TCHD" are absent.

 

15 minutes ago, fabiosun said:

And with it I have strange problem if I do some lock / unlock (I can't close it via x button only via monitor force quit)

I'll check it.

12 minutes ago, vector sigma said:

He can't:


    key: TC0D, size: 02, type: sp78, attr: 00, value: <1900>
	key: TC1D, size: 02, type: sp78, attr: 00, value: <1900>
	key: TC2D, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC3D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC4D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC5D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TC6D, size: 02, type: sp78, attr: 00, value: <1600>
	key: TC7D, size: 02, type: sp78, attr: 00, value: <1700>
	key: TC8D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TC9D, size: 02, type: sp78, attr: 00, value: <1800>
	key: TCAD, size: 02, type: sp78, attr: 00, value: <1900>
	key: TCBD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCCD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCDD, size: 02, type: sp78, attr: 00, value: <1700>
	key: TCED, size: 02, type: sp78, attr: 00, value: <1800>
	key: TCFD, size: 02, type: sp78, attr: 00, value: <1600>

keys "TCGD" and "TCHD" are absent.

 

I'll check it.

Thank you

I investigated more on my side

Different behavior if I am using fakesmc or virtualsmc set of kext

HWMonitorSMC2 v2.4.1 media type test

MACHINE STATUS:

CPU:
	Name:		Intel(R) Core(TM) i9-7980XE CPU @ 2.60GHz
	Vendor:		GenuineIntel
	Physical cores:	18
	Logical cores:	36
	Family:		6
	Model:		0x55
	Ext Model:		0x5
	Ext Family:		0
	Stepping:		4
	Signature:		0x50654
	Brand:		0
	Features:  FPU VME DE PSE TSC MSR PAE MCE
	                CX8 APIC SEP MTRR PGE MCA CMOV PAT
	                PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2
	                SS HTT TM PBE SSE3 PCLMULQDQ DTES64 MON
	                DSCPL VMX EST TM2 SSSE3 FMA CX16 TPR
	                PDCM SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES PCID
	                XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C
	Ext Features:  SYSCALL XD 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP
	                      TSCI
	Microcode version:	33554509
	Thermal sensors:		1
	Thermal APIC timer:	1

	System:	32%
	User:		1%
	Idle:		66%
	Nice:		0%

LPCB:
	IOName:			pci8086,a2d2
	name:			70 63 69 38 30 38 36 2c 61 32 64 32 00
	device-id:			d2 a2 00 00
	vendor-id:			86 80 00 00
	revision-id:		00 00 00 00
	subsystem-id:		01 50 00 00
	subsystem-vendor-id:	58 14 00 00

MEMORY:
	Physical size:	128.0GB
	Free:			119.36GB
	Wired:		4.88GB
	Active:		3.31GB
	Inactive:		440MB
	Compressed:	0MB

SYSTEM:
	Model:		iMacPro1,1
	Sys name:		Darwin
	OS Version:	10.13.6
	Node name:	fabios-iMac-Pro.lan
	Release:		17.7.0
	Version:		Darwin Kernel Version 17.7.0: Wed Oct 10 23:06:14 PDT 2018; root:xnu-4570.71.13~1/RELEASE_X86_64
	Machine:		x86_64
	Uptime:		0d 0h 6m 50s
	Processes:		288
	Threads:		1203
	Load Average:	[2.03, 2.04, 1.29]
	Mach Factor:	[34.295, 34.049, 34.019]

POWER:
	CPU Speed limit:		100.0%
	CPUs available:		32
	Scheduler limit:		100.0%
	Thermal level:		Not Published


SCREEN 1:
	Framebuffer:	0x5B81C5C0
	Size:					1600x1200
	Depth bits Per Pixel:		24
	Depth bits Per Sample:		8
	Depth is Planar:			false
	Frame:				(0.0, 0.0, 1600.0, 1200.0)
	Visible Frame:			(0.0, 69.0, 1600.0, 1108.0)
	Depth backing Scale Factor:	1.0

	Name:				Display
	Vendor Id:				0x756E6B6E (1970170734)
	Product Id:				0x717 (1815)
	Brightness Affects Gamma:	true


Serial ATA controller:
	Name:				pci8086,a282
	Vendor ID:				86 80 00 00
	Device ID:				82 a2 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		58 14 00 00
	Subsystem ID:			05 b0 00 00
	class-code:				01 06 01 00
	IOName:				pci8086,a282
	pcidebug:				0:23:0
	built-in:				00
	compatible:			pci1458,b005pci8086,a282pciclass,010601SATA
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/SATA@170000


NVMe controller:
	Name:				pci144d,a804
	Vendor ID:				4d 14 00 00
	Device ID:				04 a8 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		4d 14 00 00
	Subsystem ID:			01 a8 00 00
	class-code:				02 08 01 00
	IOName:				pci144d,a804
	pcidebug:				2:0:0
	built-in:				00
	compatible:			pci144d,a801pci144d,a804pciclass,010802PXSX
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/RP21@1b0004/PXSX@0


MEDIA:
	BSD Name: disk0
	Product Name: Samsung SSD 850 PRO 512GB
	Product Revision Level: EXM04B6Q
	Medium Type: SSD
	Capacity: 512.11 GB (512110190592 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Temperature: 30°C
	Life: 99%
	S.M.A.R.T. status: Ok
	
	BSD Name: disk1
	Product Name: Samsung SSD 960 PRO 1TB
	Product Revision Level: 2B6QCXP7
	Medium Type: SSD
	Capacity: 1.02 TB (1024209543168 bytes)
	Physical Interconnect: PCI-Express (NVMe)
	Physical Interconnect Location: Internal
	Temperature: 35°C
	Life: 100%
	Critical Warning: 0%
	Available Spare: 100%
	Available Spare Threshold: 10%
	Unsafe Shutdowns: 777
	S.M.A.R.T. status: Ok
	
	BSD Name: disk2
	Product Name: ST4000DM005-2DP166
	Product Revision Level: 0001
	Medium Type: HDD
	Capacity: 4 TB (4000787030016 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 5980rpm
	Temperature: 30°C
	S.M.A.R.T. status: Ok
	
	BSD Name: disk3
	Product Name: ST4000DM005-2DP166
	Product Revision Level: 0001
	Medium Type: HDD
	Capacity: 4 TB (4000787030016 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 5980rpm
	Temperature: 30°C
	S.M.A.R.T. status: Ok
	
	BSD Name: disk4
	Product Name: ST10000VX0004-1ZE101
	Product Revision Level: AV01
	Medium Type: HDD
	Capacity: 10 TB (10000831348736 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 7200rpm
	Temperature: 36°C
	S.M.A.R.T. status: Ok
	
	BSD Name: disk5
	Product Name: ST10000VX0004-1ZE101
	Product Revision Level: AV01
	Medium Type: HDD
	Capacity: 10 TB (10000831348736 bytes)
	Physical Interconnect: SATA
	Physical Interconnect Location: Internal
	Rotation Rate: 7200rpm
	Temperature: 33°C
	S.M.A.R.T. status: Ok
	
	
USB 3.0 controller:
	Vendor ID:				86 80 00 00
	Device ID:				af a2 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		58 14 00 00
	Subsystem ID:			07 50 00 00
	class-code:				30 03 0c 00
	IOName:				pci8086,a2af
	pcidebug:				0:20:0
	built-in:				00
	compatible:			pci1458,5007pci8086,a2afpciclass,0c0330XHCI
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/XHCI@140000
USB devices:
	Name: USB-PS/2 Optical Mouse
	Vendor: Logitech
	idProduct: c05027
	idVendor: 46d27
	Port Num.: 7
	Bus Power Available: 250
	Speed: 0
	Device Speed: 0
	bcdDevice: 10016
	Serial Number: 0
	non-removable: yes
	
	Name: USB Keyboard
	Vendor:  
	idProduct: 170227
	idVendor: 4d927
	Port Num.: 6
	Bus Power Available: 250
	Speed: 0
	Device Speed: 0
	bcdDevice: 257
	Serial Number: 0
	non-removable: yes
	
	Name: 4-Port USB 2.0 Hub
	Vendor: Generic
	idProduct: 541127
	idVendor: bda27
	Port Num.: 5
	Bus Power Available: 250
	Speed: 2
	Device Speed: 2
	bcdDevice: 291
	Serial Number: 0
	non-removable: yes
	
	Name: 4-Port USB 3.0 Hub
	Vendor: Generic
	idProduct: 41127
	idVendor: bda27
	Port Num.: 15
	Bus Power Available: 450
	Speed: 3
	Device Speed: 3
	bcdDevice: 291
	Serial Number: 0
	non-removable: yes
	
	Name: AppleUSBXHCI Root Hub Simulation
	Vendor: Apple Inc.
	idProduct: 800727
	idVendor: 5ac27
	Speed: 3
	Device Speed: 3
	Serial Number: 0
	non-removable: yes
	
	

LAN controller:
	Name:				ethernet
	Vendor ID:				86 80 00 00
	Device ID:				b8 15 00 00
	Revision ID:			00 00 00 00
	Subsystem Vendor ID:		58 14 00 00
	Subsystem ID:			00 e0 00 00
	class-code:				00 00 02 00
	IOName:				ethernet
	pcidebug:				0:31:6
	built-in:				00
	compatible:			pci1458,e000pci8086,15b8pciclass,020000GBE1
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/GBE1@1f0006

WIFI controller:
	Name:				pci8086,24fd
	Vendor ID:				86 80 00 00
	Device ID:				fd 24 00 00
	Revision ID:			78 00 00 00
	Subsystem Vendor ID:		86 80 00 00
	Subsystem ID:			10 10 00 00
	class-code:				00 80 02 00
	IOName:				pci8086,24fd
	pcidebug:				3:0:0
	built-in:				00
	compatible:			pci8086,1010pci8086,24fdpciclass,028000PXSX
	acpi-path:				IOACPIPlane:/_SB/PCI0@0/RP01@1c0000/PXSX@0


SMC DUMP:

	key: #KEY, size: 04, type: ui32, attr: 80, value: <00000080>
	key: $Adr, size: 04, type: ui32, attr: 80, value: <00000300>
	key: $Num, size: 01, type: ui8 , attr: D0, value: <01>
	key: BATP, size: 01, type: flag, attr: 80, value: <00>
	key: BEMB, size: 01, type: flag, attr: 80, value: <00>
	key: CLKH, size: 08, type: {clh, attr: D0, value: <00007080 00011940>
	key: CLKT, size: 04, type: ui32, attr: D0, value: <0000ad60>
	key: CLWK, size: 02, type: ui16, attr: D0, value: <ffff>
	key: CRCA, size: 04, type: ui32, attr: 80, value: <74d4e1b0>
	key: CRCB, size: 04, type: ui32, attr: 80, value: <1faf7297>
	key: CRCC, size: 04, type: ui32, attr: 80, value: <a34059e0>
	key: CRCF, size: 04, type: ui32, attr: 90, value: <faa0faa9>
	key: CRCK, size: 04, type: ui32, attr: 90, value: <00000000>
	key: CRCR, size: 04, type: ui32, attr: 80, value: <f6c2cf61>
	key: CRCU, size: 04, type: ui32, attr: 80, value: <645b2572>
	key: CRCa, size: 04, type: ui32, attr: 90, value: <74d4e1b0>
	key: CRCb, size: 04, type: ui32, attr: 90, value: <1faf7297>
	key: CRCc, size: 04, type: ui32, attr: 90, value: <a34059e0>
	key: CRCr, size: 04, type: ui32, attr: 90, value: <f6c2cf61>
	key: CRCu, size: 04, type: ui32, attr: 90, value: <645b2572>
	key: EFBM, size: 01, type: ui8 , attr: C0, value: <00>
	key: EFBP, size: 01, type: ui8 , attr: C0, value: <00>
	key: EFBS, size: 01, type: ui8 , attr: D0, value: <0d>
	key: EPCI, size: 04, type: ui32, attr: 80, value: <0810f000>
	key: EVCT, size: 02, type: hex_, attr: D0, value: <0000>
	key: EVHF, size: 28, type: ch8*, attr: 90, value: <00000000 00000000 00000000 00000000 00000000 00000000 00000000>
	key: EVRD, size: 32, type: ch8*, attr: 90, value: <00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000>
	key: FAC0, size: 01, type: ui8 , attr: C0, value: <00>
	key: FNum, size: 01, type: ui8 , attr: 80, value: <05>
	key: HBKP, size: 32, type: ch8*, attr: C0, value: <00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000>
	key: LDKN, size: 01, type: ui8 , attr: 80, value: <02>
	key: LsNM, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSFW, size: 01, type: flag, attr: C0, value: <00>
	key: MSPC, size: 01, type: ui8 , attr: D0, value: <19>
	key: MSPP, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSPR, size: 02, type: ui8 , attr: 80, value: <0001>
	key: MSPS, size: 02, type: hex_, attr: 80, value: <0004>
	key: MSQC, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSSD, size: 01, type: si8 , attr: D0, value: <05>
	key: MSSP, size: 01, type: si8 , attr: C0, value: <05>
	key: MSSW, size: 01, type: flag, attr: C0, value: <00>
	key: MSTc, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSTe, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSTf, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSTi, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSTj, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSTm, size: 01, type: ui8 , attr: 80, value: <00>
	key: MSWr, size: 01, type: ui8 , attr: 80, value: <00>
	key: NATJ, size: 01, type: ui8 , attr: C0, value: <00>
	key: NATi, size: 02, type: ui16, attr: C0, value: <0000>
	key: OSWD, size: 02, type: ui16, attr: C0, value: <0018>
	key: RBr , size: 08, type: ch8*, attr: 80, value: <6a313337 00356100>
	key: REV , size: 06, type: {rev, attr: 90, value: <02410f00 0001>
	key: RGEN, size: 01, type: ui8 , attr: 80, value: <02>
	key: RMAC, size: 06, type: ch8*, attr: C4, value: <e0d55e60 9374> --> PRIVATE KEY DON'T SHARE!
	key: RMSN, size: 17, type: ch8*, attr: C4, value: <43303254 4c314135 48583837 41424344 45> --> PRIVATE KEY DON'T SHARE!
	key: RMde, size: 01, type: char, attr: 80, value: <41>
	key: RPlt, size: 08, type: ch8*, attr: 80, value: <6a313337 00000000>
	key: RSSN, size: 16, type: ch8*, attr: C4, value: <43303254 4c314135 48583837 00000000> --> PRIVATE KEY DON'T SHARE!
	key: RVBF, size: 06, type: {rev, attr: 90, value: <02280f00 0007>
	key: RVCR, size: 06, type: {rev, attr: 90, value: <ffffffff ffff>
	key: RVUF, size: 06, type: {rev, attr: 90, value: <02280f00 0007>
	key: WKTP, size: 01, type: ui8 , attr: D0, value: <00>
	key: PC0C, size: 02, type: sp96, attr: 80, value: <0000>
	key: PC0R, size: 02, type: sp96, attr: 80, value: <0000>
	key: PC3C, size: 04, type: flt , attr: 80, value: <0b1d1042>
	key: PCAM, size: 04, type: flt , attr: 80, value: <00000000>
	key: PCEC, size: 04, type: flt , attr: 80, value: <0b1d1042>
	key: PCPC, size: 02, type: sp96, attr: 80, value: <0000>
	key: PCPR, size: 02, type: sp96, attr: 80, value: <0987>
	key: PCPT, size: 02, type: sp96, attr: 80, value: <0987>
	key: PCTR, size: 02, type: sp96, attr: 80, value: <0987>
	key: TC0C, size: 02, type: sp78, attr: 80, value: <1800>
	key: TC0D, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TC0E, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TC0F, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TC0G, size: 02, type: sp78, attr: 80, value: <0000>
	key: TC0H, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TC0J, size: 02, type: sp78, attr: 80, value: <0000>
	key: TC0P, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TC0c, size: 02, type: sp78, attr: 80, value: <1800>
	key: TC0p, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TC1C, size: 02, type: sp78, attr: 80, value: <1600>
	key: TC1c, size: 02, type: sp78, attr: 80, value: <1600>
	key: TC2C, size: 02, type: sp78, attr: 80, value: <1900>
	key: TC2c, size: 02, type: sp78, attr: 80, value: <1900>
	key: TC3C, size: 02, type: sp78, attr: 80, value: <1800>
	key: TC3c, size: 02, type: sp78, attr: 80, value: <1800>
	key: TC4C, size: 02, type: sp78, attr: 80, value: <1700>
	key: TC4c, size: 02, type: sp78, attr: 80, value: <1700>
	key: TC5C, size: 02, type: sp78, attr: 80, value: <1800>
	key: TC5c, size: 02, type: sp78, attr: 80, value: <1800>
	key: TC6C, size: 02, type: sp78, attr: 80, value: <1700>
	key: TC6c, size: 02, type: sp78, attr: 80, value: <1700>
	key: TC7C, size: 02, type: sp78, attr: 80, value: <1700>
	key: TC7c, size: 02, type: sp78, attr: 80, value: <1700>
	key: TC8C, size: 02, type: sp78, attr: 80, value: <1a00>
	key: TC8c, size: 02, type: sp78, attr: 80, value: <1a00>
	key: TC9C, size: 02, type: sp78, attr: 80, value: <1900>
	key: TC9c, size: 02, type: sp78, attr: 80, value: <1900>
	key: TCAC, size: 02, type: sp78, attr: 80, value: <1600>
	key: TCAc, size: 02, type: sp78, attr: 80, value: <1600>
	key: TCBC, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCBc, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCCC, size: 02, type: sp78, attr: 80, value: <1900>
	key: TCCc, size: 02, type: sp78, attr: 80, value: <1900>
	key: TCDC, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCDc, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCEC, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCEc, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCFC, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCFc, size: 02, type: sp78, attr: 80, value: <1700>
	key: TCGC, size: 02, type: sp78, attr: 80, value: <1800>
	key: TCGc, size: 02, type: sp78, attr: 80, value: <1800>
	key: TCHC, size: 02, type: sp78, attr: 80, value: <1b00>
	key: TCHc, size: 02, type: sp78, attr: 80, value: <1b00>
	key: VC0C, size: 02, type: sp3c, attr: 80, value: <0d5f>
	key: F0Ac, size: 02, type: fpe2, attr: 80, value: <0c00>
	key: F1Ac, size: 02, type: fpe2, attr: 80, value: <09f0>
	key: F2Ac, size: 02, type: fpe2, attr: 80, value: <0000>
	key: F3Ac, size: 02, type: fpe2, attr: 80, value: <086c>
	key: F4Ac, size: 02, type: fpe2, attr: 80, value: <0000>
	

 

 

892483050_ScreenShot2018-11-16at7_18_45PM.thumb.png.2233e9457e53337fbbfaf973b8ddb061.png

virtualSMC

1 minute ago, fabiosun said:

Different behavior if I am using fakesmc or virtualsmc set of kext

The corrected IntelCPUMonitor.kext  was committed a november 2 2018 (that you already tried some time before),but Slice did not make a release yet. tried to compile yourself?

8 minutes ago, vector sigma said:

done.

Russian translation, is cut off the end.

1468397527_2018-11-1622_25_35.png.1b3cee7bc64aa2a8e7fdff1b93b17718.png

Will be so shorter, but it is necessary to move slightly.

"jea-Yr-Q5W.title" = "Использовать данные Акселератора для мониторинга ГПУ";

1793099087_2018-11-1622_36_55.png.af8fa7b59c2916cbab5e864208ea7d48.png

 

6 hours ago, vector sigma said:

Sure, this will of big help! Anyway I would like to take a look to your ioreg since looks like the the key kIOPropertyMediumTypeKey is missing, and w/o that I cannot recognize if the disk is a hdd or ssd.

Here is a copy of my ioreg...

 

iMac.zip

5 hours ago, vector sigma said:

@mbrettweigel, try this: HWMonitorSMC2.app_2.4.1_media_type_test.zip. Should at least not crash, unless something else is missing again.

This ran without crashing, that's a good thing.  

Edited by mbrettweigel
5 hours ago, vector sigma said:

Sure, this will of big help! Anyway I would like to take a look to your ioreg since looks like the the key kIOPropertyMediumTypeKey is missing, and w/o that I cannot recognize if the disk is a hdd or ssd.

Could this be related to a mis-interpretation of a Fusion drive?  Just a thought.

8 hours ago, vector sigma said:

Sure, this will of big help! Anyway I would like to take a look to your ioreg since looks like the the key kIOPropertyMediumTypeKey is missing, and w/o that I cannot recognize if the disk is a hdd or ssd.

 

It appears "private func getMediumType(..."  may be choking on externally connected USB drives.  I stepped through in debug mode and as soon as I encountered the drive that is my external USB (Backup) drive the function crashed. This particular USB drive has no "Medium Type" characteristic. Also "private func isSolidSate(..." fails for the same conceptual reason.

 

I'm no familiar enough with Swift or Xcode to fix it.

 

392631485_ScreenShot2018-11-16at6_14_35PM.png.34b675a05e8f8d941d7e72640a7fba3c.png

 

I'm not a Swift developer but I corrected the issue for myself (note that this is for my educational purposes).  I'm certain this isn't exactly right and there is almost certainly a much more elegant way to do handle this use case scenario but here are my edits:

 

  private func getMediumType(characteristics : NSDictionary) -> String {

    guard let _  = (characteristics.object(forKey: kIOPropertyMediumTypeKey) as? String) else {

        return "EXT"

        }

    if (characteristics.object(forKey: kIOPropertyMediumTypeKey) as! String) == kIOPropertyMediumTypeSolidStateKey {

        return "SSD"

    }

    return "HDD"

    }

 

  private func isSolidSate(characteristics : NSDictionary) -> Bool {

    guard let _ = (characteristics.object(forKey: kIOPropertyMediumTypeKey) as? Bool) else {

        return false

    }

    if (characteristics.object(forKey: kIOPropertyMediumTypeKey) as! String) == kIOPropertyMediumTypeSolidStateKey {

      return true

    }

    return false

  }

 

 

Edited by mbrettweigel

First of all thank you Vector Sigma & Co for the work you have done, I wouldn't have ever thought it would be possible to get this much hw information on macOS :)

 

I was wondering if there is anything that should work, but is missing from my HWMonitor? I'm using ITEIT87x.kext, RadeonMonitor.kext, IntelCPUMonitor.kext and FakeSMC.kext from HWSensors-3_r178 and HWMonitor 2.4.1.

 

Couple of things I noticed are ambient temperature that used to work on some older HWMonitor build with same set of kexts. IGPU utilization, Device Unit 0 Utilization and Frequency are always zero. Also no frequency on RX 560, utilization and activity work ok on it. My GPU's are set to native power management and are set correctly to get HVEC.

 

Also, would it be possible to get an option to disable all fan readings. I don't have any fans or pumps.

 

1260230574_Nyttkuva2018-11-17kello12_05_26.thumb.png.0e08690d745843ff8b26c1b616c48c7a.png

 

imageproxy.php?img=&key=c17464ef1b1b51c7

Edited by Amble

Hi vector...only today i had time to try HWMonitorSMC2.app_2.4.1 and unfortunately it shows only 16 of my 18 cores CPU...the previous releases were ok, infact the last i used was HWMonitorSMC2.app_IPG_optional and it shows all 18 cores temp.

×
×
  • Create New...