NanoFury USB not recognized

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
perogi
 
Posts: 1
Joined: Wed Jan 08, 2014 8:21 pm

NanoFury USB not recognized

Post by perogi »

Hello! I purchased a kit to set up a BANNED miner from this tutorial http://learn.adafruit.com/piminer-raspb ... d-assembly.

The tutorial was great (I didn't get a chance to solder the screen yet though) and I was able to install everything I needed. I found another Rasp Pi tutorial to install bfgminer and that's running with no issues.

What's wrong you might ask? The NanoFury NF1 USB miners are not recognized.

When I type lsusb before plugging in the USB miner, I get the following:

Code: Select all

Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 005: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
After it's the same list plus the last entry:

Code: Select all

Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 005: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
Bus 001 Device 006: ID 04d8:00de Microchip Technology, Inc.
Using dmesg - here's the difference before plugging in the USB miner and after plugging it in.

Code: Select all

> [ 3070.196063] usb 1-1.2.6: new full-speed USB device number 6 using dwc_otg
> [ 3070.301594] usb 1-1.2.6: New USB device found, idVendor=04d8, idProduct=00de
> [ 3070.301626] usb 1-1.2.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [ 3070.301643] usb 1-1.2.6: Product: NanoFury NF1 V0.7 by MLM
> [ 3070.301657] usb 1-1.2.6: Manufacturer: Microchip Technology Inc.
> [ 3070.301672] usb 1-1.2.6: SerialNumber: 0000075901
> [ 3070.314195] hid-generic 0003:04D8:00DE.0001: hiddev0,hidraw0: USB HID v1.11 Device [Microchip Technology Inc. NanoFury NF1 V0.7 by MLM] on usb-bcm2708_usb-1.2.6/input0
If I go to /dev/, there's no entry for /dev/ttyUSB*.

Any thoughts on what to do? I've tried different 'solutions': Thank you for any ideas.
perogi.

User avatar
adafruit_support_mike
 
Posts: 67391
Joined: Thu Feb 11, 2010 2:51 pm

Re: NanoFury USB not recognized

Post by adafruit_support_mike »

Based on the dmesg output, it looks like the RasPi is making a good connection to the device.

It looks like the device might be getting created at /dev/usb-bcm2708_usb-1.2.6/input0 . Try listing that and see if you find anything.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”