Contribute
Register

NEC/Renesas USB3.0

Status
Not open for further replies.
EI Capitan 10.11 Golden Master is running on my MSI-G41M-P25 Quad Core Xeon and my H61N-USB3 booting Clover in Legacy Mode from EFI works perfect Clover version I'm using is 3259.
 

Attachments

  • Screen Shot 2015-07-18 at 23.10.55.png
    Screen Shot 2015-07-18 at 23.10.55.png
    155.5 KB · Views: 454
  • Screen Shot 2015-07-18 at 23.11.05.png
    Screen Shot 2015-07-18 at 23.11.05.png
    154.9 KB · Views: 416
There's some guys over at IM that claim Clover legacy is running El Cap, I haven't tried it. I think it's gonna be sometime before we can reliably run El Cap on x99. I've got it running but very poorly. I have not been able to do a fresh install on x99. I installed El Cap on my Z97 and then cloned the drive just to test. CloverUEFI does need to be r3263/r3264 with Rehabman's AptioFix for El Cap.
I am using 3262 I built and Rehabman's FakeSMC. Where can I get the Aptiofix? I wil try that, too.
Think I will wait till tomorrow evening to try to build another rev with CloverGrowerPro - 4:00 AM to get up tomorrow and be at work by 5:00 comes way too early after being off for 4 days!
 
I am using 3262 I built and Rehabman's FakeSMC. Where can I get the Aptiofix? I wil try that, too.
Think I will wait till tomorrow evening to try to build another rev with CloverGrowerPro - 4:00 AM to get up tomorrow and be at work by 5:00 comes way too early after being off for 4 days!

v3263 (and also v3264, the current Clover) have 128mb OsxAptioFix.

Note:
Code:
Speedy-OSX:Clover RehabMan$ svn diff -r 3262:3263
...
Index: OsxAptioFixDrv/OsxAptioFixDrv.c
===================================================================
--- OsxAptioFixDrv/OsxAptioFixDrv.c	(revision 3262)
+++ OsxAptioFixDrv/OsxAptioFixDrv.c	(revision 3263)
@@ -50,7 +50,8 @@
 
 // defines the size of block that will be allocated for kernel image relocation,
 // without RT and MMIO regions
-#define KERNEL_BLOCK_NO_RT_SIZE_PAGES	0x4000 // 64MB for
+//rehabman - Increase the size for ElCapitan to 128Mb
+#define KERNEL_BLOCK_NO_RT_SIZE_PAGES	0x8000 
 
 // TRUE if we are doing hibernate wake
 BOOLEAN gHibernateWake = FALSE;

You can build it with CGP.
 
3263 AptioFix attached. Also it appears there's a problem with the Clover HaswellE patch working on EL Cap, manually patching the kernel works fine and now El Cap is running quite nicely... :p

You have a script for manually patching the kernel for El Cap yet?
Does the latest Clover include a patch-on-the-fly for El Cap GM yet?
 
v3263 (and also v3264, the current Clover) have 128mb OsxAptioFix.

Note:
Code:
Speedy-OSX:Clover RehabMan$ svn diff -r 3262:3263
...
Index: OsxAptioFixDrv/OsxAptioFixDrv.c
===================================================================
--- OsxAptioFixDrv/OsxAptioFixDrv.c    (revision 3262)
+++ OsxAptioFixDrv/OsxAptioFixDrv.c    (revision 3263)
@@ -50,7 +50,8 @@
 
 // defines the size of block that will be allocated for kernel image relocation,
 // without RT and MMIO regions
-#define KERNEL_BLOCK_NO_RT_SIZE_PAGES    0x4000 // 64MB for
+//rehabman - Increase the size for ElCapitan to 128Mb
+#define KERNEL_BLOCK_NO_RT_SIZE_PAGES    0x8000 
 
 // TRUE if we are doing hibernate wake
 BOOLEAN gHibernateWake = FALSE;

You can build it with CGP.

Will be building the newest version - whatever it is - this afternoon when I get home.
 
Any news how to patch clover to make it work with NEC/Renesas USB 3?? I have D720201.

Cheers!
 
Any news how to patch clover to make it work with NEC/Renesas USB 3?? I have D720201.

Cheers!

No known solution for NEC/Renesas USB3.
 
So I am one of the many with a Renesas 3.0 motherboard. Asus Maximums IV , Extreme-Z.

I was in Best Buy today and saw a Insignia USB3.0 PCIe card to try. I see USB 3.0 is now in system report and it also accurately reports what 3.0 device I plug in. Kingston 3.0 card reader.

But I can not get the memory sticks to show up in Finder. It must be communicating to get the device info but I can not get files off of a SD card.

Initial research said to insure the card has 4pin power. Done and done checked with multimeter.

I need a Hint on this last push to get 3.0 back. Thanks
 
Status
Not open for further replies.
Back
Top