aaalias Posted December 10, 2015 Share Posted December 10, 2015 Hi, i bought this: http://de.aliexpress.com/item/10pcs-2-Port-Hidden-Inside-USB-3-0-USB3-0-to-Expresscard-Express-Card-Adapter-Converter/890018770.html I also read here: https://osxlatitude.com/index.php?/topic/6562-gmyle-expresscard-34mm-to-usb-30/ and downloaded GenericUSBXHCI.kext.zip Where do i need to put this kext file? It´s still in Downloads now. Maybe i don´t need this file or another one? The card is recognized as you can see in the picture but it´s not reading from my USB 2.0 HD. As i read USB 3.0 is able to read from USB 2.0 devices, isn´t it? Link to comment Share on other sites More sharing options...
Administrators Hervé Posted December 10, 2015 Administrators Share Posted December 10, 2015 You can place/copy/move the kext to /System/Library/Extensions or /Library/Extensions, then repair permissions and rebuild the cache. On next reboot, the kext will load and your card should be working as you expect. To repair permissions, open up Terminal and enter the following commands: sudo chmod -R 755 /System/Library/Extensions (or /Library/Extensions) sudo chown -R 0:0 /System/Library/Extensions (or /Library/Extensions) To rebuild the cache, enter the following commands: sudo touch /System/Library/Extensions (or /Library/Extensions) sudo kextcache -Boot -U / Link to comment Share on other sites More sharing options...
aaalias Posted December 14, 2015 Author Share Posted December 14, 2015 I get an error Message with the second command Link to comment Share on other sites More sharing options...
aaalias Posted December 14, 2015 Author Share Posted December 14, 2015 i copied and pasted, there is a blank key missing in command two, now i got this: Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted December 14, 2015 Moderators Share Posted December 14, 2015 Rerun sudo chmod -R 755 /System/Library/Extensions sudo chown -R 0:0 /System/Library/Extensions sudo touch /S*/L*/E* sudo kextcache -Boot -U / Link to comment Share on other sites More sharing options...
Administrators Hervé Posted December 14, 2015 Administrators Share Posted December 14, 2015 It'll work without the typos (and without the text between brackets)! Is it really that difficult to properly type a couple of command lines? Link to comment Share on other sites More sharing options...
Recommended Posts