ID | | Article Title | Post Date |
646 |
| How can I read UDF Formatted SxS cards? | Aug-11-17 |
680 |
| Is the Qio E3 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 |
| The OS X 10.8.2 update breaks compatibility with Qio, Qio CF4, and Qio E3 pro media readers, resulting in kernel panics on systems with Qio v1.1.6 and earlier software installed. By following the steps below, you may enable your system to work again, but the Qio will not operate after the procedure until you install Qio v1.1.8 or later software.
Process:
1. Cold-boot your computer holding the cmd and R keys together (this forces the computer to boot from the recovery partition)
2. Select the language
3. Open the Disk Utility application
- If your main operating system drive is locked (grayed out), select it and choose to “unlock” in the icon list at the top of the screen
- Note the name of the volume that holds your operating system - usually "Macintosh HD" – you will need this name later in these instructions
4. Quit Disk Utility
5. From the Utilities Menu, open the Terminal application.
6. Type the following commands, pressing the Enter key in between each command:
NOTE: In the following commands, <VOLNAME> is the name of the partition that your operating system resides on. This should have been obtained in step 3b. If your volume name has a space in it, such as "Macintosh HD", a “\” character must precede the space in the volume name (ie "Macintosh\ HD")
rm -r /Volumes/<VOLNAME>/System/Library/Extensions/STPCIFamily*
cp -rf /Volumes/<VOLNAME>/Library/Application\ Support/QIO/IOPCIFamily.kext /Volumes/<VOLNAME>/System/Library/Extensions
touch /Volumes/<VOLNAME>/System/Library/Extensions
7. Quit all applications and restart the computer.
|
  |
713 |
| My Qio Does Not Recognize My SD-to-SxS Adapter | May-07-13 |
| If you are using the Qio or Qio E3 connected via Thunderbolt to a Mac running OS X 10.8.2+, this is a known issue that may be fixed by installing this software patch .
Background
With the release of OS X 10.8.2, Apple disabled USB 2.0 drivers over Thunderbolt. Because many SD-to-SxS adapters use the ExpressCard USB interface, and Qio and Qio E3 support USB-based adapters through the ExpressCard (SxS) slots' USB interfaces, the adapters are not recognized under 10.8.2+. Sonnet's USB 2.0 Over Thunderbolt Patch for Qio/Qio E3 removes the limitation and allows your adapter to be recognized.
|
  |
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 |
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. |
  |
  |