Administrators MaLd0n Posted November 14, 2019 Author Administrators Posted November 14, 2019 [ref]kuarahy@icloud.com[/ref], k the battery is not good, same under windows -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
kuarahy@icloud.com Posted November 14, 2019 Posted November 14, 2019 [ref]MaLd0n[/ref], I've been testing the battery thing further, and it works, it starts charging when it reaches 20% and it goes up till 60%. But this works on OSX only if I turn on this feature on Windows , funny, isn't it ? [ref]kuarahy@icloud.com[/ref], k the battery is not good, same under windows
user748832 Posted November 15, 2019 Posted November 15, 2019 (edited) That means, we should stick to my initial upload of the Elan kext. Thanks for testing it out. [ref]Marck00[/ref] [ref]user748832[/ref], can you verify as well? Hi onemanosx, what is exactly that you want me to test? Are there improvements in your version? The ELAN kext that I'm using now is just perfect for me, only thing is that touch sensibility is not high, did you improve this? If yes, than I will test a new kext, just send me the link. Thanks. PS. I've setup my Xcode env, cloned the I2C rep and merged in the changes by Sasha that I found here: https://github.com/EmotionalLove/VoodooI2CELAN Only my changes are following lines (176-182) in VoodooI2CELANTouchpadDriver.cpp, as I found that 0xFF (255) is returned when touchpad is Idle (not touched). if (reportData[ETP_REPORT_ID_OFFSET] == 0xFF) { // touchpad is IDLE (no touch) return kIOReturnSuccess; } if (reportData[ETP_REPORT_ID_OFFSET] != ETP_REPORT_ID) { IOLog("%s::%s Invalid report (%d)\n", getName(), device_name, reportData[ETP_REPORT_ID_OFFSET]); return kIOReturnError; } I don't like to have a lot of messages in kernel log (thousand and thousand) like this "Invalid report (255) ...." Added in 17 minutes 57 seconds: [ref]Marck00[/ref], the dsdt is same, just have a little changes for i2c device Your DSDT didn't work for me as I have ELAN029. This device only works in polling mode. Methods SSCN and FMCN are missing from your DSDT, they are required for polling mode. So, my current DSDT is different from your, as I added inside Device (TPD0) for Scope (_SB.PCI0.I2C0) the following methods: Method (SSCN, 0, NotSerialized) { Return (PKG3 (SSH0, SSL0, SSD0)) } Method (FMCN, 0, NotSerialized) { Return (PKG3 (FMH0, FML0, FMD0)) } Also, I added this, not sure it is really required: Method (PKG3, 3, Serialized) { Name (PKG, Package (0x03) { Zero, Zero, Zero }) PKG [Zero] = Arg0 PKG [One] = Arg1 PKG [0x02] = Arg2 Return (PKG) /* \_SB_.PCI0.I2C0.PKG3.PKG_ */ } Edited November 15, 2019 by Guest
Administrators MaLd0n Posted November 15, 2019 Author Administrators Posted November 15, 2019 [ref]user748832[/ref], post ur dsdt here -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
onemanosx Posted November 15, 2019 Posted November 15, 2019 Also, I added this, not sure it is really required: If I hadnt had patched that into your DSDT, you wouldnt have known and you wouldnt have your trackpad running. Donate Gitter Chat Acer Aspire V15 Nitro- Black Edition VN7-592G/HM170 Chipset Intel i7-6700HQ, 8GB RAM (UEFI Clover Catalina) MSI B360 Gaming Arctic Intel i5-8600 16GB RAM Asus Radeon RX580 8GB (UEFI Clover Catalina)
user748832 Posted November 15, 2019 Posted November 15, 2019 [ref]onemanosx[/ref], yes exactly. And I already said thank you. Now, why you're asking me to test again? Added in 4 minutes 12 seconds: [ref]user748832[/ref], post ur dsdt here The dsdt is the same as posted last time, when you (or onemanosx) asked me a RunApp. It is your DSDT in the first post, plus the 3 methods that I mentioned. I hope is clear now.
sushant77 Posted November 17, 2019 Posted November 17, 2019 Anyone managed to fix their iMessage & FaceTime? I tried a plethora of things and no luck. Seems it is an issue with ethernet since our Laptops don't have one and we are using a usb wifi adaptor.
sushant77 Posted November 17, 2019 Posted November 17, 2019 HDMI isn't working for me. Any help would be sincerely appreciated. Below is the link for my RunMe results as it says file was large to upload. http://www.mediafire.com/file/2ovmucdxvp2xbxu/Send_me_MacBook-Pro.zip/file
Administrators MaLd0n Posted November 17, 2019 Author Administrators Posted November 17, 2019 [ref]sushant77[/ref], if don't work for u(i7 processors), u need change connectors -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
Dextorius Posted November 18, 2019 Posted November 18, 2019 has anyone installed on S145 with 5405u processor ? I can't get to the visual installer (many letters, the end).
Administrators MaLd0n Posted November 18, 2019 Author Administrators Posted November 18, 2019 [ref]Dextorius[/ref], i think u need fakecpuid -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
123_123 Posted November 18, 2019 Posted November 18, 2019 iMessage is working for me, I've installed fake ethernet port in en0 built in. Follow the guide for NullEthernet kext (with edit DSDT and put linked SSDT)
kuarahy@icloud.com Posted November 18, 2019 Posted November 18, 2019 Hi [ref]123_123[/ref], Could you explain it better please, I mean , is there a link showing how to do so? Regards iMessage is working for me, I've installed fake ethernet port in en0 built in. Follow the guide for NullEthernet kext (with edit DSDT and put linked SSDT)
123_123 Posted November 18, 2019 Posted November 18, 2019 Hi [ref]123_123[/ref], Could you explain it better please, I mean , is there a link showing how to do so? Regards https://github.com/RehabMan/OS-X-Null-Ethernet/blob/master/README.md You need to use first method (DSDT / SSDT) After you simply follow this guide https://www.tonycrapx86.com/threads/an-idiots-guide-to-lilu-and-its-plug-ins.260063/ It's important that your ethernet is EN0 (it's all written)
kuarahy@icloud.com Posted November 18, 2019 Posted November 18, 2019 Hi [ref]123_123[/ref], Done ! works great !! (iMessage and FaceTime, I was already able to use App Store and iCloud , just missing those two services) thank you for sharing it here. Regards https://github.com/RehabMan/OS-X-Null-Ethernet/blob/master/README.md You need to use first method (DSDT / SSDT) After you simply follow this guide https://www.tonycrapx86.com/threads/an-idiots-guide-to-lilu-and-its-plug-ins.260063/ It's important that your ethernet is EN0 (it's all written) Added in 53 seconds: [ref]sushant77[/ref], Read previous post to solve iMessage and face time issue .
Dextorius Posted November 19, 2019 Posted November 19, 2019 [ref]Dextorius[/ref], i think u need fakecpuid Hi! With fake CPU ID (0x0306A0) I reached to graphic installer (in the Mojave), in terminal change date and install was run But my joy was short lived - in the install process my book was reboot 2 times. Fist time - install was done with SSD, 2 time - operation with files (I do not remember exactly, I write from memory), and... black screen, periodically quickly emerge errors about ACPIBatteryManager (cyclically).
kuarahy@icloud.com Posted November 19, 2019 Posted November 19, 2019 Hi, It seems USB Wifi is not recognised as ' WIFI ' , I mean, in network preferences it shows as 802.11n NIC. It is working but can't use location services coz it says wi-fi is not enabled Any hints on how I could make it work Thanks P.S I have a tp-link TL-WN823N V3, already installed the manufacturer driver
Administrators MaLd0n Posted November 19, 2019 Author Administrators Posted November 19, 2019 [ref]kuarahy@icloud.com[/ref], for full solution use one native supported card -Guides and Tutorials HERE -Hackintosh Tutorial Database - HERE -The largest EFI folder collection for Hackintosh HERE -Support Olarila Vanilla Hackintosh by making a donation HERE -Professional Hackintosh Support since 2006 HERE
sushant77 Posted November 19, 2019 Posted November 19, 2019 Guys, This is beyond what I had imagined. Everything is working fine for me: Performance, Display, Sound, Mic, Siri, iMessage etc. but I am unable to use bluetooth. Our fellow @kuarahy@icloud.com was able to use his native laptop bluetooth out of the box here and it's not his external dongle he ensured. Is there something that I am doing wrong? @Mald0n Can you please have a look at my Run Me Zip and suggest if there is a patch that I may need. Thanks a ton already. I can't thank you and your team here. Here is the link to RunMe: http://www.mediafire.com/file/2ovmucdxvp2xbxu/Send_me_MacBook-Pro.zip/file 'Too large for site 11MB '
bacbru Posted November 21, 2019 Posted November 21, 2019 Hi Maldon You suggested me to try your iGPU patch on my laptop (Acer aspire 5 a515-52g) and it worked well. HDMI is now working, even the audio. I also installed DW1560, WIFI works well but BT and Airdrop are not going that great. But that subject is to another hour My hack still has some issues but it's getting better over time Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now