Contribute
Register

USB and CAM not working after wake from sleep

Status
Not open for further replies.
Joined
Jul 7, 2015
Messages
282
CPU
Intel(R) Core(TM) i5-5300U
Graphics
Intel(R) HD Graphics 5500, 1600X900
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Kindly help me with this issue on USB 3.0 and Camera not working after wake from sleep.
1.Have to insert an USB device into the first USB 3.0 slot on the left of the device to activate the other port else it doesn't work.

2. After waking from sleep Cam doesn't work.
Attached my DSDT, clover config file . Kindly let me know if you would need any more information

 

Attachments

  • config.plist
    4.6 KB · Views: 244
  • DSDT.aml
    61.3 KB · Views: 102
Kindly help me with this issue on USB 3.0 and Camera not working after wake from sleep.
1.Have to insert an USB device into the first USB 3.0 slot on the left of the device to activate the other port else it doesn't work.

2. After waking from sleep Cam doesn't work.
Attached my DSDT, clover config file . Kindly let me know if you would need any more information


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
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
Rehab,
Thanx for the response. Kindly find the requested files
 

Attachments

  • RehabMan.zip
    29.6 KB · Views: 56
  • Raj MacBook Pro - ioreg.ioreg
    5.8 MB · Views: 87
  • acpiplat.txt
    113 bytes · Views: 89
  • appleintelcpu.txt
    250 bytes · Views: 79
  • applelpc.txt
    100 bytes · Views: 99
  • CLOVER.zip
    5.5 MB · Views: 58
Rehab,
Thanx for the response. Kindly find the requested files

You have GenericUSBXHCI.kext which has issues on Yosemite. Remove it to use AppleUSBXHCI.kext.
 
Yes i saw that when i removed the GenericUSB kext it works . My intent to use GenericUSB kext was that with this kext i can wake the system from sleep by plugging in any usb device into the usb 3.0 ports rather than open the lid and press the power button to Fn key since my laptop is docked vertically.
any solution to wake the laptop from sleep using external keyboard or mouse would be helpful.
 
Yes i saw that when i removed the GenericUSB kext it works . My intent to use GenericUSB kext was that with this kext i can wake the system from sleep by plugging in any usb device into the usb 3.0 ports rather than open the lid and press the power button to Fn key since my laptop is docked vertically.
any solution to wake the laptop from sleep using external keyboard or mouse would be helpful.

Try with FakePCIID.kext+FakePCIID_XHCIMux.kext.
 
Try with FakePCIID.kext+FakePCIID_XHCIMux.kext.
Do i need to do any changes to the config file. I did drop these these kext into the clover=> kext folder and did try to wake the laptop from sleep using a wireless mouse connect through usb 2.0 port with a transreceiever and it dint wake up the system. Any suggestions here.
 
Do i need to do any changes to the config file. I did drop these these kext into the clover=> kext folder and did try to wake the laptop from sleep using a wireless mouse connect through usb 2.0 port with a transreceiever and it dint wake up the system. Any suggestions here.

All kexts should be installed to /S/L/E. If you have FakeSMC installed to /S/L/E, kexts in EFI/Clover/kexts will not load.

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.

Post EFI/Clover folder.
 
I have FakeSMC in the Clover=>Kext=>10.10 folder. Would that work or i need to put all kext in S/L/E.
 
I have FakeSMC in the Clover=>Kext=>10.10 folder. Would that work or i need to put all kext in S/L/E.

It depends...

If you have FakeSMC also installed to /S/L/E, no kexts will be injected from EFI.

I see no ioreg attached; no EFI/Clover either. Please read post #8.

But for final install, all kexts you need should be installed to /S/L/E. Kext injection should be used only when necessary.
 
Status
Not open for further replies.
Back
Top