skunkone Posted March 8, 2020 Share Posted March 8, 2020 Hello guys, i've installed Catalina 15.3 on my Fujitsu LH532 and i would like some help in order to finish my build. I'm having a hard time getting brightness to work. I've tried 2 methods both failed. 1st method Clover-> Add PNLF & Intel Backlight - Intel Backlight Max. 2nd method SSDT-PNLF & WEG I can see slider in syspref but its not working Working: Ethernet USB Sleep Graphics Accelaration Battery Trackpad Camera (Disabled for now cause it breaks sleep) Not working: Backlight - brightness Specs FUJITSU LH532 i7-3632QM GraphicsIntel HD4000 Thanks in advance for your help. Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 https://www.olarila.com/topic/5722-guide-brightness-hotkey-remapping/ -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 (edited) Hello MaLd0n, I've followed the guide you posted and now I can change brightness with fn+f5/f6 (I was able to do that before with f14+f15). But the problem is that brightness won't change neither from syspref>slider nor from hotkeys. I get this behaviour when I use the latest voodoops2controller ( this kext doesn't recognise my ALPS trackpad so I am using it as a mouse) When I use VoodooPS2Controller-R6RC2.kext (trackpad recognised) when I press fn+f6 I can see brightness icon but it also lowers my volume (fn+f8) In both cases I can't change brightness Bellow is my original Methods for Q11 and Q12 Method (_Q11, 0, NotSerialized) // _Qxx: EC Query { Store (0x11, P80H) If (LEqual (^^^GFX0.DD02._DCS (), 0x1D)) { Return (Zero) } Notify (^^^GFX0.DD02, 0x87) Store (One, ^^FJEX.BLLF) Notify (FJEX, 0x80) } Method (_Q12, 0, NotSerialized) // _Qxx: EC Query { Store (0x12, P80H) If (LEqual (^^^GFX0.DD02._DCS (), 0x1D)) { Return (Zero) } Notify (^^^GFX0.DD02, 0x86) Store (One, ^^FJEX.BLLF) Notify (FJEX, 0x80) } Edited March 9, 2020 by skunkone Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 try this PNLF into_all device label PNLF remove_entry; into scope label _SB insert begin Device (PNLF)\n {\n Name (_HID, EisaId ("APP0002")) // _HID: Hardware ID\n Name (_CID, "backlight") // _CID: Compatible ID\n Name (_UID, 0x10) // _UID: Unique ID\n Name (_STA, 0x0B) // _STA: Status\n }\n end -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 I added PNLF device into dsdt and removed PNLF-SSDT.aml Same behaviour. Hotkeys and slider work but brightness stay the same. One thing that changed is applepanel before it was FT14Txxxx now it is FT16Txxxx. Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 Also in IORegistryExplorer> PNLF Apple Max brightness = 0x56 shouldn't it be 0x710 for Ivy? I tried Set Intel backlight options with same result Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 ye, try with 14 = 0x0E Name (_UID, 0x0E) // _UID: Unique ID\n -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 Still the same behaviour Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 check weg pnlf ssdt SSDT-PNLF.dsl.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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 same as before. could it be something in my dsdt or my clover settings? I've been trying for a week now to fix brightness. Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 post one full dump https://www.olarila.com/files/Utils/RunMe.app.ziphttps://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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 https://we.tl/t-zuGyXfkeSa Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 58 minutes ago, skunkone said: https://we.tl/t-zuGyXfkeSa http://s000.tinyupload.com/index.php?file_id=00778595917736577733 -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 Just booted with your EFI. Now it shows the option for automatically adjust brightness under the slider but brightness stay the same. ? Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 6 minutes ago, skunkone said: Just booted with your EFI. Now it shows the option for automatically adjust brightness under the slider but brightness stay the same. ? extract new send_me with my folder -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 19 minutes ago, MaLd0n said: extract new send_me with my folder http://s000.tinyupload.com/?file_id=43801707333020061023 Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 1 hour ago, skunkone said: http://s000.tinyupload.com/?file_id=43801707333020061023 DSDT.aml.zip try with clover pnlf -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 30 minutes ago, MaLd0n said: DSDT.aml.zip 16.69 kB · 0 downloads try with clover pnlf tried no brightness. with clover plnf uid = 10 applepanel = default with weg plnf uid = 14 applepanel = F14Txxxx Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted March 9, 2020 Administrators Share Posted March 9, 2020 no idea, check google -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 Consulting for macOS Hackintosh since 2006 HERE Link to comment Share on other sites More sharing options...
skunkone Posted March 9, 2020 Author Share Posted March 9, 2020 thanks for your help. i'll keep looking ? Link to comment Share on other sites More sharing options...
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