Pages:
Author

Topic: Official FutureBit Moonlander 2 Driver and Support Thread - page 10. (Read 71401 times)

newbie
Activity: 3
Merit: 0
I hate to be constantly asking questions and it seems like im taking the easy way out but i keep running into road blocks and i spend hours trying to make it work before asking on here.  When i start the command ./start_moonlander2.sh it takes me to the mining screen and there 2 things happen. Either it doesnt find any devices on my powered usb hub or i get this message futurebit write error input/output error.  I am so lost on why these 4 moonlanders arent showing up as a device

So, you may need to figure out where the Moonlander is connected, then declare it.  I just got into this, and if you are not used to to the terminal it can be frustrating.  I wrote this so it will do the work for you in Linux (if you are on a Raspberry Pi).

export MoonlanderDEV=$(dmesg | grep tty | awk '/cp210x/ {print $NF}' | tail -n1)
echo $MoonlanderDEV
./bfgminer --scrypt -S /dev/$MoonlanderDEV --set MLD:clock=600 -o stratum+tcp://scrypt.na.mine.zpool.ca:3433/#skipcbcheck -u -p c=,sd=128


if you run "dmesg | grep tty" it will return the plug/unplug events and state where the device "mounts".  Awk then searches and prints only the appropriate line (something to the effect of "ttyUSB0").  Tail only prints the last time it was done.  I set that as an environmental variable, then run the bfgminer based on that.

(I only do this because I also have a Gekko Newpac and the two do not play well together unless you specify the ports)

I hope this helps!
newbie
Activity: 11
Merit: 0
I hate to be constantly asking questions and it seems like im taking the easy way out but i keep running into road blocks and i spend hours trying to make it work before asking on here.  When i start the command ./start_moonlander2.sh it takes me to the mining screen and there 2 things happen. Either it doesnt find any devices on my powered usb hub or i get this message futurebit write error input/output error.  I am so lost on why these 4 moonlanders arent showing up as a device
newbie
Activity: 11
Merit: 0
Thanks for your help  and your suggestions worked!!! but now when i do command ./start_moonlander2.sh  it takes me to the screen where it looks its mining but tells me it doesnt show any devices.  It is telling me its not reading my moonlanders.  How do i fix this?  i tried rebooting, turning the USB hub on and off, and also unplugging and plugging the moonlanders back in and still nothing.  It wont read any of the 4!!! i am soooooo close to get this running its frustrating

cd into /dev and run ls...do you see a bunch of /dev/USBx devices?


I havent tried that yet.  One of the times on the mining screen it showed 4 USB devices and all their stats were are 0 and looked like they were ready to mine but nothing happened.  It would find a new block but then say it cant find my device.  this is what it would say
Code:
no device found: press "m" or "+"
  then it would ask for me to either type auto or all to add the devices and when i would do that it would just say the same thing.  No device found
legendary
Activity: 2061
Merit: 1388
Thanks for your help  and your suggestions worked!!! but now when i do command ./start_moonlander2.sh  it takes me to the screen where it looks its mining but tells me it doesnt show any devices.  It is telling me its not reading my moonlanders.  How do i fix this?  i tried rebooting, turning the USB hub on and off, and also unplugging and plugging the moonlanders back in and still nothing.  It wont read any of the 4!!! i am soooooo close to get this running its frustrating

cd into /dev and run ls...do you see a bunch of /dev/USBx devices?
member
Activity: 82
Merit: 10
Does anyone know if BFGminer for Raspberry pi has been updated yet to include auto-restart?

I don't think I ever updated those binaries since most people self-compile on pi's. I'll get around to pushing an updated release for these with some fixes after im done with the full node update for the Apollo.

me no know linux Huh

I had to reimage my Pi,   download/extract the new  armv6.tgz   edited the .sh,   double click,  starts fine,  runs fine
But over a random amount of time,   bfgminer closes.
double click .sh,   starts fine, runs fine
repeat

