Hi.
I built bfgminer from source (git from a couple of days ago) for my ARM based QNAP NAS (linux). It's version 3.1.4.
I have my NAS connected to a dlink USB hub and 7 USB eruptors plugged into that.
with no options returns:
All devices disabled, cannot mine!
I have tried :
./bfgminer -S /dev/usb/ttyUSBX
as well as trying it with -G to turn off GPU mining but with no luck.
Here is the device output from bfgminer -D -T -d?
[/share/HDA_DATA/Qdownload/bfgminer] # ./bfgminer -D -T -d?
[2013-08-22 01:19:09] setrlimit: Soft fd limit already identical to hard limit (1024)
[2013-08-22 01:19:09] Timers: Using clock_gettime(CLOCK_MONOTONIC)
[2013-08-22 01:19:09] Started bfgminer 3.1.4
[2013-08-22 01:19:09] ft232r_scan: Found 1d6b:0002 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 05e3:0608 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 05e3:0610 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 05e3:0610 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] ft232r_scan: Found 10c4:ea60 - not a ft232r
[2013-08-22 01:19:09] DISPLAY not set, setting :0 just in case
[2013-08-22 01:19:09] Failed to load OpenCL library, no GPUs usable
[2013-08-22 01:19:09] Not a ZTEX device 1d6b:0002
[2013-08-22 01:19:09] Not a ZTEX device 05e3:0608
[2013-08-22 01:19:09] Not a ZTEX device 05e3:0610
[2013-08-22 01:19:09] Not a ZTEX device 05e3:0610
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Not a ZTEX device 10c4:ea60
[2013-08-22 01:19:09] Devices detected:
0 devices listed
THis is the configuration optins summary
------------------------------------------------------------------------
bfgminer 3.1.4
------------------------------------------------------------------------
Configuration Options Summary:
curses.TUI...........: FOUND: ncursesw5
scrypt...............: Disabled
OpenCL...............: Enabled
sensors.monitoring.: Disabled
ADL.monitoring.....: Enabled
Avalon.ASICs.........: Enabled
BitForce.devices.....: Enabled
Icarus.FPGAs.........: Enabled
ModMiner.FPGAs.......: Enabled
X6500.FPGAs..........: Enabled
ZTEX.FPGAs...........: Enabled
libudev.detection....: no
CPU Mining...........: Disabled
Compilation............: make (or gmake)
CPPFLAGS.............: -I/opt/include -I/opt/include/ncursesw -pthread
CFLAGS...............: -g -O2 -I/share/HDA_DATA/.qpkg/Optware/bin/../lib/gcc/../../include/libusb-1.0 -pthread
LDFLAGS..............: -pthread -lpthread
LDADD................: -lrt -ldl -L/usr/local/lib/libcurl -ljansson -L/opt/lib -lncursesw -lm -lusb-1.0
Installation...........: make install (as root if needed, with 'su' or 'sudo')
prefix...............: /usr/local
and this is my dmseg | tail:
[/share/HDA_DATA/Qdownload/bfgminer] # dmesg | tail
[356363.150000] usb 1-1.3.1: new high speed USB device using orion-ehci and address 22
[356363.280000] hub 1-1.3.1:1.0: USB hub found
[356363.280000] hub 1-1.3.1:1.0: 4 ports detected
[356363.420000] usb 1-1.3.2: new full speed USB device using orion-ehci and address 23
[356363.630000] usb 1-1.3.3: new full speed USB device using orion-ehci and address 24
[356363.840000] usb 1-1.3.4: new full speed USB device using orion-ehci and address 25
[356364.050000] usb 1-1.3.1.1: new full speed USB device using orion-ehci and address 26
[356364.290000] usb 1-1.3.1.2: new full speed USB device using orion-ehci and address 27
[356364.500000] usb 1-1.3.1.3: new full speed USB device using orion-ehci and address 28
[356364.730000] usb 1-1.3.1.4: new full speed USB device using orion-ehci and address 29
[/share/HDA_DATA/Qdownload/bfgminer] #
Any help/pointers from anyone on what I might be doing wrong would be greatly appreciated.
Is it something to do with libudev.detection?
I am finding it difficult to understand the correct way to configure the new auto-detection for USB BE's. Everyone seems to do it differently.
I know if no mining devices are found it's a USB driver problem possibly? But how to fix that on linux? (not ubuntu(ipkg based system)) (I built most of the bfgminer dependencies from source)
Cheers!