Contribute
Register

[HELP] Asus rog gl703vd (without trackpad and other problems)

Status
Not open for further replies.
Joined
Apr 18, 2018
Messages
8
Motherboard
ASUS GL703VD-Clover
CPU
i7-7700HQ / HM175
Graphics
HD 630, GTX 1050, 1920x1080
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
Hi, I want to start with my apologies, 'cause I'm not good at speaking english. Could you help me to fix some of these problems?

What works:
Audio
Camera
Mic
Keyboard
Battery status
Screen brightness
Usb 3.1 and Usb 3.1 type c
Native power management (maybe)
Appstore


What doesn't work:
Backlight keys (works but I can't modify brightness, it seems to be stuck to the same color and bright that I have on windows)
Touchpad (Elan1200 i2c. I tried A LOT of guides, A LOT of KP and boot loop. Can't find in Ioreg.)
Can't turn off bluetooth
Wifi (I don't need it, I don't want to change my wifi card)
Gtx 1050 (I need to disable it, or with optimus technology it's already disabled?)

What I didn't test
Sleep/wake (What is it? Maybe works)
Sd reader

I read https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/, all the links inside that i needed, and some threads on other sites.

My primary goal is to achieve a working touchpad and to know if in this status, my hackintosh is good to work with (I use final cut pro and reaper/protools). Thanks to those who will help me
 
Hi, I want to start with my apologies, 'cause I'm not good at speaking english. Could you help me to fix some of these problems?

What works:
Audio
Camera
Mic
Keyboard
Battery status
Screen brightness
Usb 3.1 and Usb 3.1 type c
Native power management (maybe)
Appstore


What doesn't work:
Backlight keys (works but I can't modify brightness, it seems to be stuck to the same color and bright that I have on windows)
Touchpad (Elan1200 i2c. I tried A LOT of guides, A LOT of KP and boot loop. Can't find in Ioreg.)
Can't turn off bluetooth
Wifi (I don't need it, I don't want to change my wifi card)
Gtx 1050 (I need to disable it, or with optimus technology it's already disabled?)

What I didn't test
Sleep/wake (What is it? Maybe works)
Sd reader

I read https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/, all the links inside that i needed, and some threads on other sites.

My primary goal is to achieve a working touchpad and to know if in this status, my hackintosh is good to work with (I use final cut pro and reaper/protools). Thanks to those who will help me
trackpad:

you won't be able to turn off bluetooth as it is most likely intel

disable your nvidia:
unless you can mod your BIOS and disable nvidia that way
 
Thanks.
I've already tried the guide of the discrete graphics. I'm stuck because when I search with Maciasl, I can't find the INI method of my discrete device.
Here my INI method:


Method (_INI, 0, NotSerialized) // _INI: Initialize
{
Store (LTRY, LTRS)
Store (OBFY, OBFS)
}

Method (_INI, 0, NotSerialized) // _INI: Initialize
{
Store (LTRZ, LTRS)
Store (OBFZ, OBFS)
}

Method (_INI, 0, NotSerialized) // _INI: Initialize
{
Store (LTRX, LTRS)
Store (OBFX, OBFS)
}
]

Scope (\_SB.PCI0.GFX0)
{
Method (_INI, 0, NotSerialized) // _INI: Initialize
{
Store (DID1, Index (TLPK, Zero))
Store (DID2, Index (TLPK, 0x02))
Store (DID3, Index (TLPK, 0x04))
Store (DID4, Index (TLPK, 0x06))
Store (DID5, Index (TLPK, 0x08))
Store (DID6, Index (TLPK, 0x0A))
Store (DID7, Index (TLPK, 0x0C))
Store (DID2, Index (TLPK, 0x0E))
Store (DID1, Index (TLPK, 0x0F))
Store (DID2, Index (TLPK, 0x11))
Store (DID3, Index (TLPK, 0x12))
Store (DID2, Index (TLPK, 0x14))
Store (DID4, Index (TLPK, 0x15))
Store (DID2, Index (TLPK, 0x17))
Store (DID5, Index (TLPK, 0x18))
Store (DID2, Index (TLPK, 0x1A))
Store (DID6, Index (TLPK, 0x1B))
Store (DID2, Index (TLPK, 0x1D))
Store (DID7, Index (TLPK, 0x1E))
}
/SPOILER]
 
VoodooI2C.kext 2.2 cause me a kernel panic. I tried another voodooI2C.kext for Elan1200 but it doesn't work (attach files)
 

Attachments

  • VoodooI2C.kext ELAN1200.zip
    65.5 KB · Views: 42
Last edited:
Status
Not open for further replies.
Back
Top