Would the mention above about auto-restart fix this problem I'm having?
newbie
Activity: 11
Merit: 0
Thanks for your help  and your suggestions worked!!! but now when i do command ./start_moonlander2.sh  it takes me to the screen where it looks its mining but tells me it doesnt show any devices.  It is telling me its not reading my moonlanders.  How do i fix this?  i tried rebooting, turning the USB hub on and off, and also unplugging and plugging the moonlanders back in and still nothing.  It wont read any of the 4!!! i am soooooo close to get this running its frustrating
newbie
Activity: 11
Merit: 0
Im stuck as well.  I pretty much get all the way to the end and keep getting this error.  Keep in mind i am running 2 newpacs right now as well if that matters.

./bfgminer: error while loading shared libraries: libncurses.so.5: cannnot open shared object file: No such file or directory



Please help ive been stuck for hours and cant figure it out

Make sure you have installed the proper library and retry

Code:
sudo apt install libncurses5

if that does not work try this


Code:
ln -s /usr/lib/libncurses++w.so.6.1 /usr/lib/libtinfo.so.5
ln -s /usr/lib/libncurses++w.so.6.1 /usr/lib/libncurses.so.5
ldconfig

Awesome i will try this.  Thank you!
legendary
Activity: 2061
Merit: 1388
Im stuck as well.  I pretty much get all the way to the end and keep getting this error.  Keep in mind i am running 2 newpacs right now as well if that matters.

./bfgminer: error while loading shared libraries: libncurses.so.5: cannnot open shared object file: No such file or directory



Please help ive been stuck for hours and cant figure it out

Make sure you have installed the proper library and retry

Code:
sudo apt install libncurses5

if that does not work try this


Code:
ln -s /usr/lib/libncurses++w.so.6.1 /usr/lib/libtinfo.so.5
ln -s /usr/lib/libncurses++w.so.6.1 /usr/lib/libncurses.so.5
ldconfig
newbie
Activity: 11
Merit: 0
Im stuck as well.  I pretty much get all the way to the end and keep getting this error.  Keep in mind i am running 2 newpacs right now as well if that matters.

./bfgminer: error while loading shared libraries: libncurses.so.5: cannnot open shared object file: No such file or directory



Please help ive been stuck for hours and cant figure it out
newbie
Activity: 17
Merit: 0
Are you installing the lib files as sudo?  next check for any command line omissions i.e. spaces, crtrl characters especially if you are copying and pasting on the pi in the editor. i just got my little farm up and running no problems.  you got this!
newbie
Activity: 3
Merit: 0
I've gone over this over and over and tried installing the Moonlander 2 as in the PDF instructions and on here and all the fixes I seen on here.  But the same error keeps coming up.  On a clean install on a Raspberry Pi 0 W with all updates.  I've got it working on my Windows PC, but it seems to scan the COM ports on the PC messing up stuff I need on there, so I need this to work on my Pi 0 W.
Code:
pi@raspberrypi:~/miner/bfgminer_5.4.2-futurebit2_linux_armv6 $ ./start_moonlander2.sh
./bfgminer: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory

any help would be greatly welcome.
newbie
Activity: 88
Merit: 0
So I screwed up and dropped one of my ML2's. Now it no longer powers up. The USB connector was bent down some but I don't see any other physical damage to it. When I first tried it after the fall I could swear I saw the power LED come on briefly but now the 5-volt input is showing almost a dead short now.
I disconnected the fan and removed the USB connector incase it got screwed up somehow but the 5-volt input still reads .7-.8 ohms. Comparing it to one of my others I know this is not normal. I am assuming this is only a two-layer board so I don't have internal damage to the layers. Neither of the V-core or V-MEM outputs seems to be shorted when I check across there output caps. I don't know what else to check. Nether U1 or U2 measure a dead short on any of there pins but I can not Identify them from there markings. Does anyone know what these 5 pin devices are? U1 reads "RAGQ" and U2 reads "L2F" with a manufacturing logo on it that I can not Identify. Any ideas where else I could look to get this thing running again?

If the USB connector got bent, most likely one of the USB pin contacts got popped off the pad on the board. Just put a solder iron to the 4 pins and make sure they are soldered on there well and see if that does it.

