Jump to content

Recommended Posts

Posted

Hi, I have a Ideapad 320-15IKB model 80YH000ABR (I7-7500U, 16GB ram, Intel HD620/Geforce 940MX, 480GB SSD + 1TB HD). Does this tutorial and files will work to turn this machine into a Hackintosh running Catalina? I know the wifi card won't work but what about all the rest? I don't mind the nvidia card.

  • Administrators
Posted
12 hours ago, thiagoml said:

Hi, I have a Ideapad 320-15IKB model 80YH000ABR (I7-7500U, 16GB ram, Intel HD620/Geforce 940MX, 480GB SSD + 1TB HD). Does this tutorial and files will work to turn this machine into a Hackintosh running Catalina? I know the wifi card won't work but what about all the rest? I don't mind the nvidia card.

yes

-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

Posted
On 5/22/2020 at 12:29 PM, MaLd0n said:

yes

Great! I did follow the step by step guide on installing Catalina 10.15.4 and then applied all the steps described here in this post by you. Almost everything worked like a charm. Besides the wireless, the trackpad didn't work. I did a cat /proc/bus/input/devices on Ubuntu and identified my trackpad as a Synaptics one (SYNA2B33 just like Yuri's hw). I tried to apply the kext you posted here for Yuri but I've got the same results... not working... I'm sending you the result of running the runme app that comes with the image I installed in my laptop. Could you please take a look at it and help me figure out how to my the trackpad to work? Reminding  that we are talking about a Lenovo IdeaPad 320-15IKB

https://filebin.net/lg614kbh114o58in

  • Administrators
Posted
2 hours ago, thiagoml said:

Great! I did follow the step by step guide on installing Catalina 10.15.4

i dont have this notebooks with synaptics for test

try add this return inside tpd0/_crs/syna 

Return (ConcatenateResTemplate (SBFB, SBFG))

-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

Posted
48 minutes ago, MaLd0n said:

i dont have this notebooks with synaptics for test

try add this return inside tpd0/_crs/syna 


Return (ConcatenateResTemplate (SBFB, SBFG))

This editing should be done in the DSDT.aml file inside the EFI partition, right? That's what I did using MaciASL.. at the end of the following if I added the return statement. No result to it... Any other idea or suggestion?

15717                    Return (ConcatenateResTemplate (SBFB, SBFG))
15718                    If ((TPTY == 0x02))
15719                    {
15720                        _HID = "SYNA2B33"
15721                        Name (SBFS, ResourceTemplate ()
15722                        {
15723                            I2cSerialBusV2 (0x002C, ControllerInitiated, 0x00061A80,
15724                                AddressingMode7Bit, "\\_SB.PCI0.I2C0",
15725                                0x00, ResourceConsumer, , Exclusive,
15726                                )
15727                        })
15728                    }
15729
15730                    Return (ConcatenateResTemplate (SBFB, SBFG)) <-- this is where I added the statement 

By the way, since I don't have an Elan trackpad, is it ok if I delete the kext from the EFI partition? Is there any extra step to be taken besides simply deleting the folder?

Thanks for your attention!

  • Administrators
Posted
3 minutes ago, thiagoml said:

This editing should be done in the DSDT.aml file inside the EFI partition, right? That's what I did using MaciASL.. at the end of the following if I added the return statement. No result to it... Any other idea or suggestion?


15717                    Return (ConcatenateResTemplate (SBFB, SBFG))
15718                    If ((TPTY == 0x02))
15719                    {
15720                        _HID = "SYNA2B33"
15721                        Name (SBFS, ResourceTemplate ()
15722                        {
15723                            I2cSerialBusV2 (0x002C, ControllerInitiated, 0x00061A80,
15724                                AddressingMode7Bit, "\\_SB.PCI0.I2C0",
15725                                0x00, ResourceConsumer, , Exclusive,
15726                                )
15727                        })
15728                    }
15729
15730                    Return (ConcatenateResTemplate (SBFB, SBFG)) <-- this is where I added the statement 

By the way, since I don't have an Elan trackpad, is it ok if I delete the kext from the EFI partition? Is there any extra step to be taken besides simply deleting the folder?

Thanks for your attention!

ofc, correct

delete elan kext and add synapctis kext and edit plist inside kext, name 

SYNA2B33

some synaptics work with VoodooI2C.kext and VoodooI2CHID.kext

u need test it

-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

Posted
44 minutes ago, MaLd0n said:

ofc, correct

delete elan kext and add synapctis kext and edit plist inside kext, name 


