- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I've tried to install and build the Intel performance counter monitor package (v2.11) for the Mac and came across this problem:
kextload /System/Library/Extensions/PcmMsrDriver.kext /System/Library/Extensions/PcmMsrDriver.kext failed to load - (libkern/kext) not privileged; check the system/kernel logs for errors or try kextutil(8)
The problem is that macOS 10.11 and higher require signed kernel extensions. Furthermore, to sign a kernel extension you need a paid Mac account.
Would it be possible for Intel to sign the .kext and distribute the binary as well?
ps. there is a problem with the kextload.sh.
cp -R Build/Products/Release/PcmMsrDriver.kext /tmp/ needs to be: cp -R Build/Release/PcmMsrDriver.kext /tmp/
Link kopiert
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
Aaron, I have the exact same question for the Mac OS X driver. It seems that your question has not been answered for a while, which is why I have submitted an issues on the GitHub repository, where the PCM driver is currently being developed.
- Als neu kennzeichnen
- Lesezeichen
- Abonnieren
- Stummschalten
- RSS-Feed abonnieren
- Kennzeichnen
- Anstößigen Inhalt melden
I'll add to this that the kextload.sh script is sincerely wedged.
cp -R Build/Products/Release/PcmMsrDriver.kext /tmp/.
build should be lowercase and Products should be removed.
cp -R build/Release/PcmMsrDriver.kext /tmp/.
Also, the file is a DOS file meaning that it has carriage returns and linefeeds. This confuses bash.
I'll post this on githup as well. I do not as yet have a working PCM on OSX from the github zip file.

- RSS-Feed abonnieren
- Thema als neu kennzeichnen
- Thema als gelesen kennzeichnen
- Diesen Thema für aktuellen Benutzer floaten
- Lesezeichen
- Abonnieren
- Drucker-Anzeigeseite