eGPU using Sonnet Echo Express SE II

13 min read

I recently upgraded to a new eGPU setup which is faster than the one I describe in this post. It is built around the Sonnet Echo Express SE II and using a long thunderbolt cable and a thunderbolt dock with HDMI enables me to have a silent gaming setup built around my laptop. Adding a hard disk frees up some much-needed space on my laptop without sacrificing hard disk speed.

Disclaimer

This post contains links to Amazon where I get a small commission if you purchase anything after clicking on these links - at no extra cost to you! But only if you have explicitly consented to this. I have purchased all the mentioned products myself and I only link to products that I believe are the best for my readers. If you want to help out even more, take a look here.

Features

Setup

Parts

The case

Right / back side
  1. 200mm GPU fan
  2. 200mm laptop fan
  3. GPU
  4. Room for a secondary GPU (SLI or PhysX dedicated card)
  5. 2x USB 3.0 ports
  6. Optical thunderbolt cable plugged into the laptop
  7. Thunderbolt cable connected to the PE4L
  8. Power to the Sonnet Echo Express SE II that powers the laptop fan and supplies power to the SATA / USB add in card and hard disk.
  9. Power to the GPU via the ATX PSU
Top
  1. GPU
  2. Small rubber pads to keep my laptop scratch free when placing it on top of the setup
  3. 200mm laptop fan
  4. 200mm GPU fan
  5. Power to the GPU via the ATX PSU
  6. Power to the Sonnet Echo Express SE II and a picoPSU-80 that powers the laptop fan and supplies power to the SATA / USB add in card and hard disk.
Front
  1. Sonnet Echo Express SE II
  2. picoPSU-80
  3. ATX PSU
  4. Sonnet Echo Express Adapter Pro (Used for the PE4L, not plugged in the picture)
  5. SSD
  6. GPU
  7. 200mm laptop fan
  8. 200mm GPU fan
Left side
  1. picoPSU-80
  2. ATX PSU
  3. Sonnet Echo Express Adapter Pro. Currently not connected to the PE4L to expand with the third pci-e slot
  4. 200mm laptop fan
Back

No description, everything has been described in the previous pictures.

The modified pci-e riser

I will not go into detail how I modified the PCI-E riser, but you can do the same following this post. It basically cuts the 3 and 12 volt powerlines from the PCI-E slot and gets power directly from the PSU. It is only needed if you want to get the internal screen (Optimus) working under Windows 7. Windows 8 is plug and play, but only working to my knowledge on an external monitor.

The modified PCI-E riser cable is visible in the middle of the picture

The 2,5mm DC barrel plug

I used a few of these to route the power from the Sonnet PSU to a picoPSU-80 which powers the fan under the laptop and supplies extra power to the SATA / USB add in card. I could have used the ATX PSU to power the whole thing, but since I plan to remotely power on and off the GPU only using a Belkin WeMo, then it was easier just to have separate PSU’s

The power from the power brick is split between the Sonnet Echo Express SE II and the picoPSU-80 12V

The remote control

From my previous posts it is written that you need to power cycle the GPU when rebooting the laptop. With the 10 meter cable that can be a pain to time it correctly. The solution is simple, a small remote control to control the wall socket I use for the ATX PSU which powers the GPU.

Simple way to power cycle the GPU remotely

Software

With my previous setup I used a different and much more complex approach to install the software:

When installing games to play that I know I will only play using the eGPU setup (3D intensive), I install them to the SSD connected to the eGPU setup to save space on my laptop drive.

UPDATE 22-06-2014
Getting Optimus to work was quite easy once I found these two posts, here and here. I used the Windows 7 USB/DVD download tool to create a bootable USB stick with Windows 8.1N, plugged it in and booted to the OS selection menu holding down the ALT key. I choose Windows USB and installed it to my previous bootcamp partition. I then followed the steps below taken from the above posts every time I want to get Optimus working. Install bootcamp and NVIDIA drivers when booting the first time. If the external GPU does not show up in device manager, make sure you make a full shutdown from Windows 8.1N and then try again.

So I have worked out a repeatable process for getting my Optimus setup to work:

  1. Turn off Macbook.
  2. Power off Sonnet (I actually pull the power out of the unit). This seems to reset the state of the Sonnet to clean.
  3. Turn off power supply to GPU.
  4. Power on Sonnet and plug in Thunderbolt cable.
  5. Turn on laptop holding ALT/Option to allow OS selection.
  6. When MacBook startup chime happens (a couple of seconds after power on) turn on GPU power supply.
  7. Choose Windows from the OS selection menu.

This works 3/3 times. I think the key learning is to make sure you turn off/unplug the Sonnet so any memory/state is lost from their board.

Of course, if you want to use an external screen then just turn off the MacBook and make sure the Sonnet and the GPU are powered and it will just work.

The above steps have worked every time for the past few days. Notice that I don’t even need to use my bootcamp partition, I can install Windows 8.1N to my SSD connected to the eGPU setup to free even more space on the laptop.

UPDATE 23-08-2014
After doing a reinstall I could not get both the SATA / USB card to work alongside the eGPU. If I pulled out the SATA / USB card and followed the above steps everything worked fine, with the SATA / USB card I got an error 12. To solve this problem I did a DSDT override using this guide, remember to enable test signing. When compiling the file you might get some errors, for my macbook pro 13 retina (late 2013 model) I got the error “syntax error, unexpected PARSEOP NOTIFY, expecting ‘,’ or ‘)’”. To solve this I changed the line with the error from

If (LEqual (PARM, 0x01))
{
   Or (\_SB.PCI0.AUDE, 0x20, \_SB.PCI0.AUDE)
   \_SB.PCI0.HDAU.ASTR (\_SB.PCI0.HDAU.AINI (\_SB.PCI0.HDAU.CXDC ()), Notify (\_SB.PCI0, 0x00))
}

