Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If SMBIOS is changed, does this affect the USB Port mapping? #62

Open
hotsticker opened this issue May 8, 2021 · 5 comments
Open

If SMBIOS is changed, does this affect the USB Port mapping? #62

hotsticker opened this issue May 8, 2021 · 5 comments

Comments

@hotsticker
Copy link

Hi, thanks for the latest release. Everything is working for me except for USB 3.0 ports. I set the SMBIOS to MacPro7,1 because it fixes DRM playback issues. Does a different SMBIOS change the USBPorts.kext no longer function?

@BenjaminX
Copy link
Owner

SMBIOS and USBPorts.kext, no direct relationship between them.

check USB ports in Hackintool

@hotsticker
Copy link
Author

Ok, thanks for the tip @BenjaminX!

@atl285
Copy link

atl285 commented May 10, 2021

SMBIOS and USBPorts.kext, no direct relationship between them.

SMBIOS has a direct relationship to USBPorts.kext. As You can see in the embedded Info.plist file, the SMBIOS is part of the USBPorts.kext:
Bildschirmfoto 2021-05-11 um 01 24 17

So if You change the SMBIOS, You have to change the IOKitPersonalities also to the new SMBIOS. In this case you have to change iMac19,1-XHC to MacPro7,1-XHC.

@hotsticker
Copy link
Author

Ah, that's very helpful to know! Thank you for the insight and pointer to where to make the update, @atl285!!

@BenjaminX
Copy link
Owner

SMBIOS and USBPorts.kext, no direct relationship between them.

SMBIOS has a direct relationship to USBPorts.kext. As You can see in the embedded Info.plist file, the SMBIOS is part of the USBPorts.kext:
Bildschirmfoto 2021-05-11 um 01 24 17

So if You change the SMBIOS, You have to change the IOKitPersonalities also to the new SMBIOS. In this case you have to change iMac19,1-XHC to MacPro7,1-XHC.

cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants