Bitcoin Forum
March 17, 2025, 05:31:41 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: need ubuntu/lancelot teamviewer help  (Read 939 times)
squall1066 (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2310
Merit: 1032


View Profile
May 22, 2013, 09:08:45 AM
 #1

Hiya, I have 2 lancelots FPGA's that show up under windows but I cant mine with them, I have now connected one unit to a ubuntu 12.04 and I have no clue as to even see if it is recognized, Rather than instructions, I need someone to team viewer and see if they can get it working, I have a few satoshi's as a reward.

Anyone? I need this done quickly.
escrow.ms
Legendary
*
Offline Offline

Activity: 1274
Merit: 1005


View Profile
May 22, 2013, 12:26:48 PM
 #2

maybe this will help.

https://bitcointalk.org/index.php?topic=186850.msg1942542#msg1942542

CrownCloud
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
May 22, 2013, 12:35:38 PM
 #3

Hiya, I have 2 lancelots FPGA's that show up under windows but I cant mine with them, I have now connected one unit to a ubuntu 12.04 and I have no clue as to even see if it is recognized, Rather than instructions, I need someone to team viewer and see if they can get it working, I have a few satoshi's as a reward.

Anyone? I need this done quickly.

Hey,
This is how I did mine, Open terminal and run these comands one by one

apt-get install git

git clone https://github.com/ckolivas/cgminer.git

cd cgminer

./autogen.sh --enable-icarus

make && sudo make install

And then,
 cgminer `for i in /dev/ttyUSB*; do echo -en "-S $i "; done`

Should do it Smiley

if it worked, feel free to send anythign to
19J8H4f4pFYwULKpn848V8o2XFpYRHZ5kS

Smiley

CrownCloud - Internet Services
Dedicated servers, OpenVZ and KVM based VPSes and  in 4 locations. (We accept Bitcoin !)
http://crowncloud.net/
squall1066 (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2310
Merit: 1032


View Profile
May 22, 2013, 12:36:43 PM
 #4


Thanks for the tip, Problem is I have no idea what to do with the command "./cgminer-fpgaonly -S /dev/ttyUSB0 -S /dev/ttyUSB1"

When it starts I get "enter url" and thats in windows, I have downloaded in ubuntu and I cant even run cgminer.

reward is 0.1BTC for someone to teamviewer it for me.
CrownCloud
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
May 22, 2013, 12:39:55 PM
 #5


Thanks for the tip, Problem is I have no idea what to do with the command "./cgminer-fpgaonly -S /dev/ttyUSB0 -S /dev/ttyUSB1"

When it starts I get "enter url" and thats in windows, I have downloaded in ubuntu and I cant even run cgminer.

reward is 0.1BTC for someone to teamviewer it for me.

PM me the teamviwer details and i'll do it Smiley

CrownCloud - Internet Services
Dedicated servers, OpenVZ and KVM based VPSes and  in 4 locations. (We accept Bitcoin !)
http://crowncloud.net/
squall1066 (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2310
Merit: 1032


View Profile
May 22, 2013, 12:41:17 PM
 #6

Hiya, I have 2 lancelots FPGA's that show up under windows but I cant mine with them, I have now connected one unit to a ubuntu 12.04 and I have no clue as to even see if it is recognized, Rather than instructions, I need someone to team viewer and see if they can get it working, I have a few satoshi's as a reward.

Anyone? I need this done quickly.

Hey,
This is how I did mine, Open terminal and run these comands one by one

apt-get install git

git clone https://github.com/ckolivas/cgminer.git

cd cgminer

./autogen.sh --enable-icarus

make && sudo make install

And then,
 cgminer `for i in /dev/ttyUSB*; do echo -en "-S $i "; done`

Should do it Smiley

if it worked, feel free to send anythign to
19J8H4f4pFYwULKpn848V8o2XFpYRHZ5kS

Smiley

the first thing went wrong "apt-get install git"
I got

"E: Could not open lock file /var/lib/dpkg/lock - open (13:permission denied)
E: unable to lock the administration directory (/var/lib/dpkg/), are you root?"

I really am a noob.
CrownCloud
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
May 22, 2013, 12:41:51 PM
 #7

Hiya, I have 2 lancelots FPGA's that show up under windows but I cant mine with them, I have now connected one unit to a ubuntu 12.04 and I have no clue as to even see if it is recognized, Rather than instructions, I need someone to team viewer and see if they can get it working, I have a few satoshi's as a reward.

Anyone? I need this done quickly.

Hey,
This is how I did mine, Open terminal and run these comands one by one

apt-get install git

git clone https://github.com/ckolivas/cgminer.git

cd cgminer

./autogen.sh --enable-icarus

make && sudo make install

And then,
 cgminer `for i in /dev/ttyUSB*; do echo -en "-S $i "; done`

Should do it Smiley

if it worked, feel free to send anythign to
19J8H4f4pFYwULKpn848V8o2XFpYRHZ5kS

Smiley

the first thing went wrong "apt-get install git"
I got

"E: Could not open lock file /var/lib/dpkg/lock - open (13:permission denied)
E: unable to lock the administration directory (/var/lib/dpkg/), are you root?"

I really am a noob.

Okay then do this,
sudo apt-get install git

and see if it works then Wink

CrownCloud - Internet Services
Dedicated servers, OpenVZ and KVM based VPSes and  in 4 locations. (We accept Bitcoin !)
http://crowncloud.net/
escrow.ms
Legendary
*
Offline Offline

Activity: 1274
Merit: 1005


View Profile
May 22, 2013, 12:45:15 PM
 #8

yeah use sudo or

First
sudo -s

then
apt-get install git
squall1066 (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2310
Merit: 1032


View Profile
May 22, 2013, 12:51:23 PM
 #9

yeah use sudo or

First
sudo -s

then
apt-get install git


Crowncloud is in teamviewer as we speak, I have not a clue what he is doing, Looks impressive though  Huh
CrownCloud
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
May 22, 2013, 12:54:36 PM
 #10

yeah use sudo or

First
sudo -s

then
apt-get install git


Crowncloud is in teamviewer as we speak, I have not a clue what he is doing, Looks impressive though  Huh

I've gotten logged out, could you log back in and send me the teamviwer details again (if they have changed)

CrownCloud - Internet Services
Dedicated servers, OpenVZ and KVM based VPSes and  in 4 locations. (We accept Bitcoin !)
http://crowncloud.net/
CrownCloud
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
May 22, 2013, 01:53:00 PM
 #11

aand done Smiley board is hashing away !


CrownCloud - Internet Services
Dedicated servers, OpenVZ and KVM based VPSes and  in 4 locations. (We accept Bitcoin !)
http://crowncloud.net/
squall1066 (OP)
Copper Member
Legendary
*
Offline Offline

Activity: 2310
Merit: 1032


View Profile
May 22, 2013, 02:15:58 PM
 #12

aand done Smiley board is hashing away !



One down, one to go.

Tip sent

Thanks.

Transaction ID: dd40bd7ee298289d18098ffe0391aab5c1fcc4b604881422c5850f476ea9ac9b
CrownCloud
Sr. Member
****
Offline Offline

Activity: 467
Merit: 250


View Profile
May 22, 2013, 02:27:20 PM
 #13

aand done Smiley board is hashing away !



One down, one to go.

Tip sent

Thanks.

Transaction ID: dd40bd7ee298289d18098ffe0391aab5c1fcc4b604881422c5850f476ea9ac9b


Sure thing, no problems Smiley once you get the other one fixed up and need any help in getting that up (just in case cgminer wont detect it) I'll help you out for free with that Smiley just PM me Wink

Thanks for the tip!

CrownCloud - Internet Services
Dedicated servers, OpenVZ and KVM based VPSes and  in 4 locations. (We accept Bitcoin !)
http://crowncloud.net/
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!