I received my Moonlander 2 today and I can not get to work on either of my two linux boxes. I am running Ubuntu 16.04 on both machines. When I run lsusb:
Bus 006 Device 002: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
when I run dmesg:
[1746203.975666] usb 6-1: new full-speed USB device number 2 using xhci_hcd
[1746204.162324] usb 6-1: New USB device found, idVendor=10c4, idProduct=ea60
[1746204.162329] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1746204.162331] usb 6-1: Product: FutureBit Moonlander 2
[1746204.162333] usb 6-1: Manufacturer: FutureBit
[1746204.162335] usb 6-1: SerialNumber: 2ca47d36230be71194d9f95433cb487a
[1746205.198180] usbcore: registered new interface driver usbserial
[1746205.198194] usbcore: registered new interface driver usbserial_generic
[1746205.198205] usbserial: USB Serial support registered for generic
[1746205.201203] usbcore: registered new interface driver cp210x
[1746205.201216] usbserial: USB Serial support registered for cp210x
[1746205.201246] cp210x 6-1:1.0: cp210x converter detected
[1746205.219355] usb 6-1: cp210x converter now attached to ttyUSB0
But when I run ./start_moonlander2.sh
bfgminer version 5.4.2-34-gea3ba70 - Started: [2017-12-01 16:30:43] - [ 0 days 00:01:10]
[M]anage devices [P]ool management [S]ettings [D]isplay options [H]elp [Q]uit
Pool 0: us.litecoinpool.or Diff:1m +Strtm LU:[16:31:50] User:jstefanop.1
Block: ...2abc04de8b3ac40b Diff:1.5M (10.76T) Started: [16:30:42] I: 0.00 BTC/hr
ST:2 F:0 NB:1 AS:0 BW:[105/ 9 B/s] E:0.00 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
-------------------------------------------------------------------------------------------
[2017-12-01 16:30:37] Waiting for devices; press 'M+' to add, or 'Q' to quit
[2017-12-01 16:30:37] Probing for an alive pool
[2017-12-01 16:30:42] Pool 0 stratum+tcp://us.litecoinpool.org:3333 alive
[2017-12-01 16:30:42] Pool 0 is hiding block contents from us
[2017-12-01 16:30:42] Network difficulty changed to 1.5M (10.76T)
[2017-12-01 16:30:42] Stratum from pool 0 detected new block
I tried to manually enter with "mld:/dev/ttyUSB0", but I get "No new devices found".
I thought to try to build it myself, but there is no "build.sh" or "configure.sh" in the source code. And I could not get "git clone" to work.
Any ideas what to try next?