Here are a couple of problems I ran into and how I fixed them.
Could not mount /sdcard/
Could not find any files on /sdcard/
Fix:
I pushed to /sdcard/0/ instead of just /sdcard/
(adb push supersu.zip /sdcard/0/)
============================
When I tried to install the universal driver, the...