Contribute
Register

[solved] Acer Aspire V3-772G USB Injector breaks sleep

Status
Not open for further replies.
Joined
May 20, 2013
Messages
28
Motherboard
Acer Aspire V3-772G
CPU
Core i5 4210M
Graphics
Intel HD 4600 - GTX 850M (disabled)
Mac
  1. MacBook Air
Classic Mac
  1. eMac
  2. iBook
  3. iMac
  4. Power Mac
Mobile Phone
  1. Android
Hello ! I've successfully set up an Acer Aspire V3-772G with El Capitan following instructions of this thread (special thanks to d_a_l_3 & RehabMan) and I only have one little issue with sleep remaining.

I've build a USB Injector kext to enable correctly USB3 on this laptop and now everything works fine with it. The left sided ports run at full speed and I can also connect USB 2 devices as well with no problem. The right sided ports also run fine at full USB 2 speed as they should.

The problem is as soon as I use the Injector, sleep breaks and the laptop wakes right after I enter this mode. Without it, sleep works perfect but of course, USB3 is not running at 5 Gb/s and all ports works at USB 2 speed.

So I'm not sure the problem comes from DSDT/SSDTs, config.plist or the Injector itself but I guess I did something wrong…

Attached is an IOReg and the full CLOVER folder I'm currently using.

Any help would be appreciated ;).

View attachment IOReg_CLOVER.zip
 
Acer Aspire V3-772G USB Injector breaks sleep

Hello ! I've successfully set up an Acer Aspire V3-772G with El Capitan following instructions of this thread (special thanks to d_a_l_3 & RehabMan) and I only have one little issue with sleep remaining.

I've build a USB Injector kext to enable correctly USB3 on this laptop and now everything works fine with it. The left sided ports run at full speed and I can also connect USB 2 devices as well with no problem. The right sided ports also run fine at full USB 2 speed as they should.

The problem is as soon as I use the Injector, sleep breaks and the laptop wakes right after I enter this mode. Without it, sleep works perfect but of course, USB3 is not running at 5 Gb/s and all ports works at USB 2 speed.

So I'm not sure the problem comes from DSDT/SSDTs, config.plist or the Injector itself but I guess I did something wrong…

Attached is an IOReg and the full CLOVER folder I'm currently using.

Any help would be appreciated ;).

View attachment 172206

Sounds like "instant wake". Covered in guide: http://www.tonymacx86.com/el-capitan-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

You need to apply _PRW (0x0d) patch.
 
Acer Aspire V3-772G USB Injector breaks sleep

Thanks for the reply :).

I guess I don't need/must avoid to apply this part of the patch :

Code:
# rename XHC to XHC1
# rename is not a good idea for 10.11, maybe not for prior versions
# disabled for now

#into device label XHC set_label begin XHC1 end;
#into_all all code_regex XHC\. replaceall_matched begin XHC1. end;
#into_all all code_regex XHC_\. replaceall_matched begin XHC1. end;
#into_all all code_regex \.XHC, replaceall_matched begin .XHC1, end;

Correct ?
 
Acer Aspire V3-772G USB Injector breaks sleep

Thanks for the reply :).

I guess I don't need/must avoid to apply this part of the patch :

Code:
# rename XHC to XHC1
# rename is not a good idea for 10.11, maybe not for prior versions
# disabled for now

#into device label XHC set_label begin XHC1 end;
#into_all all code_regex XHC\. replaceall_matched begin XHC1. end;
#into_all all code_regex XHC_\. replaceall_matched begin XHC1. end;
#into_all all code_regex \.XHC, replaceall_matched begin .XHC1, end;

Correct ?

The patches are commented out.
 
Acer Aspire V3-772G USB Injector breaks sleep

The patches are commented out.

Forgive me, I really need some rest :D !

Anyway, thanks a lot, it worked perfect !:thumbup:

Is there something I should do to mark the thread as "solved" ?
 
Forgive me, I really need some rest :D !

Anyway, thanks a lot, it worked perfect !:thumbup:

Is there something I should do to mark the thread as "solved" ?

Marked solved.
 
Status
Not open for further replies.
Back
Top