to

If (LEqual (PARM, 0x01))
{
  Or (\_SB.PCI0.AUDE, 0x20, \_SB.PCI0.AUDE)
  \_SB.PCI0.HDAU.ASTR ()
  \_SB.PCI0.HDAU.AINI ()
  \_SB.PCI0.HDAU.CXDC ()
  Notify (\_SB.PCI0, 0x00)
}

A word of warning: I have no idea if my fix is the correct one, but it seems to be working fine and looks the same as here (search for ‘HDAU.ASTR’)

UPDATE 22-09-2014
After a major crash windows crash I could not the setup working again using the above steps. The one difference from I had was the default boot partition was bootcamp. I changed this back to OSX in the bootcamp control panel and then everything worked fine again

The final product

Internal screen accelerated
Boot without a HDMI / DVI cable connected to the GPU and no external monitor connected using the thunderbolt docking station

The laptop is getting cooled by the 200mm fan
The setup hooked up to my work laptop in the living room

Internal screen accelerated with external monitor connected through thunderbolt
Boot without a HDMI / DVI cable connected to the GPU and external monitor connected using the thunderbolt docking station. Now we have two displays, the internal one and external one, both accelerated.

Lenovo T430s connected to the eGPU setup using the short cable…
… and the long thunderbolt cable is connected to the eGPU setup and the CalDigit thunderbolt dock…
… enabling a fully silent setup in the living room, fully controllable using a mouse and keyboard connected to the CalDigit thunderbolt dock!

External monitor accelerated Boot with HDMI / DVI cable connected to the eGPU. This gives the fastest performance, but the drawback on a Macbook Pro is that the internal GPU gets turned off so no internal monitor

eGPU setup connected to an external monitor

One could use a long HDMI cable in conjunction with the 10m thunderbolt cable connected to the CalDigit thunderbolt dock to move the screen further away, but I prefer to use the previous example to only have a single cable even though I get a performance hit since the display signal takes some bandwidth from the thunderbolt cable. See the next section about performance Here is a quickly, and badly, made video of the setup to give you an impression of the whole thing:

Performance

I do not expect 3DMark to increase, since bandwidth does not affect the benchmark much, see this post. Therefore I also test using Unigine since it appears to be more bandwidth sensitive, see here

The following tests are executed using a 13 inch retina MacBook Pro late 2013 with 16 GB ram.

Unigine Valley 1.0 benchmark

Presets:

 BasicExtremeExtreme HD
HD5100 - fps14,75,03,8
HD5100 - score616208160
GTX 760 (internal) - fps40,040,332,4
GTX 760 (internal) - score167416861354
GTX 760 (external) - fps85,444,735,3
GTX 760 (external) - score357518701479

Using higher resolutions makes the difference between internal and external monitor using the GPU very small compared to lower resolutions or lower AA.

3DMark

 Fire strike extremeFire strikeSky diver
HD51004009214077
GTX 760 (internal)249242098660
 Cloud gateIce storm extremeIce storm
HD510057503620946045
GTX 760 (internal)79752141130124

Notice that the level entry test “Ice storm” is faster using the internal GPU, this is most likely a bandwidth issue. Where the setup really shines is the heavier benchmarks like Fire strike.

On my to-do list is testing higher resolutions using external monitors, the highest tested is 1080p. I don’t own any monitor that has higher resolution than 1080p

Noise

All measurements were made 10 cm from the eGPU setup using the iPhone app Decibal. Not an accurate way, but gives you a ballpark estimate of the noise.

This is without the GPU fans spinning at full speed. I expect to able to reduce the noise by disabling the GPU fans and only letting the 200mm fan cool the card. Of course with a 10m optical thunderbolt cable you can completely eliminate any noise from the eGPU setup by moving the laptop to another room.

Or even better, eliminate the noise from the eGPU and laptop by leaving the laptop connected with the short 0,5m thunderbolt cable and using the second thunderbolt port on the eGPU docking station to connect the 10m thunderbolt cable to the CalDigit thunderbolt. The CalDigit thunderbolt has HDMI, 3 USB ports, Ethernet, audio and microphone and a secondary thunderbolt port, enabling completely silent gaming setup!

See the video below to see the setup with an idle GPU and the fans set to low, then in the middle of the video set to high.

Price

The price of the Sonnet Echo Express SE II is 500 USD. This is twice as much as my old setup which consisted of the PE4L (70 USD) and the Sonnet Echo Express Adapter Pro (170 USD) = 240 USD. If you need to save money, that is one way to go, but you get one quarter of the bandwidth which might not be enough for you. You can get the cheaper Sonnet Echo Express SEL for 350 USD on Amazon which only have a single PCI-E slot, but it is still thunderbolt 2. The cheapest way is to skip thunderbolt altogether and just get the PE4Lfor 70 USD, but is requires your laptop to have an pci express port.

If you want an estimate of the total cost, you need to look up the price on the parts list earlier in the post.

Whats next?

That was my brief description of my eGPU setup, leave a comment if you have any questions

UPDATE 20-08-2014
Added a 3DMark benchmark (iGPU and eGPU using the internal monitor only, but it adds some high resolution benchmarks. Also added a secondary harddisk

UPDATE 01-04-2015
I would not recommend this setup anymore, a cheaper and better setup can be seen in my blog post here if you just need it for attaching a single graphics card

Enjoyed this content?

Help keep it free by sending a donation. You can also subscribe to various site feeds to get notified of new posts, follow me on social media, and more.

Explore more:

eGPUOpenBeam

↑ back to top