-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Sleep and HDMI update RTL8111 for Macos 11.4 #17
base: main
Are you sure you want to change the base?
Fix Sleep and HDMI update RTL8111 for Macos 11.4 #17
Conversation
Hey @Zer0xPoint what hardware are you working on? |
ThinkPad E14 10210U + RX640 + Intel 7260
…Sent from my iPhone
On 7 Jun 2021, at 9:08 PM, Anish Kulkarni ***@***.***> wrote:
Hey @Zer0xPoint what hardware are you working on?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Also find out that the TypeC port can be used as a HDMI output
…Sent from my iPhone
On 7 Jun 2021, at 9:44 PM, Riley Lee ***@***.***> wrote:
ThinkPad E14 10210U + RX640 + Intel 7260
Sent from my iPhone
>> On 7 Jun 2021, at 9:08 PM, Anish Kulkarni ***@***.***> wrote:
>>
>
> Hey @Zer0xPoint what hardware are you working on?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hello there! I've tried applying your fixes to my machine, that has only has the integrated graphics, the HDMI is still not working |
That’s weird, what about sleep?with the lid closed and unplugged, my machine works fine.
…Sent from my iPhone
On 7 Jun 2021, at 11:57 PM, fdbsilva ***@***.***> wrote:
Hello there! I've tried applying your fixes to my machine, that has only has the integrated graphics, the HDMI is still not working
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
When I close the lid, the red light does not flash as when in Windows, it stays lit, but the notebook entered sleep mode apparently, when opened the lid back, it asked me for password. The trackpad and keyboard worked fine after the wake. Thanks again |
I think the process was not completed, tested again, and this time the light started flashing. When I opened the lid, it asked for the password. After that, the trackpad stoped responding, just the keyboard works |
that's really weird, sleep works every time on my E14 |
Yes. This is the exact problem I'm facing :( The notebook goes to sleep well. But after waking, the TrackPad just stops working until I restart. |
While the trackpad was solved by "updating the kext", the problem is actually due to a setting in VoodooPS2 controller, namely WakeDelay. For Elan trackpads, it has to be set to 0. For better flexibility, I solved it with an ACPI hotpatch, but one could change it manually in the VoodooPS2Keyboard Info.plist as well.
|
I see that there are a lot of conflicts while merging this pull request. I'll basically make the changes manually and create my own pull request for this. |
Add DeviceProperties for RX640, fix HDMI and sleep
Update RTL8111 kext for 11.4
Update WIFI and Bluetooth kext