Bitcoin Forum
April 25, 2024, 04:36:35 PM *
News: Latest Bitcoin Core release: 27.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 »
  Print  
Author Topic: Ubuntu Natty Narwhal 11.04 Mining Guide / HOWTO  (Read 281370 times)
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 17, 2011, 05:38:37 PM
 #521

Ok, you can download the file from my site: https://eclipsemc.com/files/python-jsonrpc.tar.gz

You can then untar it in your directory and continue on instead of the svn checkout.



can anyone explain the exact commands needed for this to install with directions given on first page , i would like to finish this guide

Jenette
Commands:

1 - wget https://eclipsemc.com/files/python-jsonrpc.tar.gz
2 - tar xzvf python-jsonrpc.tar.gz
3 - cd python-jsonrpc/
4 - sudo python setup.py install

Comments:

1 - This downloads the archive
2 - This extracts the archive
3 - You go inside the python-jsonrpc directory
4 - This installs it.


1714062995
Hero Member
*
Offline Offline

Posts: 1714062995

View Profile Personal Message (Offline)

Ignore
1714062995
Reply with quote  #2

1714062995
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714062995
Hero Member
*
Offline Offline

Posts: 1714062995

View Profile Personal Message (Offline)

Ignore
1714062995
Reply with quote  #2

1714062995
Report to moderator
Jen4538
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
July 17, 2011, 05:44:55 PM
 #522

Ok, you can download the file from my site: https://eclipsemc.com/files/python-jsonrpc.tar.gz

You can then untar it in your directory and continue on instead of the svn checkout.



can anyone explain the exact commands needed for this to install with directions given on first page , i would like to finish this guide

Jenette
Commands:

1 - wget https://eclipsemc.com/files/python-jsonrpc.tar.gz
2 - tar xzvf python-jsonrpc.tar.gz
3 - cd python-jsonrpc/
4 - sudo python setup.py install

Comments:

1 - This downloads the archive
2 - This extracts the archive
3 - You go inside the python-jsonrpc directory
4 - This installs it.




this will then replace line 15 of guide correct?

thank you very much for your help

Jenette
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 17, 2011, 05:54:49 PM
 #523


this will then replace line 15 of guide correct?

thank you very much for your help

Jenette
Commands 1 and 2 replaces line 15 from the guide
Command 3 is equal to Line 27 from the guide
Command 4 is equal to Line 28 from the guide

So you do Commands 1 and 2 instead of line 15, then follow the guide to the end.
elpresidente
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 18, 2011, 12:34:48 AM
 #524

With the last command before reboot, I'm getting:
Code:
user@box:~$ sudo aticonfig --initial -f --adapter=allUnable to open /etc/ati/control, please reinstall the driver.
aticonfig: No supported adapters detected

If I use Ubuntu's Additional Drivers utility, it will see the adapter but the platform needs to be specified and attempting to mine sends it into a frenzy of errors.

Any suggestions?
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 18, 2011, 12:38:08 AM
 #525

With the last command before reboot, I'm getting:
Code:
user@box:~$ sudo aticonfig --initial -f --adapter=allUnable to open /etc/ati/control, please reinstall the driver.
aticonfig: No supported adapters detected

If I use Ubuntu's Additional Drivers utility, it will see the adapter but the platform needs to be specified and attempting to mine sends it into a frenzy of errors.

Any suggestions?

Instead of sudo apt-get install fglrx

try this:

Quote
cd ~
sudo aptitude install dkms
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
sudo dpkg -i *.deb
sudo apt-get -f install
sudo aticonfig -f --initial --adapter=all
sudo reboot
MiningBuddy
Hero Member
*****
Offline Offline

Activity: 927
Merit: 1000


฿itcoin ฿itcoin ฿itcoin


View Profile
July 18, 2011, 12:41:32 AM
 #526

With the last command before reboot, I'm getting:
Code:
user@box:~$ sudo aticonfig --initial -f --adapter=allUnable to open /etc/ati/control, please reinstall the driver.
aticonfig: No supported adapters detected

If I use Ubuntu's Additional Drivers utility, it will see the adapter but the platform needs to be specified and attempting to mine sends it into a frenzy of errors.

Any suggestions?

Instead of sudo apt-get install fglrx

try this:

Quote
cd ~
sudo aptitude install dkms
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
sudo dpkg -i *.deb
sudo apt-get -f install
sudo aticonfig -f --initial --adapter=all
sudo reboot
Hey thanks for this, I was wondering if you knew of a way to upgrade the drivers at a later date? I am running 11.5 and would like to do some testing with other versions but my linux skills are poor.

elpresidente
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 18, 2011, 01:44:45 AM
 #527

With the last command before reboot, I'm getting:
Code:
user@box:~$ sudo aticonfig --initial -f --adapter=allUnable to open /etc/ati/control, please reinstall the driver.
aticonfig: No supported adapters detected

If I use Ubuntu's Additional Drivers utility, it will see the adapter but the platform needs to be specified and attempting to mine sends it into a frenzy of errors.

Any suggestions?

Instead of sudo apt-get install fglrx

try this:

Quote
cd ~
sudo aptitude install dkms
wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-5-x86.x86_64.run
sudo sh ati-driver-installer-11-5-x86.x86_64.run --buildpkg Ubuntu/natty
sudo dpkg -i *.deb
sudo apt-get -f install
sudo aticonfig -f --initial --adapter=all
sudo reboot
Same problem
Code:
user@box:~$ sudo aticonfig -f --initial --adapter=all
sudo: aticonfig: command not found
user@box:~$ sudo ln -s /usr/lib/fglrx/bin/aticonfig /etc/alternatives/aticonfig
user@box:~$ sudo ln -s /etc/alternatives/aticonfig /usr/bin/aticonfig user@box:~$ sudo aticonfig -f --initial --adapter=allUnable to open /etc/ati/control, please reinstall the driver.
aticonfig: No supported adapters detected
user@box:~$
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
July 18, 2011, 07:57:32 AM
 #528


