Jump to content
35 posts in this topic

Recommended Posts

Prova con il DSDT allegato (Tutte le patch, compreso audio, dischi arancioni e USB rinominate) insieme al tuo config modificato.

Come viene visto il tuo mac da info di sistema? MacPro3,1,  MacPro4,1? Sarebbe meglio configurare SMBIOS, ma per il momento prova così

DSDT.aml 2.zip

config.plist 2.zip

Niente usb3.0 per quel poco che ne capisco. Cosa vedi in Informazioni di sistema / USB

 

 

USB 2.0

Concordo, Anche per me sono Renesas....

@ GPB Quindi se non ci sbagliamo, almeno  per ora, niente usb 3.0

 

 

Si sono Renesas 100%

No Jolly. Le mie usb 3.0 sono Renesas e come sai bene adesso funzionano perfettamente.

 

6LNUXK.th.png

 

La procedura di mat7733 nasce proprio per le MoBo Gigabyte.

 

Quale kext hai installato ?

Tocca aspettare sviluppi futuri.

 

???

 

Eccola: questa risolve il problema usb 3.0 sulle mobo Gigabyte

 

 

Required files.

 

RehabMan's version of MaciASL - https://bitbucket.or....atic/downloads

FakePCIID.kext and FakePCIID_XHCIMux.kext - https://bitbucket.or....i-id/downloads

Kext Wizard - http://www.insanelym....ller-and-more/

 

 

First of make sure that XHCI is set to smart auto EHCI Handoff and XHCI Handoff are set to enabled in the BIOS. mines F8.

 

Then you need the patch for _OSI -> XOSI from the BRIX config.plist:https://github.com/R...IX-s-DSDT-Patch(config.plist/ACPI/DSDT/Patches, first entry).

 

Basically in Clover Configurator you need to open your config.plist and under the ACPI section you need to add a DSDT Patch.

1. click the little + icon on the right

2. for comment put change _OSI to XOSI

3. for find* [HEX] put 5F4F5349

4. for Replace* [HEX] put 584F5349

 

Whilst in Clover onfigurator turn of clover auto fixes for USB

acpi - FixUSB (untick them)

devices - USB (untick them)

and

rt Variables - booterconfig 0x28 and CsrActiveConfig 0x67

 

Save your config.plist and reboot your hack.

 

Than open RehabMan's version of MaciASL and change the compiler options to ACPI 5.0 and then select file - new.

 

You should have a blank window.

 

Paste the code below into it, Save As SSDT-XOSI.aml, format: "ACPI Machine Language Binary", place in ACPI/patched in the clover folder on your EFI partition.

 

Code:

DefinitionBlock ("SSDT-XOSI.aml", "SSDT", 1, "hack", "hack", 0x00003000)

{

// All _OSI calls in DSDT are routed to XOSI...

// XOSI simulates "Windows 2012" (which is Windows 8)

// Note: According to ACPI spec, _OSI("Windows") must also return true

// Also, it should return true for all previous versions of Windows.

Method(XOSI, 1)

{

// simulation targets

// source: (google 'Microsoft Windows _OSI')

// http://download.micr...inACPI_OSI.docx

Name(WINV, Package()

{

"Windows", // generic Windows query

"Windows 2001", // Windows XP

"Windows 2001 SP2", // Windows XP SP2

"Windows 2006", // Windows Vista

"Windows 2006 SP1", // Windows Vista SP1

"Windows 2009", // Windows 7/Windows Server 2008 R2

"Windows 2012", // Windows 8

})

Return (LNotEqual(Match(WINV, MEQ, Arg0, MTR, 0, 0), Ones))

}

}

//EOF

Then using Kext wizard install FakePCIID.kext and FakePCIID_XHCIMux.kext and reboot your hack, on one attempt here my keyboard and mouse stopped working straight away so i just reset using the reset button on the case.

 

Hopefully you will now have USB working correctly. Check by inserting a USB3 drive and open system report and see if it shows up under the USB3 bus, also check a USB2 device in the USB3 ports.

 

Like I said before this works for me, it may or may not work for you.

 

I'm by no means a expert but I feel I have learned a fair bit from RehabMan in the last week, so I'll try and help if I can.

 

PS, I found it useful to enable screen sharing, so, if your keyboard and or mouse stops working from messing around with the USB ports, you could still control your hack from another mac.

@GBP

Scarica  l'archivio allegato e scompattalo sul Desktop. metti il file SSDT-XOSI.aml nella cartella EFI/CLOVER/ACPI/patched i due kexts nella cartella EFI/CLOVER/kexts/10.11 ed infine sostituisci il config con quello allegato, riavvia e fai sapere

Procedura mat7733.zip

×
×
  • Create New...