SYNA2B33

some synaptics work with VoodooI2C.kext and VoodooI2CHID.kext

u need test it

I tried VoodooI2C.kext and VoodooI2CSynaptics.kext no success... the same for VoodooI2C.kext and VoodooI2CHID.kext

The info.plist inside VoodooI2CSynaptics.kext already had the dict name SYNA2B33 in it. Don't know what else to do... Will keep digging though... Any news I find, I'll report back here...

Besides that, I may replace the wireless adapter. Any suggestions of an adapter that will work on MacOS, Windows and Linux(I believe that my adapter has wifi and bluetooth combined)

  • Administrators
Posted

i'm using dw1560

-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

Posted
On 5/24/2020 at 12:15 AM, MaLd0n said:

i'm using dw1560

So I gave up on catalina and went to Mojave.The good thing is my wifi dongle works flawlessly, but the trackpad still not working... I've been digging around and notice many people have issues with synaptics (I2C devices only). I've tried all possible combinations of voodoo kexts and satellites... Not one worked. I will write to the development community of voodoo kexts and present my case, see if they pick it up to analyze. Still, if you see or hear anything about any small glimpse of success with this trackpad, please let me know.

 

Cheers!

  • Administrators
Posted
21 minutes ago, thiagoml said:

with synaptics (I2C devices only).

i'm using synaptics i2c and work very good

lenovo s145

-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

Posted
2 hours ago, MaLd0n said:

i'm using synaptics i2c and work very good

lenovo s145

Is it the SYNA2B33 or another variant? Could you send me your kexts? The I2c and the satellite one you're using...

  • Administrators
Posted
12 minutes ago, thiagoml said:

Is it the SYNA2B33 or another variant? Could you send me your kexts? The I2c and the satellite one you're using...

https://www.olarila.com/topic/6874-olarila-hackbook-lenovo-ideapad-s145-mojave-catalina-full-dsdt-patches-clover-and-opencore/

-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

Posted
14 hours ago, MaLd0n said:

Your laptop most probably has an Elan touchpad. Lenovo went with Elan when they revamped the ideapad line and launched S145, that's probably why you have no problem with your device. Anyway, I may take another shot at Catalina using everything you put on the post you sent me.

 

Cheers!

  • Administrators
Posted
13 minutes ago, thiagoml said:

Your laptop most probably has an Elan touchpad. Lenovo went with Elan when they revamped the ideapad line and launched S145, that's probably why you have no problem with your device. Anyway, I may take another shot at Catalina using everything you put on the post you sent me.

mine is synaptics, some s145 use elan and others syna

-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

Posted
1 hour ago, MaLd0n said:

mine is synaptics, some s145 use elan and others syna

So I gave it a try with the files from the S145 post... none of those files worked for my case... video, audio, hdmi, trackpad, ethernet, usb (worked buggy)... nothing worked. What I did was

1 - Olarila Catalina image (on a flashdrive using balena etcher on windows);

2 - Clover bootloader 5118 from this post;

3 - EFI folder in EFI partition from S145 post;

4 - Reboot - clover couldn't load the system, It started loading then rebooted. I activated -v and there was a message o memory panic.

5 - Booted up using flashdrive, replace EFI folder in EFI partition with the one of this post;

6 - Rebooted and things started working, except, as expected, wifi and trackpad.

Don't know what I could be doing wrong...

  • Administrators
Posted
3 hours ago, thiagoml said:

So I gave it a try

this folder is for s145, is a coffelake processor, ur is kabylake refresh

is just one example

-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

Posted

Everything is fine except LAN and WIFI. Unable to connect to internet. Is there any kext files which will help to connect internet? 

Also touch pad is having some issues. It is lagging when i try to move the curser. Also left and right click is not working. After Including whatevergreen kext file, look and feel of the graphics is good. But lagging at some point. Is there any solutions for this too? 

 

Thank you

  • Administrators
Posted
5 minutes ago, Gokulraj said:

Everything is fine except LAN and WIFI. Unable to connect to internet. Is there any kext files which will help to connect internet? 

extract one dump

Extract tables with F4 key in Clover boot screen, boot into system and run this app
https://www.olarila.com/files/Utils/RunMe.app.zip
https://www.youtube.com/watch?v=k9wmIfGLe3A

-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

  • Administrators
Posted
1 minute ago, Gokulraj said:

I just extracted the system info and tried attach it here for your reference. But due to the size limit, I was unable to attach. Is there any other way to share it you?

google drive or other service

-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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...