I have removed the USB connector but still, I measure .6-.7 ohms where the 5 volts from the USB connector was soldered to the board.
legendary
Activity: 2061
Merit: 1388
So I screwed up and dropped one of my ML2's. Now it no longer powers up. The USB connector was bent down some but I don't see any other physical damage to it. When I first tried it after the fall I could swear I saw the power LED come on briefly but now the 5-volt input is showing almost a dead short now.
I disconnected the fan and removed the USB connector incase it got screwed up somehow but the 5-volt input still reads .7-.8 ohms. Comparing it to one of my others I know this is not normal. I am assuming this is only a two-layer board so I don't have internal damage to the layers. Neither of the V-core or V-MEM outputs seems to be shorted when I check across there output caps. I don't know what else to check. Nether U1 or U2 measure a dead short on any of there pins but I can not Identify them from there markings. Does anyone know what these 5 pin devices are? U1 reads "RAGQ" and U2 reads "L2F" with a manufacturing logo on it that I can not Identify. Any ideas where else I could look to get this thing running again?

If the USB connector got bent, most likely one of the USB pin contacts got popped off the pad on the board. Just put a solder iron to the 4 pins and make sure they are soldered on there well and see if that does it.
newbie
Activity: 88
Merit: 0
So I screwed up and dropped one of my ML2's. Now it no longer powers up. The USB connector was bent down some but I don't see any other physical damage to it. When I first tried it after the fall I could swear I saw the power LED come on briefly but now the 5-volt input is showing almost a dead short now.
I disconnected the fan and removed the USB connector incase it got screwed up somehow but the 5-volt input still reads .7-.8 ohms. Comparing it to one of my others I know this is not normal. I am assuming this is only a two-layer board so I don't have internal damage to the layers. Neither of the V-core or V-MEM outputs seems to be shorted when I check across there output caps. I don't know what else to check. Nether U1 or U2 measure a dead short on any of there pins but I can not Identify them from there markings. Does anyone know what these 5 pin devices are? U1 reads "RAGQ" and U2 reads "L2F" with a manufacturing logo on it that I can not Identify. Any ideas where else I could look to get this thing running again?
newbie
Activity: 88
Merit: 0
Does anyone know if BFGminer for Raspberry pi has been updated yet to include auto-restart?

I don't think I ever updated those binaries since most people self-compile on pi's. I'll get around to pushing an updated release for these with some fixes after im done with the full node update for the Apollo.

Thank you for your time.
member
Activity: 291
Merit: 73
Hi, excuse me do you know how much LTC make monthly? Thanks a lot!!!

One ML2@ Litecoinpool with good cooling and clock 768 generate  0.0072 LTC in the month (currently,without energy and extra costs )
legendary
Activity: 2061
Merit: 1388
Does anyone know if BFGminer for Raspberry pi has been updated yet to include auto-restart?

I don't think I ever updated those binaries since most people self-compile on pi's. I'll get around to pushing an updated release for these with some fixes after im done with the full node update for the Apollo.
newbie
Activity: 88
Merit: 0
Hi, excuse me do you know how much LTC make monthly? Thanks a lot!!!

Just how much LTC you can mine depends on how you are mining them. These miners max out at about 5MH/s.
newbie
Activity: 88
Merit: 0
Does anyone know if BFGminer for Raspberry pi has been updated yet to include auto-restart?
member
Activity: 114
Merit: 151
might give that a try.  It's a new one just shipped from futurebit directly so possibly the voltage is wrong.  All the others work fine.  Just managed to isolate it to one.


** Edit **
I believe it is a voltage issue.  It must have been set too low from the developer on this one stick.  All the others works fine and will hit the target 600 Mhz speed and will overclock to 700 without having to change voltages just fine.   This one stick I'm having trouble with on the other hand 540 Mhz is the highest it'll go.  It still does the Asic restarts but not as common as before.  If I want it to run perfect with no restarts, 480 Mhz is the most stable.


** Edit 2 lol **
Ok voltage was the issue.  When comparing this unit  against the others as well as the pictures on the first page, the core pot was not turned with the flat end pointing down.  I turned it clockwise to match and it's now hashing 4.2Mh at 700Mhz without a single restart.   Thanks for the help.
Pages:
Jump to: