Jump to content

Recommended Posts

Posted

Added in 4 minutes 22 seconds:

[ref]TheWiggler[/ref], check a personal patch for u

-I2C

https://github.com/alexandred/VoodooI2C


what wireless card u have?


MaLd0n - I had spent a great deal of time trying to get the touch-pad to work and I couldn't figure it out. I tried various kexts for I2C HID, but still couldn't get it to work. The link you sent me may be the same kexts I tried a couple weeks ago, but I tend to think it needs some more DSDT work from what I read. Apparently sometimes the DSDT has to changed along with the kext. I could be wrong, so your insight is appreciated. As far as Bluetooth and Wireless- in Windows it says Realtek 8821AE

  • Administrators
Posted

[ref]TheWiggler[/ref], i think this wifi dont work :)


I2C, check if bios have options basic, if yes, voodoops2controller solve all

-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

[ref]TheWiggler[/ref], i think this wifi dont work :)


I2C, check if bios have options basic, if yes, voodoops2controller solve all

 

I checked the BIOS and there isn't much in there. I just made sure Wireless and Bluetooth were turned on and they were. I reinstalled VooDooPS2controller following all of RehabMan's instructions and it's still not working. The touchpad still doesn't work either. Any other suggestions?

Posted

[ref]ntntee[/ref], use usbinjectal


Added in 1 minute 56 seconds:

[ref]ianteles[/ref], use my DSDT, update clover bootloader, audio check here

">


Added in 11 minutes 33 seconds:

[ref]xayide[/ref], DSDT.aml.zip


Added in 4 minutes 28 seconds:

[ref]fudd2012[/ref], DSDT.aml.zip


Added in 4 minutes 22 seconds:

[ref]TheWiggler[/ref], check a personal patch for u

-I2C

https://github.com/alexandred/VoodooI2C


what wireless card u have?


Added in 1 minute 58 seconds:

[ref]adrjac[/ref], DSDT.aml.zip

use power button for wake

 

The new DSDT has much faster boot times, shutdown is a little faster now than before. my pc takes longer to go to sleep, but waking up is almost instant. I'm very curious what's going on behind the DSDT modifications. What can cause my PC to sleep much slower now? I'm pretty impressed how faster boot/shutdown/wake from sleep is now.

Posted

Hello,

Olarila is the best project so far. Please, could you patch? Everything works fine but sometimes (after wake up) my monitor stays dark. I switch it off and on few times and then it works again. My graphics is gt710 and lcd is ThinkVision p27q (via hdmi cable). Thank you in advance.

Send me Iarys-iMac.zip

Posted

Added in 1 minute 45 seconds:

[ref]Naveed Ahmad[/ref], DSDT.aml.zip

Very Very Thanks Dear Daniel Maldonado :guitar

Mobile

SkyLake

DELL LATiTUDE E-7470 14" 6th Gen

Display Touch Screen Working on Mojave-10.14.3

Cpu Intel i5-6300U

GPU QHD-540/520

Res FHD 2560 x 1440

Ram 12GB DDR4

Hynix 256 GiB Nvme SSD

Clover UEFI 10.14.3

:cap:frantics:guitar:shock:

  • Administrators
Posted

[ref]TheWiggler[/ref], if dont have "basic" option, i think only voodooI2C work, need read a correct patch for u


Added in 47 seconds:

[ref]adrjac[/ref], is a same patches, i think is some config or kext


Added in 3 minutes 32 seconds:

[ref]luisclement[/ref], I2C is a personal patch, need read in developer site and follow instructions


Added in 3 minutes 40 seconds:

[ref]zoe934[/ref], DSDT.aml.zip

 

Added in 2 minutes 44 seconds:

[ref]IaryD[/ref], DSDT.aml.zip

use last Lilu + WEG kexts


Added in 2 minutes 51 seconds:

[ref]Viperu[/ref], DSDT.aml.zip

 

Added in 2 minutes 34 seconds:

[ref]supertux-ptbr[/ref], DSDT.aml.zip

sleep work is rare with IntelHD 530


Added in 3 minutes 32 seconds:

[ref]Pro2005[/ref], DSDT.aml.zip

check out clover folder for serie 9


Added in 1 minute 27 seconds:

[ref]pooriansari2[/ref], add properties

<dict>
			<key>Comment</key>
			<string>Inject "name" as (data)"#display" to disable graphics drivers on NVidia</string>
			<key>Device</key>
			<string>NVidia</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>name</string>
			<key>Value</key>
			<data>
			I2Rpc3BsYXkA
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject "IOName" as "#display" to disable graphics drivers on NVidia</string>
			<key>Device</key>
			<string>NVidia</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>IOName</string>
			<key>Value</key>
			<string>#display</string>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus class-code to prevent graphics drivers loading for NVidia</string>
			<key>Device</key>
			<string>NVidia</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>class-code</string>
			<key>Value</key>
			<data>
			/////w==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject "name" as (data)"#display" to disable graphics drivers on AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>name</string>
			<key>Value</key>
			<data>
			I2Rpc3BsYXkA
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject "IOName" as "#display" to disable graphics drivers on AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>IOName</string>
			<key>Value</key>
			<string>#display</string>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus class-code to prevent graphics drivers loading for AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>class-code</string>
			<key>Value</key>
			<data>
			/////w==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus vendor-id to prevent graphics drivers loading for AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>vendor-id</string>
			<key>Value</key>
			<data>
			//8AAA==
			</data>
		</dict>
		<dict>
			<key>Comment</key>
			<string>Inject bogus device-id to prevent graphics drivers loading for AMD</string>
			<key>Device</key>
			<string>ATI</string>
			<key>Disabled</key>
			<false/>
			<key>Key</key>
			<string>device-id</string>
			<key>Value</key>
			<data>
			//8AAA==
			</data>
		</dict>

 

and use intelgfx 0x12345678

DSDT.aml.zip

DSDT.aml.zip

DSDT.aml.zip

DSDT.aml.zip

-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

[ref]endless_shutters[/ref], CLOVER.zip

 

Added in 1 minute 1 second:

[ref]zoe934[/ref], disable _DSM to XDSM patch

-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

[ref]endless_shutters[/ref], CLOVER.zip


Added in 1 minute 1 second:

[ref]zoe934[/ref], disable _DSM to XDSM patch

 

Thank you MaLd0n!.... i replaced my clover folder with the uploaded one and encountered numerous errors on boot. Not sure what to do

  • Administrators
Posted

[ref]endless_shutters[/ref], extract new SEND_ME

-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...