Qio for Mac
Please click the arrow next to the category to expand or collapse:
Driver (6)
Firmware (2)
Manual (4)
FAQ (31)
IDArticle TitlePost Date
491 Are Sonnet Tempo SATA cards compatible with the Drobo S?Feb-02-11
Sonnet has tested the following cards with the Drobo S:
Tempo SATA E2P..............................compatible
Tempo SATA E4P..............................not compatible
Tempo SATA ExpressCard/34...........compatible
Tempo SATA Edge ExpressCard/34...compatible
Tempo SATA Pro ExpressCard/34.....not compatible
Tempo SATA X4P..............................not compatible
Qio eSATA ports...............................not compatible
 
495 My P2 card is unexpectedly unmounting from my Qio after I wake a Mac Pro or MacBook Pro from sleep.Aug-01-13
499 I get a blue screen on my Mac Pro/MacBook Pro instead of booting when I connect QioMar-24-10
The first time you boot with the Qio connected, the screen will stay blue for up to 6 minutes while the Mac is configuring the Qio slot space. Please be patient. Subsequent boots should be normal. Note that you must install the Qio software before connecting the Qio.
 
501 Are all C600X CF Cards more or less equal performance in a Qio?Mar-22-10
503 Can I power the Qio from a FireWire port on a MacBook Pro?Mar-23-10
509 Is the Qio driver compatible with a 64-bit kernel boot of OS X 10.6 or 10.7?Aug-01-13
Yes. Compatiblity requires Qio software version 1.2.3 or later.
 
510 Can I use the AJA IO Express with the Sonnet Qio in a MacBook Pro?Mar-23-10
512 My Qio was working fine with my ExpressCard/34 bus interface card, but the Qio does not work with my PCIe Express bus interface card in an early 2009 MacPro.Mar-31-10
514 My unibody MacBook Pro will spontaneously restart after shutdown with Qio attached.Mar-31-10
Check the bottom of the Qio for the serial number.
This can occur on some Qio units with a serial number begins with A, B, or C. Contact Sonnet support for more information.
 
516 What kind of battery can I use with the Qio?Apr-08-10
527 Why does my Maci take so long to boot when the Qio is attached? Jul-31-13
528 Why can't a Mac Pro acknowledge the Qio if it is plugged in after the Mac is booted? Sep-13-13
536 With a Qio connected, my Mac Pro kernel panics when I shut down after using Avid Media Composer.Jul-31-13
Avid Media Composer 4.05 is not compatible with the Sony SxS driver. Please seek support from Avid and/or Sony.
 
547 I'm getting a OS X kernel panic when I remove an SxS card from the Qio connected to a tower Mac Pro that also has a video capture card installed.Oct-31-14
563 I'm getting a long blue screen when I boot a Mac with Qio installed.Sep-13-13
566 I upgraded to 10.6.8 and my system no longer boots.Sep-26-11
576 What version of OS X do I need to use Qio with MacBook Pro?Aug-20-14
581 Is Qio Compatible with 17" Thunderbolt MacBook Pro?Sep-13-13
632 Is Qio compatible with Echo ExpressCard/34 Thunderbolt Adapter?Jul-31-13
633 Is Qio compatible with the Matrox T/ADP Thunderbolt Port Adapter?Feb-28-12
No, the Qio software is not yet compatible with a Thunderbolt connection. When Qio is compatible, it should work with the Matrox T/ADP Thunderbolt Port Adapter.
 
639 Is the Qio PCIe 2.0 Bus Extender card compatible in all slots of the Mac Pro 5,1?May-06-13
646 How can I read UDF Formatted SxS cards?Aug-11-17
You need to download and install the Sony SxS UDF Driver, available here http://pro.sony.com/bbsc/ssr/cat-recmedia/resource.downloads.bbsccms-assets-mkt-recmedia-downloads-upgrades.shtml
 
648 Why is the Panasonic OS X P2 driver not compatible with 64-bit mode, while the Sony SxS driver, CF driver and SATA drivers are compatible with 64-bit mode?Oct-31-14
651 Do Qio and Qio CF4 support UDMA 7 CompactFlash cards?May-06-13
Yes, Qio and Qio CF4 support UDMA 7 CompactFlash cards in UDMA 6 mode.

Background: CompactFlash Revision 6.0 (November 2010) added UltraDMA Mode 7 (167 MB/s), which is up to 20% faster than UDMA 6 (133MB/sec). All UDMA 7 CompactFlash cards are compatible with UDMA 6 cameras and readers.

The Qio's CompactFlash slots can be read concurrently. The Qio can read the fastest CF cards at up to 133MB/s each and a total aggregate of 200MB/s (two cards).

The Qio CF4 can read all four CompactFlash slots concurrently. When connected to a desktop machine, the maximum aggregate read speed is 133MB/sec (one card), 266MB/sec (two cards), 400MB/sec (three or four cards).
 
653 I connected a Red Station media reader to the eSATA ports, but the media would not mount. How do I mount the media?May-06-13
678 Is the Qio compatible with OS X 10.10 (Yosemite) and OS X 10.9.5 (Mavericks)?Oct-31-14
693 My computer kernel panics after updating OS X to 10.8.2. What can I do to fix it? (Qio/Qio CF4/Qio E3 issue)Nov-06-12
713 My Qio Does Not Recognize My SD-to-SxS AdapterMay-07-13
730 I have a Retina MacBook Pro (or other Mac introduced in 2012), and my machine won't boot after installing Qio software.Dec-06-12
Boot in safe mode. In Terminal, type: sudo nvram boot-args="dart=0x0" and restart. You can undo this later with the command sudo nvram -d boot-args .
 
757 My Stardom RAIDSonic ST3620-2S-S2 is not reliable with 6Gb drives and and a 6Gb controller.Jul-08-13
1135 Can I format an SxS card in UDF format in macOS?Jan-20-21
Yes, but you must use Terminal.
1) Open Terminal

2) Run
diskutil list
to get the name of the disk. It will be something like "disk4". Ejectable media are typically the last in the list.

3) Run
newfs_udf -v "My Volume Name" disk4
if disk4 was the correct one. The volume name is anything you want of course.

4) Unplug and replug the SxS card
(Due to somebody's bug, the disk will only mount after being ejected.)

5) You can run
newfs_udf
without any parameters to see other parameters that can be set.

The process can be automated somewhat by writing a bash script, which can be looked up on the internet.