Pages:
Author

Topic: LinuxCoin A lightweight Debian based OS with everything ready to go. - page 7. (Read 285112 times)

donator
Activity: 1218
Merit: 1079
Gerald Davis
Thanks gnarltas

So I got cgminer worker and got 1 GPU running.

I shutdown, installed other two GPU, and power on.

Everything has been "lost".  It seems persistance isn't working.  Recheck instructions for persistance (I have the 2048 file in root of usb drive).  Still that isn't that big of a deal.

I re-agree to the sdk.  reinstall cgminer.  start it up.
cgminer only sees my CPU (no GPUs).

1x 5970 installed - cgminer works fine
3x 5970 installed - cgminer only sees GPU

Huh

Man and this is suppose to be the "easy route"?
donator
Activity: 798
Merit: 500
LinuxCoin says it has cgminer.... my opt/miners folder doesn't have cgminer? 

I am an experience windows developer but a complete Linux noob.

Shouldn't cgminer be in the /opt/miners folder?

I think the included version is out of date and the pre-compiled ubuntu version will work.  Try this:

Code:
cd /op/miners/
sudo wget http://ck.kolivas.org/apps/cgminer/cgminer-2.0.5-x86_64-built.tar.bz2
sudo tar xfvs cgminer-2.0.5-x86_64-built.tar.bz2
cd cgminer-2.0.5/
./cgminer
donator
Activity: 1218
Merit: 1079
Gerald Davis
LinuxCoin says it has cgminer.... my opt/miners folder doesn't have cgminer? 

I am an experience windows developer but a complete Linux noob.

Shouldn't cgminer be in the /opt/miners folder?
kjj
legendary
Activity: 1302
Merit: 1026
Code:
aticonfig --odgc --adapter=$i
hero member
Activity: 504
Merit: 500
Quote
You have quite a bit running ? I can see iceweasel, several instances of AMDOverdriveCtl, a java application and phoenix. I would suggest you first reboot your PC and start applications one by one. Once you see the usage go up then let me know whats pushing it up that high and I will help more.

Iceweasel was to post the screenshot.
AMDOverdriveCtl is open to control the fans
a java application is for the hopper
pheonix is for the...phoenix.

is it possible to use fanctrl in AMDOverdriveCtl any other way? Without keeping it open? My system has 7 gpu.

If your just using AMDOverdriveCtl just for your fans I would just use the standard AMD tools. Didn't I help you out on a bash script the other day ? If you want a small bash script to start your fans and overclock your cards use this little script to set your fans and overclock your cards. It's been setup for four cards if you have more or less add / remove from the loop.

3 cards would be
Code:
for i in 0 1 2; do

6 cards would be
Code:
for i in 0 1 2 3 4 5; do


Code:
#!/bin/bash
#globals

FANSPEED=80 #fanspeed as percentage
CCLOCK=990 # Core clock speed
MCLOCK=300 # Memory clock speed

#Meat & Potatoes
aticonfig --od-enable
for i in 0 1 2 3; do
  DISPLAY=:0.$i sudo aticonfig --pplib-cmd="set fanspeed 0 $FANSPEED"
  sudo aticonfig --odsc="$CCLOCK,$MCLOCK" --adapter=$i
done



is there some sort of command to see whast your clocks are set at?
member
Activity: 65
Merit: 10
LinuxCoin 1.0 is just about complete. It has a shinny new kernel and features that will blow your mind Cheesy Like ;

A very sexy new bootsplash
Compressed persistent space
PnP cluster mining with persistent booting
Turbo boot (Now boots into your OS in around 3 to 5 seconds)
Sandboxed HTTPD server for extra security while running munin.
32bit version

I have really put some work into this version and I'm not going to rush this and get it wrong Cheesy So expect nothing soon Wink

How far did you come drgr33n? Will it ever be released?
full member
Activity: 196
Merit: 100
I got it working on a laptop with a new driver update.

What is the absolute CURRENT latest version now? I'm a little confused with the version naming - and does the
final version include tor portable browser on the bootable usb?

hero member
Activity: 826
Merit: 1001
The page should have surrounding the new text for the syslinux.cfg ! I copy/pasted it as it is and now I have to fill the USB key again because with the contents of syslinux.cfg as shown, it gives Initial menu has no LABEL entries!  Sad

I would have changed it myself if I could  Grin

Edit: Actually I could edit the file, it is in the root of the USB key :-)
sr. member
Activity: 257
Merit: 250
Not trusting third parties with my private keys
Can someone explain to a linux noob how I adjust the resolution and get this to run in portrait mode?
newbie
Activity: 29
Merit: 0
persistance got you down? unable to force your sync into your newfangled key?

have no fear... bootstrap is here.

