Contribute
Register

The New Beginner's Guide to USB Port Configuration

The CNVI/W connector has a USB port associated with it. Used for the built-in Intel Bluetooth module.

This connector can be disabled using SSDT-NO-CNVW.aml. Copy attached below.
 

Attachments

  • SSDT-NO-CNVW.aml.zip
    756 bytes · Views: 43
You might also want to try using Hibernatemode 0 in place of 3.

Use these three Terminal commands to make this change.

Disable Hibernation
sudo pmset -a hibernatemode 0
sudo rm /var/vm/sleepimage
sudo mkdir /var/vm/sleepimage


As autopoweroff is not shown in the Terminal output, I have added the command to set this to 0, just in case.
Disable other hibernation options
sudo pmset -a autopoweroff 0
 
I still have issues with my usb Type C Hub.
the other ports USB personality's work's fine but Type C Hub...no way. Just 480 mps speed. Actually I used my generated USBPorts.kext with Hackintool (attached ) and removed USBInjectAll.kext
 

Attachments

  • USBPorts.kext.zip
    1.7 KB · Views: 31
I still have issues with my usb Type C Hub.
the other ports USB personality's work's fine but Type C Hub...no way. Just 480 mps speed. Actually I used my generated USBPorts.kext with Hackintool (attached ) and removed USBInjectAll.kext

Hi there.

What hub?

On the Z97 PC or have I missed something? B460i perhaps?

:)
 
The USB3 side of the Type-C port doesn't work because you haven't included the port in your USBPorts.kext.

These are the ports you have enabled/activated:

Screenshot 2022-01-22 at 18.30.27.png The only type-C port is highlighted.

You need to confirm which port works with your Type-C port and add it to your USBPorts.kext.
 
Would be helpful and less confusing if he updated his User Profile, I'm sure @Feartech will have told him to do this a while ago.
 
profile edited
 
Hey @Edhawk have you happened to have uploaded your USBPorts.kext, or USBMap.kext on this forum? We have the same motherboard, and case (Fractal R5)...and I'm having a hard time trying to identify my ports in Hackintool and USBMap. For instance, I've plugged in devices to the ports not marked in the I/O illustrations, but they don't show up in either Hackintool or the USBMap command. Would be super helpful if I could get your .kexts to have something to work off of. I do have a couple of PCIEs one for the Broadcom, and the other for firewire...I'm not sure if this would cause issues.
Screen Shot 2022-01-22 at 10.57.19 AM.png
 
Back
Top