Bitcoin Forum
April 18, 2024, 12:42:06 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 50 51 52 53 54 »
  Print  
Author Topic: BAMT - Easy persistent USB key based linux for dedicated miners/mining farms  (Read 167433 times)
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
February 21, 2012, 02:22:07 AM
 #941

Could someone with some BAMT knowledge answer this:

https://bitcointalk.org/index.php?topic=28402.msg760428#msg760428

and the reply:

https://bitcointalk.org/index.php?topic=28402.msg760487#msg760487

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713400926
Hero Member
*
Offline Offline

Posts: 1713400926

View Profile Personal Message (Offline)

Ignore
1713400926
Reply with quote  #2

1713400926
Report to moderator
1713400926
Hero Member
*
Offline Offline

Posts: 1713400926

View Profile Personal Message (Offline)

Ignore
1713400926
Reply with quote  #2

1713400926
Report to moderator
lodcrappo (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 506


View Profile
February 21, 2012, 04:30:51 AM
 #942

My rig has a hard time rebooting from the ssh command.  Most of the time it sits there until you manually reboot it yourself.  I'm getting some errors like "cant read os media" etc.  Is this a motherboard specific problem?

never type reboot

always type coldreboot

and above all.. leave that thing alone and let it mine

ok, I'll remember that.  Any specifics why 'reboot' doesn't work?

it just doesn't.  no one knows why.  part of bamt's mystery
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
February 21, 2012, 10:35:53 AM
Last edit: February 21, 2012, 12:17:32 PM by kano
 #943

I've put a pull request to ckolivas to fix 'quit'
I guess it will be there once he accepts the pull (or if anyone for some unknown reason needs it urgently ... it's in my git or look at the pull request)
It seems it hasn't worked for a while Tongue

Edit: and it's now in ckolivas' git.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
cuz0882
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
February 21, 2012, 12:54:02 PM
 #944

I've never used anything but windows on my dedicated miners. My mining rigs are all on wireless adapters, will I be able to install drivers to get them working? I know they support ubuntu.
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
February 21, 2012, 01:31:01 PM
Last edit: February 21, 2012, 02:36:24 PM by kano
 #945

I've put a pull request to ckolivas to fix 'quit'
I guess it will be there once he accepts the pull (or if anyone for some unknown reason needs it urgently ... it's in my git or look at the pull request)
It seems it hasn't worked for a while Tongue

Edit: and it's now in ckolivas' git.
And an explanation for anyone who uses BAMT and wants 'quit' to work:

The next version (or current git) will be API version 1.2

With the new version you must include "--api-listen --api-allow W:127.0.0.1" when you start cgminer if you want the local machine to be able to send cgminer the 'quit' command
(The 'W:' means allow 127.0.0.1 to have write/priviledged access to cgminer)

The next verison will still allow all read access to cgminer as any current version does without changing the options you start cgminer with.

As mentioned above in my quote, the 'quit' command will also be fixed in the next release.

Also for lodcrappo:
And what is an unavoidable bug in probably every piece of API usage software, that you can fix with 1.2:
At the moment you probably look for "MHS 5s" to find the 5s average.
That will actually fail if anyone starts cgminer with the --log option with some value other than 5.
You can find the correct value for '5' with the 'config' command in the new 1.2 "Log Interval" - which of course will be '5' unless someone runs cgminer with the --log option.
(The --log option has been in cgminer for a long time)
So if "Log Interval" is "10" then you should look for "MHS 10s" not "MHS 5s"

Edit: and in case you didn't spot the obvious:
...
quit without the | did not work in the version I used in creating the BAMT controller for cgminer.  I will retest this the next time we update.
...
"quit\n" didn't (and never will) work.
"quit" always has been accepted by the API to mean quit cgminer - but stopped working due to a problem with the api.c doquit() function - however, the command "quit" was being accepted and attempting to do what was requested.
You should not be adding extra characters on the end - as your normal reporting interface shouldn't do that either (if it does)

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
February 21, 2012, 03:03:16 PM
 #946

urgent:
command to power off (not reboot) BAMT rig?

The reason I ask is I know BAMT needs to use coldreboot instead of reboot.

I need to power off a BAMT rig (I believe watercooling pump failed).
cgminer killed the GPU when their temp went >60C but with no pump even idle they will eventually overheat.

can "shutdown" be used?  I don't want to take a chance and have it hang.  BIOS should kill the board when CPU reaches overheat temp but I would prefer to power it off for sure (BIOS could hang).
abracadabra
Hero Member
*****
Offline Offline

Activity: 956
Merit: 1001



View Profile
February 21, 2012, 03:12:29 PM
 #947

urgent:
command to power off (not reboot) BAMT rig?

The reason I ask is I know BAMT needs to use coldreboot instead of reboot.

I need to power off a BAMT rig (I believe watercooling pump failed).
cgminer killed the GPU when their temp went >60C but with no pump even idle they will eventually overheat.

can "shutdown" be used?  I don't want to take a chance and have it hang.  BIOS should kill the board when CPU reaches overheat temp but I would prefer to power it off for sure (BIOS could hang).

i use "shutdown -h now" to shutdown a rig. If the rig is hung tho, that may not work.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
February 21, 2012, 03:16:02 PM
 #948

urgent:
command to power off (not reboot) BAMT rig?

The reason I ask is I know BAMT needs to use coldreboot instead of reboot.

I need to power off a BAMT rig (I believe watercooling pump failed).
cgminer killed the GPU when their temp went >60C but with no pump even idle they will eventually overheat.

can "shutdown" be used?  I don't want to take a chance and have it hang.  BIOS should kill the board when CPU reaches overheat temp but I would prefer to power it off for sure (BIOS could hang).

i use "shutdown -h now" to shutdown a rig. If the rig is hung tho, that may not work.

Its not hung (and no hung processes).  temps are only 78C right now.  At idle cards are only putting out 40W so it takes some time to raise temps.

Will try shutdown -h  thanks.
BitMinerN8
Hero Member
*****
Offline Offline

Activity: 626
Merit: 500


Mining since May 2011.


View Profile
February 21, 2012, 03:46:24 PM
 #949

urgent:
command to power off (not reboot) BAMT rig?

The reason I ask is I know BAMT needs to use coldreboot instead of reboot.

I need to power off a BAMT rig (I believe watercooling pump failed).
cgminer killed the GPU when their temp went >60C but with no pump even idle they will eventually overheat.

can "shutdown" be used?  I don't want to take a chance and have it hang.  BIOS should kill the board when CPU reaches overheat temp but I would prefer to power it off for sure (BIOS could hang).

i use "shutdown -h now" to shutdown a rig. If the rig is hung tho, that may not work.

Its not hung (and no hung processes).  temps are only 78C right now.  At idle cards are only putting out 40W so it takes some time to raise temps.

Will try shutdown -h  thanks.


If that does not work for you, I use: shutdown -h -P now
I have a couple rigs that just hang at the end of shutdown procedure and don't actually turn off if they don't have the -P option in there.
cmg5461
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250



View Profile
February 21, 2012, 04:37:27 PM
 #950



So I got a new 5850 today, and my load is staying at ~80%

I copied the config over and removed all overclocking besides memclock.  What am I doing wrong? o.o

If I've helped: 1CmguJhwW4sbtSMFsyaafikJ8jhYS61quz

Sold: 5850 to lepenguin. Quick, easy and trustworthy.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
February 21, 2012, 05:25:56 PM
 #951

urgent:
command to power off (not reboot) BAMT rig?

The reason I ask is I know BAMT needs to use coldreboot instead of reboot.

I need to power off a BAMT rig (I believe watercooling pump failed).
cgminer killed the GPU when their temp went >60C but with no pump even idle they will eventually overheat.

can "shutdown" be used?  I don't want to take a chance and have it hang.  BIOS should kill the board when CPU reaches overheat temp but I would prefer to power it off for sure (BIOS could hang).

i use "shutdown -h now" to shutdown a rig. If the rig is hung tho, that may not work.

Its not hung (and no hung processes).  temps are only 78C right now.  At idle cards are only putting out 40W so it takes some time to raise temps.

Will try shutdown -h  thanks.


If that does not work for you, I use: shutdown -h -P now
I have a couple rigs that just hang at the end of shutdown procedure and don't actually turn off if they don't have the -P option in there.

shutdown -h worked.  I will keep in mind shutdown -h -p for next time.

The pump did fail but GPUs look fine, and computer POSTs.  Can't check mining capabilities until I get a replacement pump.

Still I feel stupid.  I have for months been considering getting a backup pump and a flow meter (which plugs into CPU fan header so BIOS will see low flow as a fan failure and power did system).
alphadude
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 21, 2012, 07:09:04 PM
 #952

Hi,

I'm trying to overvolt a reference 5970 in BAMT, but cannot get it to work.
I have tired every possible variation in bamt.conf I can think of, but nothing seems to work.
Using atitweak I can get the card to undervolt, but overvolting just seems impossible...
Is there some sort of built in lock that stops setting vcore higher than 1.05?
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
February 21, 2012, 07:18:50 PM
 #953

Hi,

I'm trying to overvolt a reference 5970 in BAMT, but cannot get it to work.
I have tired every possible variation in bamt.conf I can think of, but nothing seems to work.
Using atitweak I can get the card to undervolt, but overvolting just seems impossible...
Is there some sort of built in lock that stops setting vcore higher than 1.05?

I don't believe there is any linux tool (not just limitation of BAMT) which enables overvolting.

There is RadeonVolt but it doesn't work with 5900 series.  If you want to overvolt in Linux you are looking at a custom BIOS flash. 
malevolent
can into space
Legendary
*
Offline Offline

Activity: 3472
Merit: 1721



View Profile
February 21, 2012, 07:44:55 PM
 #954

Hi,

I'm trying to overvolt a reference 5970 in BAMT, but cannot get it to work.
I have tired every possible variation in bamt.conf I can think of, but nothing seems to work.
Using atitweak I can get the card to undervolt, but overvolting just seems impossible...
Is there some sort of built in lock that stops setting vcore higher than 1.05?

I don't believe there is any linux tool (not just limitation of BAMT) which enables overvolting.

There is RadeonVolt but it doesn't work with 5900 series.  If you want to overvolt in Linux you are looking at a custom BIOS flash. 

I wonder how (or if) windows tools which allow overvolting would work under wine.

Signature space available for rent.
alphadude
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 21, 2012, 07:53:47 PM
 #955

Hi,

I'm trying to overvolt a reference 5970 in BAMT, but cannot get it to work.
I have tired every possible variation in bamt.conf I can think of, but nothing seems to work.
Using atitweak I can get the card to undervolt, but overvolting just seems impossible...
Is there some sort of built in lock that stops setting vcore higher than 1.05?

I don't believe there is any linux tool (not just limitation of BAMT) which enables overvolting.

There is RadeonVolt but it doesn't work with 5900 series.  If you want to overvolt in Linux you are looking at a custom BIOS flash. 

Ok, thanks for the fast reply. I stumbled upon this webpage http://allmybase.com/2012/01/25/overvolting-the-ati-radeon-5970-in-linux-with-radeonvolt/ a while back where it seems someone managed to use radeonvolt to overclock the 5970, so I guess I'll have to give it a try when I can spare some time.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
February 21, 2012, 08:26:03 PM
 #956

Hi,

I'm trying to overvolt a reference 5970 in BAMT, but cannot get it to work.
I have tired every possible variation in bamt.conf I can think of, but nothing seems to work.
Using atitweak I can get the card to undervolt, but overvolting just seems impossible...
Is there some sort of built in lock that stops setting vcore higher than 1.05?

I don't believe there is any linux tool (not just limitation of BAMT) which enables overvolting.

There is RadeonVolt but it doesn't work with 5900 series.  If you want to overvolt in Linux you are looking at a custom BIOS flash. 

Ok, thanks for the fast reply. I stumbled upon this webpage http://allmybase.com/2012/01/25/overvolting-the-ati-radeon-5970-in-linux-with-radeonvolt/ a while back where it seems someone managed to use radeonvolt to overclock the 5970, so I guess I'll have to give it a try when I can spare some time.

If you get it working let me know.  I believe I followed it correctly.  Compiled without errors and it now can see the cards but still unable to change any values.

BAMT includes it and the source code so it is a matter of just editing and compile ... but it didn't work. Sad
lodcrappo (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 506


View Profile
February 21, 2012, 08:49:40 PM
 #957

I've never used anything but windows on my dedicated miners. My mining rigs are all on wireless adapters, will I be able to install drivers to get them working? I know they support ubuntu.

I don't think BAMT would be a good choice for this situation.  There is some wireless support but it requires linux experience to make use of it.

On that note, if anyone knows of a way to make wireless stuff easier for non linux folks, I'd be happy to include it in the upcoming 0.5 image if it doesn't cause problems.

BitMinerN8
Hero Member
*****
Offline Offline

Activity: 626
Merit: 500


Mining since May 2011.


View Profile
February 21, 2012, 09:12:57 PM
 #958

I've never used anything but windows on my dedicated miners. My mining rigs are all on wireless adapters, will I be able to install drivers to get them working? I know they support ubuntu.

I don't think BAMT would be a good choice for this situation.  There is some wireless support but it requires linux experience to make use of it.

On that note, if anyone knows of a way to make wireless stuff easier for non linux folks, I'd be happy to include it in the upcoming 0.5 image if it doesn't cause problems.


I gave up trying to get my two wireless cards working and went with a wireless bridge. Works great and I don't have to worry about changing anything with BAMT to make it work.
cmg5461
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250



View Profile
February 21, 2012, 09:37:01 PM
 #959



So I got a new 5850 today, and my load is staying at ~80%

I copied the config over and removed all overclocking besides memclock.  What am I doing wrong? o.o

Update on my situation:

Found out the 5850 is using 50% cpu (two cores)

My box is 100% updated.  Has anyone had this bug before?

If I've helped: 1CmguJhwW4sbtSMFsyaafikJ8jhYS61quz

Sold: 5850 to lepenguin. Quick, easy and trustworthy.
dopamine
Hero Member
*****
Offline Offline

Activity: 486
Merit: 500



View Profile
February 21, 2012, 10:07:46 PM
 #960

Anyone getting BAMT to work on GA-990XA-UD3 bios version F8 version 1.1? I can't seem to boot from the USB, downloading linuxcoin but I would rather have BAMT working, there is a BIOS update that supports
Support Quick Boost function which is version F10G but I need a workable USB drive to update the BIOS? can anyone confirm that this will fix my issue to get BAMT to boot?

Bitcoinica still has not given me 50% of my claim of 600 BTC
INTERSANGO can go down with bitcoinica for abandoning customers
Alberto Armandi is a SCAMMER
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 50 51 52 53 54 »
  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!