whipped up a bootstrap turns a virgin linuxcoin boot into a mother of all bitcoins.

initial version does the following

  • launches the ATI license agreement (read fast, mash enter)
  • launches the timezone set utility
  • installs a screensaver file set to 1 minute, no fade, blank screen
  • attempts to make sure screensaver is running (needs work)
  • changes to cgminer-2.0.3 directory, ready for action

has bugs, read the code before u run it mmmkay? public domain, unless otherwise stated.

useful when persistance isn't

from an lxterminajig
Code:
git clone git://github.com/metonymous/lc.git
cd lc
cat bootstrap.sh # for what could it do? it might be a bad bad cat
#./bootstrap.sh

Then voilà! My scar! Pepito knows what to do. Did you know the voice for Madeleine was replaced by the voice for Chloe in season 2 onwards? True story.

Now, run "./cgminer " from that dir

Or over-write the default cgminer if u desire.

I said good day, sir.
member
Activity: 154
Merit: 10
Just an update from "your" perfect beta tester as linuxcoin for dummy's Wink

all right I try to run all the cards with script autostart thing but fatal error everywhere Sad

so trying now to run trough guiminer but I can't make it for more then one card I guess I mistaking the way to do it... any suggestions? Smiley

thank for helping linux nobb Smiley

edit: got to run manually but this is the problem with the fatal error

user@linuxcoin:~$  cd /opt/miners/phoenix/
user@linuxcoin:/opt/miners/phoenix$ ./phoenix.py -v -u http://xxxx:[email protected]:8343 -k phatk WORKSIZE=128 AGGRESSION=5 VECTORS BFI_INT FASTLOOPS=false DEVICE=2
[19/09/2011 06:36:45] Finding inner ELF...
[19/09/2011 06:36:45] Patching inner ELF...
[19/09/2011 06:36:45] Patching instructions...
[19/09/2011 06:36:45] BFI-patched 472 instructions...
[19/09/2011 06:36:45] Patch complete, returning to kernel...
[19/09/2011 06:36:45] Applied BFI_INT patch
[19/09/2011 06:36:45] FATAL kernel error: Failed to load OpenCL kernel!

please let me know what I should do Smiley
member
Activity: 154
Merit: 10
all right I got another rig install in another location and internet works fine here.

YESSSSSSS IT WORKS YEPPAY Cheesy

well now I have to study how to make it run all of the cards but at list one works and you guys did an amezing job! THANK YOU Cheesy
member
Activity: 154
Merit: 10
I got everything in place! Linuxcoin on the USB and all running as can see all the hardware.

I can ping the Router, 192.168.1.1 I can see running the ifconfig. But when I run the browser or the Guminer etc tey wont get trough internet Sad

Would suggest somethings up with the router then ? Can you post the output of ..

Code:
traceroute google.co.uk
cat /etc/resolv.conf
ip addr
traceroute google.co.uk
google.co.uk: Name or service not known
cannot handle the "host" cmdline arg on position 1 (argc 1)

cat /etc/resolv.confInput/output error

ip addr

1: lo: inet 127.0.0.1/8  bla bla bla
2: eth0 192.168.1.5/24 bla bla bla

with ubuntu I never have problem to run the rig and I have a bunch of other pc running in the same LAN Sad

I just send a donation as thank you in advance
sr. member
Activity: 308
Merit: 251
I got everything in place! Linuxcoin on the USB and all running as can see all the hardware.

I can ping the Router, 192.168.1.1 I can see running the ifconfig. But when I run the browser or the Guminer etc tey wont get trough internet Sad

Would suggest somethings up with the router then ? Can you post the output of ..

Code:
traceroute google.co.uk
cat /etc/resolv.conf
ip addr
member
Activity: 154
Merit: 10
I got everything in place! Linuxcoin on the USB and all running as can see all the hardware.

I can ping the Router, 192.168.1.1 I can see running the ifconfig. But when I run the browser or the Guminer etc tey wont get trough internet Sad
sr. member
Activity: 308
Merit: 251
k I can see the network but for some reason i cant run internet :/

help please

Your going to have to be a little more descriptive before anyone can help. Please list your hardware and what exactly you are doing bud
member
Activity: 154
Merit: 10
k I can see the network but for some reason i cant run internet :/

help please
member
Activity: 154
Merit: 10
All right how I can configure internet connection, I guess that's the only problem. Thank you
member
Activity: 154
Merit: 10


5 btc for help me to run my rig with linuxcoin please PM me.

thank you
hero member
Activity: 504
Merit: 500
the loop is great but not all gpu are created equal, plus i am using 4 cards, a 5870 and 3 5970, so i would prefer no loop. Huh
Pages:
Jump to: