I had a few problems doing this from Ubuntu 15.10.
1. ADB did not see the device although it worked fine on my Nexus 4 showing that adb/fastboot were configured correctly. I had to go to /home/.android and create the document 'adb_usb.ini' (right click, new document) which contains the text '0x2970'.
Once this was done I had to run the following commands
adb kill-server
adb start-server
This allowed ADB to see the device but it said that it was offline.
2. I had to create the file /etc/udev/rules.d/51-android.rules (type into terminal 'sudo nano /etc/udev/rules.d/51-android.rules') and paste in the following line, save it (ctrl+x, y, enter).
SUBSYSTEM=="usb", ATTR{idVendor}=="2970", ATTR{idProduct}=="2282", MODE="0666"
sudo service udev restart
After this ADB and fastboot recognized the device and allowed me to follow the directions posted above or on the cyanogenmod wiki.
Hope that is of some use to someone!!!
On Windows it tells me that the it is an Unknown USB Device (Device Descriptor not recognised. Error 43).
I have done the OTA update some suggested and this doesn't help, I get the same error. I have tried changing the cable (even though the Nexus works with the cable). The device is pretty much useless if I cannot connect it to a PC (never mind the ADB/Fastboot, I can't even see the internal or external SD cards). I have Windows 8, but I have turned off the driver signing and still no luck getting a driver installed for it. I have tried the Google ADB driver, the Naked ADB driver, the Samsung ADB driver and the Intel one and nothing at all..



Linear Mode