An update:
Maybe this will give you a clue:
Before Minera, we were using Minepeon. We were able to access it via
https://192.168.1.11 (login: minepeon password: peon) but we could not get our miner up and running because both bgfminer and cgminer were unable to find devices.
The index page of
https://192.168.1.11 (Minepeon) was displaying "No devices running".
This is what we get after login to minepeon via ssh:
minepeon / # dmesg | tail
[ 5.640462] pl2303 1-1.3.1:1.0: pl2303 converter detected
[ 5.657400] usb 1-1.3.1: pl2303 converter now attached to ttyUSB1
[ 5.657588] pl2303 1-1.3.2:1.0: pl2303 converter detected
[ 5.672909] usb 1-1.3.2: pl2303 converter now attached to ttyUSB2
[ 5.673098] pl2303 1-1.3.3:1.0: pl2303 converter detected
[ 5.685946] usb 1-1.3.3: pl2303 converter now attached to ttyUSB3
[ 6.189869] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6.450010] systemd-journald[69]: Received request to flush runtime journal from PID 1
[ 7.084438] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
// dmesg command displays 4 USBs: ttyUSB0, ttyUSB1, ttyUSB2, ttyUSB3.
minepeon /dev # lsusb
Bus 001 Device 008: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 007: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 006: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 005: ID 058f:6254 Alcor Micro Corp. USB Hub
Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
// lsusb command displays 4 devices, including device 004, 006, 007 and 008.
minepeon /dev # ls -l /dev/ttyUSB0
crw-rw-rw- 1 root uucp 188, 0 Sep 3 18:25 /dev/ttyUSB0
minepeon /dev # ls -l /dev/ttyUSB1
crw-rw-rw- 1 root uucp 188, 1 Sep 3 18:25 /dev/ttyUSB1
minepeon /dev # ls -l /dev/ttyUSB2
crw-rw-rw- 1 root uucp 188, 2 Sep 3 18:26 /dev/ttyUSB2
minepeon /dev # ls -l /dev/ttyUSB3
crw-rw-rw- 1 root uucp 188, 3 Sep 3 18:26 /dev/ttyUSB3
minepeon /dev # ls -l /dev/ttyUSB4
// ls -l /dev/ttyUSB* command shows that all 4 USBs are visible (device ID's 004, 006, 007 and 008 in /dev/ttyUSB0, /dev/ttyUSB1, /dev/ttyUSB2 and /dev/ttyUSB3)
The problem is that both bfgminer and cgminer were unable to find devices:
Minepeon - bfgminer
bfgminer version 3.10.0 - Started: [2015-09-03 18:23:08] - [ 0 days 00:03:58]
[M]anage devices [P]ool management [S]ettings [D]isplay options [H]elp [Q]uit
Connected to eu.stratum.xxxxxxxx.com diff 8 with stratum as user xxxxx.worker1
Block: ...f7b48b24 #372863 Diff:54.3G (388.4Ph/s) Started: [18:25:52]
ST:2 F:0 NB:3 AS:0 BW:[ 72/ 6 B/s] E:0.00 I: 0.00 BTC/hr BS:0
0 | 0.0/ 0.0/ 0.0 h/s | A:0 R:0+0(none) HW:0/none
------------------------------------------------------------------------------------------------------------------------------
NO DEVICES FOUND: Press 'M' and '+' to add
------------------------------------------------------------------------------------------------------------------------------
M
(no devices)
[Plus] Add device(s) [Enter] Close device manager
+
Enter "auto", "all", or a serial port to probe for mining devices.
Prefix by a driver name and colon to only probe a specific driver.
For example: erupter:/dev/ttyUSB39
Enter target:erupter:/dev/ttyUSB1
We have tried auto, all, erupter:/dev/ttyUSB1, /dev/ttyUSB1 without any luck.
(no devices)
[Plus] Add device(s) [Enter] Close device manager
No new devices found
Same for cgminer:
Minepeon - cgminer
cgminer version 4.0.1 - Started: [2015-09-03 18:10:37]
--------------------------------------------------------------------------------------------------
(5s):0.000 (avg):0.000h/s | A:0 R:0 HW:0 WU:0.0/m
ST: 2 SS: 0 NB: 1 LW: 255 GF: 0 RF: 0
Connected to eu.stratum.xxxxxxxx.com diff 8 with stratum as user xxxxx.worker1
Block: 109ede25... Diff:54.3G Started: [18:10:37] Best share: 0
--------------------------------------------------------------------------------------------------
[U]SB device management [P]ool management [S]ettings [D]isplay options [Q]uit
--------------------------------------------------------------------------------------------------
Hotplug interval:5
0 USB devices, 0 enabled, 0 disabled, 0 zombie
[S]ummary of device information
S
Select an option or any other key to return
Bus 1 Device 8 ID: 067b:2303 Prolific Technology Inc. USB-Serial Controller D inactive
Bus 1 Device 7 ID: 067b:2303 Prolific Technology Inc. USB-Serial Controller D inactive
Bus 1 Device 6 ID: 067b:2303 Prolific Technology Inc. USB-Serial Controller D inactive
Bus 1 Device 4 ID: 067b:2303 Prolific Technology Inc. USB-Serial Controller D inactive
4 total known USB devices
Hotplug interval:5
0 USB devices, 0 enabled, 0 disabled, 0 zombie
We have tried to manually add devices for both bfgminer and cgminer but without any luck. Maybe it's something to do with the drivers for USB-Serial Controller as it's status is inactive and I can confirm that all cables are plugged in to motherboard etc:
Bus 1 Device 8 ID: 067b:2303 Prolific Technology Inc. USB-Serial Controller D inactive
Any advice?
Thanks,
Dawid