Pages:
Author

Topic: GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread - page 99. (Read 177300 times)

newbie
Activity: 4
Merit: 0
I'm curious what's the best speed these will run at on a Pi? (considering ample cooling is supplied)
vh
hero member
Activity: 699
Merit: 666
For minimal headless Pi setup:

The raspbian image creators left a FAT32 partition there for you to further configure.

After you use Win32DiskImager to load the raspbian image onto the usb/micro sd.

Open up the usb drive in windows (labeled boot) and drop in two file into parent folder:

"ssh" - empty file, enables ssh

"wpa_supplicant.conf" - enables wifi
Code:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US

network={
   ssid="mywifi-ssid"
   psk="password"
   key_mgmt=WPA-PSK
}

Insert the card to your Pi, power it up.   Check your router for the Pi's IP and putty into it.   Cut-n-paste away.

Save off the two files once you got the right combination of ssid and password in the wpa, for future image loads.

legendary
Activity: 3808
Merit: 4078
Are you typing in zero-two, or oh-two? Because that's not a zero it's a capital "o". An invalid flag could cause the compiler to error out like that.

funny that you mentioned it..it happens to me more often than I care to admit.
My ways of dealing with it:
1. copy-paste (if on the same computer)
2. when writing manually on a piece of paper, I write 'O/o' normally, but cross '0/zero' diagonally
3. zero is narrower and taller than "o"

did I say that i dislike to distinguish between them?  Grin
legendary
Activity: 4242
Merit: 8515
'The right to privacy matters'
What do you know..... that did it.       LOL

I am glad it was something that simple.  Smiley   Thank you.


And it is running....  that actually was much easier than I thought it would be.  Smiley

is not it nice when a program actually works?
newbie
Activity: 2
Merit: 0
What do you know..... that did it.       LOL

I am glad it was something that simple.  Smiley   Thank you.


And it is running....  that actually was much easier than I thought it would be.  Smiley
legendary
Activity: 3346
Merit: 1858
Curmudgeonly hardware guy
Are you typing in zero-two, or oh-two? Because that's not a zero it's a capital "o". An invalid flag could cause the compiler to error out like that.
newbie
Activity: 2
Merit: 0
Hi all,

Sorry if this has been posted before.  I have tried reading through all 14 pages and my eyes started swimming.......

I am trying to run a gekko 2-pac on my raspberry PI 3 model B.

Setup:

Raspberry Pi is running headless and I am managing via VNC. 
latest version of raspbian
Gekko 2-pac connceted via a powered USB strip.

I follow the instructions for Debian/ Raspbian on the first post - all goes well until I get to:


CFLAGS="-O2" ./autogen.sh --enable-gekko

I get a message that I do not have privs or some sort so I retry with:

sudo CFLAGS="-O2" ./autogen.sh --enable-gekko

It chruns - does a whole mess of stuff and then I end up with:

Checking whether the c compiler works....... no
configure: error: in '/home/pi/git/vthoang/cgminer':
configure: error: C compiler cannot create executables
see 'config.log' for more details

Any ideas?  I have never been good with *UX baised OS before and I will admit that I am probably doing something stupid.  Please help....

legendary
Activity: 3346
Merit: 1858
Curmudgeonly hardware guy
My laptop runs XP (custom-upgraded Thinkpad T61). I only downgraded to 7 on my workbench machine a couple years ago or increased RAM support since, you know, everything is bloatware. I'd consider Linux on it but my experiences with massive multiscreen aren't great and this thing has six heads. I still favor Win2K, it had exactly zero cartoonish elements to it, but XP with minor tweaks is pretty much as good.
legendary
Activity: 1722
Merit: 1000
Especial good luck if you're using Windows 10, because it's probably the worst possible OS. Not just for mining, I mean, but like in general. For anything. The only tech support I'll ever give for a Win10 application is "try again with a better OS".

They started supporting XP again!!! Ahh yaaa.  Especially since half of the screens we have for gen paralleling systems use XP.. I still have my XP cd and a spare comp with it on it.
legendary
Activity: 3346
Merit: 1858
Curmudgeonly hardware guy
Especial good luck if you're using Windows 10, because it's probably the worst possible OS. Not just for mining, I mean, but like in general. For anything. The only tech support I'll ever give for a Win10 application is "try again with a better OS".
legendary
Activity: 3808
Merit: 4078
OK, then.
good luck with windows [EDIT: meant win 10]


there is definitely a learning curve for Linux. I have been dealing with it for years.   but if you get the pi, install the os , then follow the instructions you should have a pretty easy time.

there might be some learning curve for advanced linux, but there is almost zero learning curve for pi
legendary
Activity: 1722
Merit: 1000

You say that.. after 40 hours of trying still zero luck with the raspi pi.  It is easier ONLY and ONLY IF you are good with the OS else it is almost impossible and a nightmare I would never recommend anyone try.

really? where is the problem? at install or at working after install?
Did pi software install fine and you see a desktop?

i straightforward did what is in post number one with addition of a small bit in Q@A section
I don't have any 'special skills' whatsoever and i only used pi twice-for compac1 and Compac2

remember that you can right click on a cgminer folder and then choose 'open in terminal'
once in the folder and install a little string from Q/A, you don't need sudo (YOU do need to add sudo IF you did not do this little part, but vh recs not to run with sudo)
I'll put it again here:
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot


don't forget to NOT use exe, instead it is
./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32
replace solo.ckpool.or with whatever that works (if you want), same for wallet address

I will not be trying again, I have spent to much hours raging over trying to get it working with my rasp pi.  If there is a zip file created I can just put in and load up a mining program that has the drivers for the sticks I would try it, else it's windows only.  I like my hair and get stressed enough at work lol.

