kernel26 Posted January 28, 2020 Share Posted January 28, 2020 giorno gente, per regolare la luminosità dello schermo devo andare in pannello di controllo, scomodo. ho patchato e compilato il DSTD e messo in efi nella sua cartella. funziona a metà. F2 abbassa la luminosità: non funziona. F3 aumenta la luminosità: funziona. into method label _Q10 replace_content begin // Brightness Down\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n end; into method label _Q11 replace_content begin // Brightness Up\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n end; come faccio a capire quale codice usa per gestire correttamente? penso che il problema sia questo: (\_SB.PCI0.LPCB.PS2K, 0x0405)\n portatile in firma Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted January 28, 2020 Administrators Share Posted January 28, 2020 ma sei sicuro che i metodi sono quelli oppure hai messo a caso? Link to comment Share on other sites More sharing options...
kernel26 Posted January 28, 2020 Author Share Posted January 28, 2020 messi a caso. seguito guida di rehabman. Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted January 28, 2020 Administrators Share Posted January 28, 2020 allega dsdt originale e ioreg Link to comment Share on other sites More sharing options...
kernel26 Posted January 28, 2020 Author Share Posted January 28, 2020 (edited) sto provando a capirci qualcosa di ioreg. messo questi valori nella patch, ma non so bene costa sto facendo.... 60 e 64 Archivio.zipFetching info... Edited January 28, 2020 by kernel26 Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted January 28, 2020 Administrators Share Posted January 28, 2020 into method label _Q11 replace_content begin // Brightness Down\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n end; into method label _Q12 replace_content begin // Brightness Up\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n end; La patch nel tuo caso è questa 1 Link to comment Share on other sites More sharing options...
kernel26 Posted January 28, 2020 Author Share Posted January 28, 2020 On 1/28/2020 at 12:56 PM, Gengik84 said: into method label _Q11 replace_content begin // Brightness Down\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n end; into method label _Q12 replace_content begin // Brightness Up\n Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n end; La patch nel tuo caso è questa Expand questi valori da dove gli estrapoli con ioreg? Link to comment Share on other sites More sharing options...
kernel26 Posted January 28, 2020 Author Share Posted January 28, 2020 (edited) naturalmente funziona perché ci hai messo mani tu. mi sembrava impossibile che funzionasse tutto bene, invece adesso mi pare tutto a posto. la wifi interna è "strana". scoperto che si tratta di attacco NGFF. Edited January 28, 2020 by kernel26 Link to comment Share on other sites More sharing options...
Support Team iCanaro Posted January 28, 2020 Support Team Share Posted January 28, 2020 il boss mastica ioreg, DSDT e SSDT come noi scartiamo caramelle 😉 Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted January 28, 2020 Administrators Share Posted January 28, 2020 @kernel26 Solitamente ci arrivo leggendo le acpi, ma in generale servirebbe un debug...con questo rimarrebbe più facile anche a te C'è la guida di @Jolly in caso 🙂 Link to comment Share on other sites More sharing options...
kernel26 Posted January 28, 2020 Author Share Posted January 28, 2020 On 1/28/2020 at 2:21 PM, Gengik84 said: @kernel26 Solitamente ci arrivo leggendo le acpi, ma in generale servirebbe un debug...con questo rimarrebbe più facile anche a te C'è la guida di @Jolly in caso 🙂 Expand non la trovo. un tipo su subito mi ha chiesto: ma ci gira anche catalina? e che ne so! chiedi a gengik84 😂 scherzo, però capitava anche questo su ebay per altro sito... 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