I installed OS X El Capitan beta on my Macbook. Now my Nano-sized Chinese Arduino operating on CH340 chip reboots the laptop when USB is unplugged. While plugged, it works fine, I can upload sketches and send/receive data via Serial.
I've tried reinstalling the CH340 driver and running the following command as per this solution and it didn't help:
sudo nvram boot-args="kext-dev-mode=1 rootless=0"
I appreciate any ideas...