Jump to content

patch DSDT tasti luninosità.


kernel26

Recommended Posts

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

  • Administrators
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

  • Like 1
Link to comment
Share on other sites

49 minutes ago, 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

questi valori da dove gli estrapoli con ioreg?

Link to comment
Share on other sites

naturalmente funziona perché ci hai messo mani tu.

 

 

Schermata 2020-01-28 alle 14.50.13.png

 

 

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.

 

Schermata 2020-01-28 alle 14.53.54.png

Edited by kernel26
Link to comment
Share on other sites

1 hour ago, 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

🙂

 

 

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

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
  • Recently Browsing   0 members

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.