Or well if there was a good youtube video I might try it again.
member
Activity: 178
Merit: 12
Get a raspberry pi, so much easier to mine with that.  Pretty easy to setup if you follow the online instructions.



Im sorry if this has already been answered before but its driving me crazy and ive trawled through 14 pages and seen nothing but a sudo command to help fix the problem which dosent help in win10.

I'm getting this error:

USB init, open device failed, err -3, you don't have privilege to access - BSC device 3:5

I've followed the setup, Im using the most recent linked bcminer, running as admin. Ive tried without extensions, with extensions. I've installed the driver using Zadig.

What have i done wrong?



I have had windows automatically roll back the drivers every time I install... its annoying AF.

Try going into your device manager and rolling back the driver.

Right click on computer then manage.

You say that.. after 40 hours of trying still zero luck with the raspi pi.  It is easier ONLY and ONLY IF you are good with the OS else it is almost impossible and a nightmare I would never recommend anyone try.


there is definitely a learning curve for Linux. I have been dealing with it for years.   but if you get the pi, install the os , then follow the instructions you should have a pretty easy time.
legendary
Activity: 3808
Merit: 4078

You say that.. after 40 hours of trying still zero luck with the raspi pi.  It is easier ONLY and ONLY IF you are good with the OS else it is almost impossible and a nightmare I would never recommend anyone try.

really? where is the problem? at install or at working after install?
Did pi software install fine and you see a desktop?

i straightforward did what is in post number one with addition of a small bit in Q@A section
I don't have any 'special skills' whatsoever and i only used pi twice-for compac1 and Compac2

remember that you can right click on a cgminer folder and then choose 'open in terminal'
once in the folder and install a little string from Q/A, you don't need sudo (YOU do need to add sudo IF you did not do this little part, but vh recs not to run with sudo)
I'll put it again here:
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot


don't forget to NOT use exe, instead it is
./cgminer -o stratum+tcp://solo.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32
replace solo.ckpool.or with whatever that works (if you want), same for wallet address
legendary
Activity: 1624
Merit: 1130
Bitcoin FTW!
Get a raspberry pi, so much easier to mine with that.  Pretty easy to setup if you follow the online instructions.



Im sorry if this has already been answered before but its driving me crazy and ive trawled through 14 pages and seen nothing but a sudo command to help fix the problem which dosent help in win10.

I'm getting this error:

USB init, open device failed, err -3, you don't have privilege to access - BSC device 3:5

I've followed the setup, Im using the most recent linked bcminer, running as admin. Ive tried without extensions, with extensions. I've installed the driver using Zadig.

What have i done wrong?



I have had windows automatically roll back the drivers every time I install... its annoying AF.

Try going into your device manager and rolling back the driver.

Right click on computer then manage.

You say that.. after 40 hours of trying still zero luck with the raspi pi.  It is easier ONLY and ONLY IF you are good with the OS else it is almost impossible and a nightmare I would never recommend anyone try.
I just use a low power windows pc to run my sticks, easy to use and there's not as much hassle required. Plus it runs a Z3735F processor so it barely uses any power. On the other hand, if you're running an Altcoin miner you can pop it on that as well.
legendary
Activity: 1722
Merit: 1000
Get a raspberry pi, so much easier to mine with that.  Pretty easy to setup if you follow the online instructions.



Im sorry if this has already been answered before but its driving me crazy and ive trawled through 14 pages and seen nothing but a sudo command to help fix the problem which dosent help in win10.

I'm getting this error:

USB init, open device failed, err -3, you don't have privilege to access - BSC device 3:5

I've followed the setup, Im using the most recent linked bcminer, running as admin. Ive tried without extensions, with extensions. I've installed the driver using Zadig.

What have i done wrong?



I have had windows automatically roll back the drivers every time I install... its annoying AF.

Try going into your device manager and rolling back the driver.

Right click on computer then manage.

You say that.. after 40 hours of trying still zero luck with the raspi pi.  It is easier ONLY and ONLY IF you are good with the OS else it is almost impossible and a nightmare I would never recommend anyone try.
newbie
Activity: 4
Merit: 0
Fixed the problem,
I changed the power settings in windows and it seems to have fixed whatever issue it was having, I'm wondering if it was throttling the power to it or something? Dunno working fine now Cheesy 22g at 200.
member
Activity: 178
Merit: 12
Get a raspberry pi, so much easier to mine with that.  Pretty easy to setup if you follow the online instructions.



Im sorry if this has already been answered before but its driving me crazy and ive trawled through 14 pages and seen nothing but a sudo command to help fix the problem which dosent help in win10.

I'm getting this error:

USB init, open device failed, err -3, you don't have privilege to access - BSC device 3:5

I've followed the setup, Im using the most recent linked bcminer, running as admin. Ive tried without extensions, with extensions. I've installed the driver using Zadig.

What have i done wrong?



I have had windows automatically roll back the drivers every time I install... its annoying AF.

Try going into your device manager and rolling back the driver.

Right click on computer then manage.
vh
hero member
Activity: 699
Merit: 666
Im sorry if this has already been answered before but its driving me crazy and ive trawled through 14 pages and seen nothing but a sudo command to help fix the problem which dosent help in win10.

I'm getting this error:

USB init, open device failed, err -3, you don't have privilege to access - BSC device 3:5

I've followed the setup, Im using the most recent linked bcminer, running as admin. Ive tried without extensions, with extensions. I've installed the driver using Zadig.

What have i done wrong?


Reread the "SETTING UP USB DEVICES" in the README.txt file for "WINDOWS:" to see if anything is missed.
newbie
Activity: 4
Merit: 0
I had the same thought, driver is correct though its not being rolled back.
Pages:
Jump to: