Advertisement
Guest User

Untitled

a guest
Jun 19th, 2015
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. How to use a Generic USB 2.0 10/100M Ethernet Adaptor RD9700 on Mac OS 10.10 Yosemite
  2. by Steven Skoczen — about a 2 minute read.
  3. If you bought a cheap aftermarket USB-Ethernet adapter like me and found that it doesn't work on Yosemite, here's what you need to get it going.
  4.  
  5.  
  6. Seriously. You can stop tearing you hair out now. It'll all be ok.
  7.  
  8.  
  9. As with all advice on the internet, you can't sue me if this sets fire to your cat or sends ninjas to your house. You're doing this on your own, and I assume no liability or warranty for what you do.
  10.  
  11.  
  12. Steps to get your adapter working
  13.  
  14.  
  15. 1. Uninstall the dozens of other drivers you may have installed in the process of trying to get this working.
  16.  
  17. 2. Unplug your USB adapter, and reboot and give yourself a clean slate.
  18.  
  19. 3. Download and install the drivers from the CD, kindly uploaded by this fine human being.
  20.  
  21. 4. Reboot.
  22.  
  23. 5. Open your terminal, and run sudo nvram boot-args="kext-dev-mode=1"
  24.  
  25. 6. Reboot.
  26.  
  27. 7. Open your terminal, and run sudo kextload /System/Library/Extensions/USBCDCEthernet.kext
  28.  
  29. 8. Reboot.
  30.  
  31. 9. Plug in your USB Adapter, with a live ethernet cable.
  32.  
  33. 10. Open System Preferences, and go to the Network Pane.
  34.  
  35. 11. Hit the + button in the bottom right, select the "USB 2.0 10/100M Ethernet Adapter", and hit add.
  36.  
  37. You're all set! Your adapter works!
  38.  
  39. Apologize to the people you care about for the things you've said over the past few hours. They won't understand, but they will forgive you.
  40.  
  41.  
  42. What's going on.
  43.  
  44. The old drivers still work, no problem, but are being blocked in Yosemite because they aren't "signed" properly, since they weren't re-issued for Yosemite. As "unsigned" drivers, Mac OS refuses to load them, saying they constitute a security hazard.
  45.  
  46.  
  47. What step 5 does is instructs your computer to set itself to "developer mode", which allows you to load unsigned kexts. This is a mild security risk, but it should be fine for most people. If you're in doubt, please make the decision that makes the most sense for your security concerns. You might be better off just buying legit Apple hardware so you don't have to disable the security. That's your call.
  48.  
  49.  
  50. If you ever do go legit and want to undo it, just run sudo nvram boot-args="kext-dev-mode=0, and things will be back where you left them.
  51.  
  52.  
  53. Anyhow, after hours of searching and pulling out my own hair, I thought it'd be worth sharing the solution! Enjoy!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement