Pages:
Author

Topic: [5 BTC Bounty] Tutorial for getting my first BAMT rig working (Read 3608 times)

sr. member
Activity: 369
Merit: 250
I gave up.

Back to windows for now.....too much trouble trying to learn a new system and get 7970's running.

Thanks for all the advice guys. 

Put the 7970's in a windows box and 5xxx/6xxx onto the linux box. 
legendary
Activity: 2044
Merit: 1000
I gave up.

Back to windows for now.....too much trouble trying to learn a new system and get 7970's running.

Thanks for all the advice guys. 
legendary
Activity: 1792
Merit: 1111
Try to update to SDK2.7 first:

At the user@bamt-miner:~$ command prompt:

1. sudo apt-get install wget
2. wget http://developer.amd.com/Downloads/AMD-APP-SDK-v2.7-lnx32.tgz
3. tar -xvzf AMD-APP-SDK-v2.7-lnx32.tgz
4. ./Install-AMD-APP.sh
5. sudo reboot

see if you can enter the GUI
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
This is the best I can find from the BAMT mega thread... sorry I can't help more I need to go now.

https://bitcointalksearch.org/topic/m.903244
legendary
Activity: 1498
Merit: 1000
ok you just have to add the gpu but what i said above and maybe that will work with that command
legendary
Activity: 2044
Merit: 1000
I don't recognize that error, but lodcrappo isn't around very often... I somehow doubt that that error is related to the choice of card, but to answer your earlier question - yes a 5970 should work fine.

Perhaps you can try another USB on another rig?

Damit.  All this shit is brand new......didnt want to start swapping stuff already.

So it should go right into a GUI, not go to that prompt?

http://


yea it should but I thought you were entering thru ssh, but yea it should goto a gui, you can try to force a GUI with the command
Code:
startx
but you will probably get an error, plus there is another error with your user id and idk think i can solved that over a forum LOL

The second screenshot is what I get with startx......

legendary
Activity: 1498
Merit: 1000
I don't recognize that error, but lodcrappo isn't around very often... I somehow doubt that that error is related to the choice of card, but to answer your earlier question - yes a 5970 should work fine.

Perhaps you can try another USB on another rig?

Damit.  All this shit is brand new......didnt want to start swapping stuff already.

So it should go right into a GUI, not go to that prompt?

http://


yea it should but I thought you were entering thru ssh, but yea it should goto a gui, you can try to force a GUI with the command
Code:
startx
but you will probably get an error, plus there is another error with your user id and idk think i can solved that over a forum LOL
legendary
Activity: 2044
Merit: 1000
I don't recognize that error, but lodcrappo isn't around very often... I somehow doubt that that error is related to the choice of card, but to answer your earlier question - yes a 5970 should work fine.

Perhaps you can try another USB on another rig?

Damit.  All this shit is brand new......didnt want to start swapping stuff already.

So it should go right into a GUI, not go to that prompt?

rjk
sr. member
Activity: 448
Merit: 250
1ngldh
I don't recognize that error, but lodcrappo isn't around very often... I somehow doubt that that error is related to the choice of card, but to answer your earlier question - yes a 5970 should work fine.

Perhaps you can try another USB on another rig?
legendary
Activity: 1498
Merit: 1000
yea i think gnome failed I see can't really see the top you may want to try a fresh install Sad


EDIT: wait you have a couple things failed you need a fresh install!
legendary
Activity: 2044
Merit: 1000



This is what i am looking at
legendary
Activity: 1498
Merit: 1000
use these commands...
Code:
vi /etc/bamt/bamt.conf
then arrow down until you find, if you get an error trying to open it, then use
Code:
sudo !!
you have to be root
otherwise look for these lines
Code:
gpu1:
  disabled: 1
and change to
Code:
gpu1:
  disabled: 0

do that for gpu2 and gpu3 also which is a couple lines down after gpu1

I am gonna need a little more than that......act like you are talking with a 9 year old.

well what that does is let you into the configuration file that Bamt will know how many GPUs to look for, right now all gpu's are disable so we have to enable them.
so we have to open a text editor and edit it, that is what vi is so you have to edit that file the way I pointed out. So after you type the command
Code:
sudo vi /etc/bamt/bamt.conf
and after that you should be prompted to enter your root password. Then just hit the "i" button to start entering into vi, then after that use your arrow keys to go to the line that has
Code:
gpu1:
  disabled: 1
Then change that 1 to a 0. Then just hit "esc" button then type :wq and hit enter. Then restart Bamt using
Code:
shutdown -r now
and that should work to have BAMT see your first gpu when you want to add another GPU just go to the next one that has gpu2 and change the disable to 0. 0 in linux means true, 1 means false.

How do I set a pool? 



you need to edit the file /etc/bamt/pools almost the same way I described the gpu part just in vi go to
Code:
http://user:[email protected]:8332/
and replace that with one that points to your pool
legendary
Activity: 1498
Merit: 1000
When you boot BAMT you should get a graphical screen anyways, not a command prompt. Wonder if it already hates you because of the 7970. Try a different card just for grins and see what happens.

Crap, I am not sure if I have any spares lying aroung the house.  Would a 5970 work?

I think to get a GUI just use the command

Code:
startx
after you login
legendary
Activity: 2044
Merit: 1000
use these commands...
Code:
vi /etc/bamt/bamt.conf
then arrow down until you find, if you get an error trying to open it, then use
Code:
sudo !!
you have to be root
otherwise look for these lines
Code:
gpu1:
  disabled: 1
and change to
Code:
gpu1:
  disabled: 0

do that for gpu2 and gpu3 also which is a couple lines down after gpu1

I am gonna need a little more than that......act like you are talking with a 9 year old.

well what that does is let you into the configuration file that Bamt will know how many GPUs to look for, right now all gpu's are disable so we have to enable them.
so we have to open a text editor and edit it, that is what vi is so you have to edit that file the way I pointed out. So after you type the command
Code:
sudo vi /etc/bamt/bamt.conf
and after that you should be prompted to enter your root password. Then just hit the "i" button to start entering into vi, then after that use your arrow keys to go to the line that has
Code:
gpu1:
  disabled: 1
Then change that 1 to a 0. Then just hit "esc" button then type :wq and hit enter. Then restart Bamt using
Code:
shutdown -r now
and that should work to have BAMT see your first gpu when you want to add another GPU just go to the next one that has gpu2 and change the disable to 0. 0 in linux means true, 1 means false.

How do I set a pool? 

legendary
Activity: 1498
Merit: 1000
use these commands...
Code:
vi /etc/bamt/bamt.conf
then arrow down until you find, if you get an error trying to open it, then use
Code:
sudo !!
you have to be root
otherwise look for these lines
Code:
gpu1:
  disabled: 1
and change to
Code:
gpu1:
  disabled: 0

do that for gpu2 and gpu3 also which is a couple lines down after gpu1

I am gonna need a little more than that......act like you are talking with a 9 year old.

well what that does is let you into the configuration file that Bamt will know how many GPUs to look for, right now all gpu's are disable so we have to enable them.
so we have to open a text editor and edit it, that is what vi is so you have to edit that file the way I pointed out. So after you type the command
Code:
sudo vi /etc/bamt/bamt.conf
and after that you should be prompted to enter your root password. Then just hit the "i" button to start entering into vi, then after that use your arrow keys to go to the line that has
Code:
gpu1:
  disabled: 1
Then change that 1 to a 0. Then just hit "esc" button then type :wq and hit enter. Then restart Bamt using
Code:
shutdown -r now
and that should work to have BAMT see your first gpu when you want to add another GPU just go to the next one that has gpu2 and change the disable to 0. 0 in linux means true, 1 means false.
legendary
Activity: 2044
Merit: 1000
When you boot BAMT you should get a graphical screen anyways, not a command prompt. Wonder if it already hates you because of the 7970. Try a different card just for grins and see what happens.

Crap, I am not sure if I have any spares lying aroung the house.  Would a 5970 work?
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
When you boot BAMT you should get a graphical screen anyways, not a command prompt. Wonder if it already hates you because of the 7970. Try a different card just for grins and see what happens.
legendary
Activity: 2044
Merit: 1000
use these commands...
Code:
vi /etc/bamt/bamt.conf
then arrow down until you find, if you get an error trying to open it, then use
Code:
sudo !!
you have to be root
otherwise look for these lines
Code:
gpu1:
  disabled: 1
and change to
Code:
gpu1:
  disabled: 0

do that for gpu2 and gpu3 also which is a couple lines down after gpu1

I am gonna need a little more than that......act like you are talking with a 9 year old.
legendary
Activity: 2044
Merit: 1000
Do 7970s even work with BAMT?

I guess I am about to find out, eh?
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
Do 7970s even work with BAMT?
Pages:
Jump to: