Contribute
Register

ABWB Wifi & Bluetooth Card keeps preventing sleep :(

Status
Not open for further replies.
Joined
Sep 23, 2011
Messages
14
Motherboard
GA-Z77-DS3H
CPU
Intel Core I5-3570K CPU @ 3.40GHz
Graphics
GeForce GTX 1050 Ti
Hey guys I purchased this ABWB Wifi & Bluetooth Card that contains a genuine Apple BCM943602CS Card. The card uses a PCIE Slot on the Mobo along with a USB Cable that connects to the USB Header on the Mobo. Both Wifi and Bluetooth work, but when I try to sleep the system, it immediately wakes itself..... Sleep was working normal before I connected the USB part of the card, which I'm aware is for the BT.

Any ideas how I fix this problem?

This is what I bought.. https://www.amazon.co.uk/gp/product/B00MBP25UK/?tag=tonymacx86-21
 
Hey guys I purchased this ABWB Wifi & Bluetooth Card that contains a genuine Apple BCM943602CS Card. The card uses a PCIE Slot on the Mobo along with a USB Cable that connects to the USB Header on the Mobo. Both Wifi and Bluetooth work, but when I try to sleep the system, it immediately wakes itself..... Sleep was working normal before I connected the USB part of the card, which I'm aware is for the BT.

Any ideas how I fix this problem?

This is what I bought.. https://www.amazon.co.uk/gp/product/B00MBP25UK/?tag=tonymacx86-21
Did you try to activate ERP in bios?
 
This is a problem for so many of us. Ive yet to find an answer. if you do, please post.
Solution - map the port you are using as internal, i.e. in USBInjectAll.kext/config.plist find the port your card is connected to and replace the key from 3 to 255.

For example:
...
<key>HS09</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
...
 
Solution - map the port you are using as internal, i.e. in USBInjectAll.kext/config.plist find the port your card is connected to and replace the key from 3 to 255.

For example:
...
<key>HS09</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>
...

Awesome! Thanks for reporting back :) Will installing USBInjectAll ruin anything for me?
 
Solution - map the port you are using as internal, i.e. in USBInjectAll.kext/config.plist find the port your card is connected to and replace the key from 3 to 255.

For example:
...
<key>HS09</key>
<dict>
<key>UsbConnector</key>
<integer>255</integer>
<key>port</key>

I mapped all HS06 in that file from 3 to 255 (which is the port for the combo card) and it sadly did not work :(
 
How and where did you install it?
I haven't installed it yet. Is it just a case of putting the kext file in the correct folder on my EFI partition?
 
Status
Not open for further replies.
Back
Top