Read through this thread, all the clues are in here.  I mean, the clue(s) are even in the guide itself.  Come on, man.


I've finally found a clue, but not in this thread neither in these forums.

Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
elpresidente
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 18, 2011, 03:47:13 PM
 #529


Read through this thread, all the clues are in here.  I mean, the clue(s) are even in the guide itself.  Come on, man.


I've finally found a clue, but not in this thread neither in these forums.
Thank you so much for posting this link. The information there enabled me to get mine(lol) up and running.
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 18, 2011, 04:08:38 PM
 #530

Really?  Not in this thread?  It's been discussed in several places in this thread and the guide even uses screen to accomplish the task of doing multiple things in the same terminal window.  Using screen via SSH is the answer to the question asked.

The method used in that linked guide is like using a hammer to drive in a screw.  It will probably work but it's not the best way to go about things.

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
July 18, 2011, 04:32:32 PM
 #531

Really?  Not in this thread?  It's been discussed in several places in this thread and the guide even uses screen to accomplish the task of doing multiple things in the same terminal window.  Using screen via SSH is the answer to the question asked.

The method used in that linked guide is like using a hammer to drive in a screw.  It will probably work but it's not the best way to go about things.


It was a problem of permissions with X server. It seems, that Ubuntu default policy is opener than Debian's. I was not possible for me to stablish a connection to X server out of the main screen.

In the linked method, what is really interesting to me is:

Quote
Next edit /etc/gdm/Init/Default and add the following code just before the exit 0.
Code:

Code:
xhost +
chmod uog+rw /dev/dri/card*


Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
Dusty
Hero Member
*****
Offline Offline

Activity: 731
Merit: 503


Libertas a calumnia


View Profile WWW
July 18, 2011, 04:46:59 PM
 #532

In the linked method, what is really interesting to me is:
Quote
Code:
xhost +
chmod uog+rw /dev/dri/card*
I've never seen the dir /dev/dri on any of my ubuntu or debian systems: do you have it?

Articoli bitcoin: Il portico dipinto
Shevek
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
July 18, 2011, 05:14:54 PM
 #533

In the linked method, what is really interesting to me is:
Quote
Code:
xhost +
chmod uog+rw /dev/dri/card*
I've never seen the dir /dev/dri on any of my ubuntu or debian systems: do you have it?

I didn't really plunged onto it.

I only know that this recipe allowed me to open an xterm from text terminal and ./poclbm.py reported correctly the GPU in the same text terminal.

So, I must further investigate...

Proposals for improving bitcoin are like asses: everybody has one
1SheveKuPHpzpLqSvPSavik9wnC51voBa
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
July 19, 2011, 09:43:51 PM
Last edit: July 20, 2011, 05:22:42 AM by ThiagoCMC
 #534

Video board HIS-6990 lasted only 3 days of mining...

Friends,

 I got almost 2 Bitcoins mining with my brand new HD6990 and on the third day, GUP1 stopped... When loading Xorg with ATI drivers, the computer freezes... I changed my motherboard/CPU/RAM and nothing, hangs too...

 The miner at GPU0 still works, but GPU1 gives the mere 0.1MHash and freezes the machine in seconds... I can only activate the environment using the VESA/Generic driver of Xorg... If I try to load the ATI drivers, it freezes immediatly.

 The power source is ideal, 750W... Had not done overclocking, just a test to see if the commands worked, cooler at 100% all the time ... The temperature was at peaks of 92 degrees during the day and 88.00 º C at night... So I lowered the clock to less than 880 during the day time... Incidentally, the machine was installed in a small data center of a company, with air conditioning and everything else...

Abx!
Thiago
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 20, 2011, 01:02:53 AM
 #535

Sustained 90C operation will probably lead to premature death, however it doesn't sound like you've had the card for long enough to cause a problem like that.  It sounds like a faulty card and should be RMA'd.  The card has thermal protection built in, so you can't really overheat it to death unless it's a slow cooking death like 90C over time.

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
chungenhung
Legendary
*
Offline Offline

Activity: 1134
Merit: 1005


View Profile
July 20, 2011, 03:06:47 AM
 #536

step 15.
svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc

the site has been down for a while. Is there a alternative?
Thanks
CYPER
Hero Member
*****
Offline Offline

Activity: 798
Merit: 502



View Profile
July 20, 2011, 04:16:28 AM
 #537

step 15.
svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc

the site has been down for a while. Is there a alternative?
Thanks

http://forum.bitcoin.org/index.php?topic=29028
bansal
Member
**
Offline Offline

Activity: 61
Merit: 10



View Profile
July 29, 2011, 02:25:55 AM
 #538

Thanks for the guide, I built my first rig using linuxcoin with 2 x 6970s, and it worked great, but I bought 2 x 6950s and just couldn't get it to work with those cards for some reason.  Got it up and running with Ubuntu thanks to your instructions, but for some reason on one of my 6950s I am getting a hash rate of around 330 MH/s which is about what I'd expect, but only about 200 MH/s on the second one.  Any help would be greatly appreciated.
Inaba (OP)
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000



View Profile WWW
July 29, 2011, 01:03:54 PM
 #539

Is crossfire enabled for some reason?

If you're searching these lines for a point, you've probably missed it.  There was never anything there in the first place.
bansal
Member
**
Offline Offline

Activity: 61
Merit: 10



View Profile
July 29, 2011, 04:26:29 PM
 #540

Nope crossfire is disabled.
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 »
  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!