Baio77 Posted June 2, 2019 Share Posted June 2, 2019 Come vedi a me apre il tuo SSDT https://postimg.cc/sBd6cngD"> Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 "Baio77" post_id="36187" time="1559463106" user_id="55"> Come vedi a me apre il tuo SSDT https://postimg.cc/sBd6cngD"> non trovo le righe corrette come da guida nel mio file SSDT-4-xh_cfsd4.aml. sapreste indicarmi, @Gengik84[/mention] oppure @baio77[/mention]? grazie. PS parte per caso dalla linea 361? Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted June 2, 2019 Administrators Share Posted June 2, 2019 le trovi su ogni singola porta usb in caso allega origin Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 eccolo Ha scritto dopo 6 minuti 1 secondo: io ad esempio ho non funzionante la sh05 e nell'ssdt in questione, se non ho letto male, siamo alla riga 821. di tutto questo, per capirci, cosa modifico? [code]Scope (\_SB.PCI0.XHC.RHUB.HS05) { Method (_UPC, 0, NotSerialized) // _UPC: USB Port Capabilities { If ((H5TC == Zero)) { Return (GUPC (H5CN)) } Else { Return (\_SB.UBTC.RUCC (H5CR, One)) ========METTO Zero qui per disattivarla? } } Method (_PLD, 0, NotSerialized) // _PLD: Physical Location of Device { If ((H5TC == Zero)) { Return (GPLD (H5VS, 0x05)) } Else { Return (\_SB.UBTC.RUCC (H5CR, 0x02)) [/code] origin.zip Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 Devi modificare l’argomento di GUPC. Quello tra parentesi tonde. Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 Return (GUPC (H5CN)) questo intendi? devo scrivere qui Zero al posto di H5CN? Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 Esatto. Zero o One in base a se la porta è attiva o no. Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 eseguo.grazie Ha scritto dopo 27 minuti 58 secondi: "foskvs" post_id="36211" time="1559482329" user_id="58"> Esatto. Zero o One in base a se la porta è attiva o no. assolutamente negativo: mi funziona solo il mouse... non è quella la dicitura da cambiare! Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 Allora se non è l'una è l'altra. Modifica dove hai detto qui: https://www.macos86.it/viewtopic.php?p=36198#p36198">viewtopic.php?p=36198#p36198">https://www.macos86.it/viewtopic.php?p=36198#p36198 Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 "foskvs" post_id="36219" time="1559484451" user_id="58"> Allora se non è l'una è l'altra. Modifica dove hai detto qui: https://www.macos86.it/viewtopic.php?p=36198#p36198">viewtopic.php?p=36198#p36198">https://www.macos86.it/viewtopic.php?p=36198#p36198 ok. provo Ha scritto dopo 9 minuti 50 secondi: "foskvs" post_id="36219" time="1559484451" user_id="58"> Allora se non è l'una è l'altra. Modifica dove hai detto qui: https://www.macos86.it/viewtopic.php?p=36198#p36198">viewtopic.php?p=36198#p36198">https://www.macos86.it/viewtopic.php?p=36198#p36198 una domanda: basta poi premere Compile https://postimg.cc/CzJsMjBx"> e poi salva, corretto? a video non succede nulla se non la finestrella di avviso di eventuali errori, ottimizzazioni ecc...? altra cosa: in Drop tablet devo riportare l'esatto nome del SSDT? nel mio caso SSDT-4-xh_cfsd4.aml, corretto? Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 No, devi salvare dal menu in alto. Per Drop Tables devi mettere solo il TableID, come da guida: https://www.macos86.it/viewtopic.php?f=45&t=5">viewtopic.php?f=45&t=5">https://www.macos86.it/viewtopic.php?f=45&t=5 Nel tuo caso, è xh_cfsd4 Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 "foskvs">No, devi salvare dal menu in alto. Per Drop Tables devi mettere solo il TableID, come da guida: https://www.macos86.it/viewtopic.php?f=45&t=5">viewtopic.php?f=45&t=5">https://www.macos86.it/viewtopic.php?f=45&t=5 Nel tuo caso, è xh_cfsd4 Si fatto, ma non funziona con la seconda modifica. Devo riprovare con la prima. Comunque per Compile e salva facevo giusto: prima compile con contestuale uscita della finestrella avvisi, chiudevo la suddetta poi salva dal menu in alto di Maci... Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted June 2, 2019 Administrators Share Posted June 2, 2019 presta attenzione al drop della tabella originale e dichiara quella parcata in SortedOrder Comunque si... modifichi compili e salvi Ha scritto dopo 1 minuto 18 secondi: ah ovviamente niente path per port limit e USBInjectALL Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 "Gengik84">presta attenzione al drop della tabella originale e dichiara quella parcata in SortedOrder Comunque si... modifichi compili e salvi Ha scritto dopo 1 minuto 18 secondi: ah ovviamente niente path per port limit e USBInjectALL Non ho capito la prima parte Link to comment Share on other sites More sharing options...
Administrators Gengik84 Posted June 2, 2019 Administrators Share Posted June 2, 2019 come da mia guida per la mappatura devi droppare quella patchata... prima ho scritto male... correttore :D Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 sono cosi ma nulla Ha scritto dopo 1 minuto 38 secondi: Dovrei aver fatto giusto. Puoi verificare gengik84? Ho tolto anche i kext... config.plist.zip SSDT-4-xh_cfsd4.aml.zip Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 Dovrei aver fatto giusto. Puoi verificare gengik84? Ho tolto anche i kext... Ha scritto dopo 3 minuti 27 secondi: Gengik le porte disattivate sono hs5,hs6, dalla 10 alla 13 poi le ss dalla 3 in avanti... Mia moglie ha bisogno del pc...puoi mapparmi tu per cortesia così sistemiamo in tempi umani? Grazie Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 Gengik le porte disattivate sono hs5,hs6, dalla 10 alla 13 poi le ss dalla 3 in avanti... Mia moglie ha bisogno del pc...puoi mapparmi tu per cortesia così sistemiamo in tempi umani? Grazie Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 Prova con questo. Allega ioreg. SSDT-4-xh_cfsd4.aml.zip Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 Provo subito Ha scritto dopo 5 minuti 48 secondi: Nada! Tutto fermo, solo mouse! Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 Nada! Tutto fermo, solo mouse! Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 Prova questo e allega ioreg. SSDT-4-xh_cfsd4.aml.zip Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 "foskvs">Prova questo e allega ioreg. Il config lo hai guardato? Ho impostato tutto giusto? Link to comment Share on other sites More sharing options...
Supervisor. foskvs Posted June 2, 2019 Supervisor. Share Posted June 2, 2019 Sì, il config è giusto. Link to comment Share on other sites More sharing options...
dadal75 Posted June 2, 2019 Author Share Posted June 2, 2019 "foskvs">Sì' date=' il config è giusto.[/quote'] Nulla, come prima. Solo mouse 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