Jump to content
nikhilrathore_1999

Problem during installation (MacOs Mojave)

Recommended Posts




[ref]nikhilrathore_1999[/ref], Obviously you did not read the guide. Else, you will understand the term EC method which was mentioned specifically in the guide.


That guide requires you to do the necessary for a working hotkey remapping. Each laptops are different. Good Luck.

i am so sorry to annoy you i read the guide but my console doesn't show my ec method that's why i don't know my ec method sorry to distrub please forgive me on my mistakes


Added in 14 minutes 44 seconds:

please atleast reply because i have more problem regarding audio



[ref]nikhilrathore_1999[/ref], Obviously you did not read the guide. Else, you will understand the term EC method which was mentioned specifically in the guide.


That guide requires you to do the necessary for a working hotkey remapping. Each laptops are different. Good Luck.

Link to comment
Share on other sites

i read the guide but my console doesn't show my ec method that's why i don't know my ec method

I have no idea if you had applied RH's debug patch and used debug kext in order to achieve the ec method in console.


However, assuming you had done correctly and no EC method were found, then you might have more luck with this solution.


https://github.com/hieplpvip/AsusSMC

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)

Link to comment
Share on other sites

I have no idea if you had applied RH's debug patch and used debug kext in order to achieve the ec method in console.


However, assuming you had done correctly and no EC method were found, then you might have more luck with this solution.


https://github.com/hieplpvip/AsusSMC

should i use this along with virualsmc. conflit won't arise ??
Link to comment
Share on other sites

[ref]nikhilrathore_1999[/ref], No idea. I don't have Asus laptop to test.

Last issue my all fn keys works except brightness and audio might have problem when i switch from windows to catalina then my laptop speaker won't work headphone jack works can u suggest a fix??


Added in 28 minutes 24 seconds:

[ref]nikhilrathore_1999[/ref], No idea. I don't have Asus laptop to test.

i find my ec method using asussmc

it shows Q0F, QD3 full increase and QOE,QD4 for down can u suggest now for brightness

Link to comment
Share on other sites

Last issue my all fn keys works except brightness and audio might have problem when i switch from windows to catalina then my laptop speaker won't work headphone jack works can u suggest a fix??


Added in 28 minutes 24 seconds:

i find my ec method using asussmc

it shows Q0F, QD3 full increase and QOE,QD4 for down can u suggest now for brightness

[ref]nikhilrathore_1999[/ref], No idea. I don't have Asus laptop to test.

??
Link to comment
Share on other sites

i find my ec method using asussmc

it shows Q0F, QD3 full increase and QOE,QD4 for down can u suggest now for brightness

AsusSMC might be using a different method I am not sure of.


However, based on the guide here https://Olarila.com/forum/viewtopic.php?f=28&t=8396


Using this patch is possible by simply making the mentioned changes,

1. Replace _Q1D & _Q1C with your EC method.

2. Replace PS2M with your keyboard device name

3. Check if your DSDT uses LPC or LPCB and change the patch accordingly.

4. Apply patch.

 

into method label _Q1D replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n
end;
into method label _Q1C replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n
end;

 

when i switch from windows to catalina then my laptop speaker won't work headphone jack works

No idea.

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)

Link to comment
Share on other sites

AsusSMC might be using a different method I am not sure of.


However, based on the guide here https://Olarila.com/forum/viewtopic.php?f=28&t=8396


Using this patch is possible by simply making the mentioned changes,

1. Replace _Q1D & _Q1C with your EC method.

2. Replace PS2M with your keyboard device name

3. Check if your DSDT uses LPC or LPCB and change the patch accordingly.

4. Apply patch.

 

into method label _Q1D replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n
end;
into method label _Q1C replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n
end;

 

No idea.

finally all works fine everything last thing I wanted to ask you about battery drainage(I removed every ssdt and extra kext in my clover)


Added in 11 minutes 2 seconds:

finally all works fine everything last thing I wanted to ask you about battery drainage(I removed every ssdt and extra kext in my clover)

https://drive.google.com/open?id=11gO-px2e8OhOBJ7ebTk6lqAqtC1r-Go3


Added in 4 minutes 51 seconds:

finally all works fine everything last thing I wanted to ask you about battery drainage(I removed every ssdt and extra kext in my clover)


Added in 11 minutes 2 seconds:

https://drive.google.com/open?id=11gO-px2e8OhOBJ7ebTk6lqAqtC1r-Go3

Last Issue my trackpad not as smooth as in windows can u fix?

Screenshot 2019-12-08 at 6.11.51 PM.zip

Link to comment
Share on other sites

AsusSMC might be using a different method I am not sure of.


However, based on the guide here https://Olarila.com/forum/viewtopic.php?f=28&t=8396


Using this patch is possible by simply making the mentioned changes,

1. Replace _Q1D & _Q1C with your EC method.

2. Replace PS2M with your keyboard device name

3. Check if your DSDT uses LPC or LPCB and change the patch accordingly.

4. Apply patch.

 

into method label _Q1D replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n
end;
into method label _Q1C replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n
Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n
end;

 

No idea.

??
Link to comment
Share on other sites

Last Issue my trackpad not as smooth as in windows can u fix?

Update BIOS if it's available. Or, wait for new release of kext.

 

battery drainage

You cannot compare battery life between Windows and hack. Generally, battery is bad in hackintosh.


Remove VoodooTSCSync.kext if you can boot without it.

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)

Link to comment
Share on other sites

Update BIOS if it's available. Or, wait for new release of kext.


You cannot compare battery life between Windows and hack. Generally, battery is bad in hackintosh.


Remove VoodooTSCSync.kext if you can boot without it.

A problem is occured when it goes into deep sleep then it restarted and work is gone can u suggest a fix ??


Added in 6 minutes 42 seconds:

A problem is occured when it goes into deep sleep then it restarted and work is gone can u suggest a fix ??

???
Link to comment
Share on other sites

[ref]nikhilrathore_1999[/ref], use intelgfx fake 0x12345678

Hello Mald0n, I am very happy because my laptop is fully configured to macOs catalina 10.15.2, but there is one issue left battery is drain very fast and internal microphone only works when headphone is connected without it cannot works

I use crucial bx500 240SSD which takes 24 sec to boot macOs can i get more fast boot time

please help me out for above issues, Thanks Mald0n!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...