Contribute
Register

USB problems detecting Bluetooth device

Status
Not open for further replies.
Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu

Also, post EFI/Clover folder.

Attached. IOReg after install GenericUSBXHCI.kext

Yogi-Mac-Air:RehabMan yagustia$ kextstat|grep -y acpiplat
13 2 0xffffff7f82579000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
Yogi-Mac-Air:RehabMan yagustia$ kextstat|grep -y appleintelcpu
Yogi-Mac-Air:RehabMan yagustia$


kextstat|grep -y appleintelcpu -->> return nothing.
 

Attachments

  • RehabMan.zip
    32.2 KB · Views: 89
  • CLOVER.zip
    6.4 MB · Views: 73
  • Yogi Mac Air_150627.zip
    1.3 MB · Views: 81
Attached. IOReg after install GenericUSBXHCI.kext

Yogi-Mac-Air:RehabMan yagustia$ kextstat|grep -y acpiplat
13 2 0xffffff7f82579000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
Yogi-Mac-Air:RehabMan yagustia$ kextstat|grep -y appleintelcpu
Yogi-Mac-Air:RehabMan yagustia$


kextstat|grep -y appleintelcpu -->> return nothing.

DSDT not patched per guide.

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
I dumped DSDT from Linux and apply patch from your repo (USB EHCI patch). Attached is the linux dump.

I'm not referring to the USB patch. I'm referring to the other common patches listed in the guide.
 
Status
Not open for further replies.
Back
Top