aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 25, 2014, 10:00:18 PM |
|
Thank you it's a good job but I also can't get this to work running multiple GPU's...
|
|
|
|
Zoella
|
|
January 27, 2014, 10:22:23 PM |
|
This worked for getting multiple GPU running for me...
aticonfig --adapter=all --initial aticonfig --adapter=all --initial (Yes, run twice. First time only saw one device section, second time saw all.)
amdsetup
aticonfig --adapter=all --initial (Yes, again. Should see found device for every card you have)
reboot
|
|
|
|
Zoella
|
|
January 27, 2014, 11:04:25 PM |
|
For faster boot/run, modify /slax/boot/syslinux.cfg...
After line 4 (TIMEOUT 40), add the following line: ONTIMEOUT default
At the end of line 33 (that starts with APPEND vga=normal...) add ,toram
This will cause it to copy itself to RAM at boot time automatically.
|
|
|
|
Zoella
|
|
January 27, 2014, 11:11:24 PM |
|
In case you have issues with cgminer and X taking up way to many CPU cycles, modify /slax/boot/syslinux.cfg...
After line 4 (TIMEOUT 40), add the following line: ONTIMEOUT default
At the end of line 33 (that starts with APPEND vga=normal...) add nohz=off highres=off
I had to do this on one of my rigs (but not all). The completed line as I have it looks like this...
APPEND vga=normal initrd=/slax/boot/initrfs.img load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 slax.flags=perch,xmode,toram nohz=off highres=off
This was a problem for me when running I=20 or trying to run multiple instances of cgminer. Hopefully that helps anyone else with the same problem.
I'm starting to like this distro, thanks uray. Lot of potential.
|
|
|
|
aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 28, 2014, 09:05:16 AM Last edit: January 28, 2014, 02:29:44 PM by aleargbtc |
|
I tried these changes but unfortunately my mini rig 2x5970 1x5850 has always a big lag and the cgminer on the terminal windows can't display the stats. I've tried running the "screen" command but nothing... the GPU's runs but I cannot say how it runs, and logging the process with 2>logfile.txt seems to be ok... The Intesity is 18 on all GPU. I suppose it's a bad driver + SDK combination for me. However a PC with only 7850 works flawlessly. Anyway Thank you
|
|
|
|
Zoella
|
|
January 28, 2014, 02:46:37 PM |
|
I tried these changes but unfortunately my mini rig 2x5970 1x5850 has always a big lag and the cgminer on the terminal windows can't display the stats. I've tried running the "screen" command but nothing... the GPU's runs but I cannot say how it runs, and logging the process with 2>logfile.txt seems to be ok... The Intesity is 18 on all GPU. I suppose it's a bad driver + SDK combination for me. However a PC with only 7850 works flawlessly. Anyway Thank you I assume you are experience the lag on a local terminal window? If you start your miner in the background with the screen command, you can then SSH over to watch without the lag.
|
|
|
|
aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 28, 2014, 08:47:43 PM |
|
I tried these changes but unfortunately my mini rig 2x5970 1x5850 has always a big lag and the cgminer on the terminal windows can't display the stats. I've tried running the "screen" command but nothing... the GPU's runs but I cannot say how it runs, and logging the process with 2>logfile.txt seems to be ok... The Intesity is 18 on all GPU. I suppose it's a bad driver + SDK combination for me. However a PC with only 7850 works flawlessly. Anyway Thank you I assume you are experience the lag on a local terminal window? If you start your miner in the background with the screen command, you can then SSH over to watch without the lag. Ohhh good solution, logged with putty and yes I finally see the cgminer stats but without hardware monitor (GPU temperature and FAN velocity) and with a lot of Hardware Errors from all the GPUs and the Hashrate is less then my cgminer in Windows.
|
|
|
|
Zoella
|
|
January 28, 2014, 09:07:13 PM |
|
I tried these changes but unfortunately my mini rig 2x5970 1x5850 has always a big lag and the cgminer on the terminal windows can't display the stats. I've tried running the "screen" command but nothing... the GPU's runs but I cannot say how it runs, and logging the process with 2>logfile.txt seems to be ok... The Intesity is 18 on all GPU. I suppose it's a bad driver + SDK combination for me. However a PC with only 7850 works flawlessly. Anyway Thank you I assume you are experience the lag on a local terminal window? If you start your miner in the background with the screen command, you can then SSH over to watch without the lag. Ohhh good solution, logged with putty and yes I finally see the cgminer stats but without hardware monitor (GPU temperature and FAN velocity) and with a lot of Hardware Errors from all the GPUs and the Hashrate is less then my cgminer in Windows. Stop the miner and run the following... export DISPLAY=:0 /opt/cgminer/cgminer -nWhat are your results?
|
|
|
|
maraJ
Newbie
Offline
Activity: 2
Merit: 0
|
|
January 28, 2014, 09:19:21 PM |
|
Please help.My fan CPU is spinning at high speed.I want to install lm sensors.But the steps used in ubuntu does not work.
|
|
|
|
Zoella
|
|
January 28, 2014, 09:26:12 PM |
|
Please help.My fan CPU is spinning at high speed.I want to install lm sensors.But the steps used in ubuntu does not work.
Check your BIOS. Many motherboards come with fan set to full speed, and you can change it to auto instead.
|
|
|
|
aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 28, 2014, 09:42:09 PM |
|
I tried these changes but unfortunately my mini rig 2x5970 1x5850 has always a big lag and the cgminer on the terminal windows can't display the stats. I've tried running the "screen" command but nothing... the GPU's runs but I cannot say how it runs, and logging the process with 2>logfile.txt seems to be ok... The Intesity is 18 on all GPU. I suppose it's a bad driver + SDK combination for me. However a PC with only 7850 works flawlessly. Anyway Thank you I assume you are experience the lag on a local terminal window? If you start your miner in the background with the screen command, you can then SSH over to watch without the lag. Ohhh good solution, logged with putty and yes I finally see the cgminer stats but without hardware monitor (GPU temperature and FAN velocity) and with a lot of Hardware Errors from all the GPUs and the Hashrate is less then my cgminer in Windows. Stop the miner and run the following... export DISPLAY=:0 /opt/cgminer/cgminer -nWhat are your results? Have done infinite number of times: OpenCL 1.2 AMD-APP 1214.3 Always All the GPU has the "harware monitoring enabled" and always all seems ok!
|
|
|
|
Zoella
|
|
January 28, 2014, 09:53:40 PM |
|
Have done infinite number of times: OpenCL 1.2 AMD-APP 1214.3 Always All the GPU has the "harware monitoring enabled" and always all seems ok!
Weird. I've yet to see cgminer not display temps when hardware monitoring is enabled. Have you tried running without any settings beyond pool? I believe the first version he released was 13.4 driver version, so maybe see if that one works? Sorry, don't know what else it could be.
|
|
|
|
aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 28, 2014, 10:04:47 PM |
|
Going around in linux forums I realized that is a bad combination of SDK + Driver version for series 5xxx
|
|
|
|
Zoella
|
|
January 28, 2014, 10:09:02 PM |
|
Going around in linux forums I realized that is a bad combination of SDK + Driver version for series 5xxx Try both versions of the distro? Considering that one is using 13.4 and the other is using 13.8, I would think one of them might work!
|
|
|
|
aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 28, 2014, 10:15:30 PM |
|
|
|
|
|
Zoella
|
|
January 28, 2014, 10:31:57 PM |
|
The "catalyst" module is in the first version. The "experimental" module is in the latest version. I guess you could try the "legacy" (13.1) module.
|
|
|
|
Zoella
|
|
January 30, 2014, 02:54:09 AM |
|
|
|
|
|
aleargbtc
Newbie
Offline
Activity: 20
Merit: 0
|
|
January 30, 2014, 02:51:52 PM |
|
Yes, thank you uray for my future rigs!
|
|
|
|
cyberfixy
Member
Offline
Activity: 89
Merit: 10
|
|
January 30, 2014, 06:40:34 PM |
|
Hello,
my cgminer/bfgminer can't detect any gpu. When i run aticonfig --odgt it's can show my GPU and also show the temperature.
when i run ./cgminer -n nothing error, gpu and opencl showing perfectly.
How to solve this problem ??
And also, how i can make a persisten change for cgminer, so when it reboot i don't have to add pool again.
Thank's
|
|
|
|
Zoella
|
|
January 31, 2014, 05:42:54 AM |
|
Hello,
my cgminer/bfgminer can't detect any gpu. When i run aticonfig --odgt it's can show my GPU and also show the temperature.
when i run ./cgminer -n nothing error, gpu and opencl showing perfectly.
How to solve this problem ??
And also, how i can make a persisten change for cgminer, so when it reboot i don't have to add pool again.
Thank's
I wish I could help, but I've never seen cgminer not recognize a card after seeing it with the -n argument. Regarding persistent changes, that is a default boot option. You do not have to do anything. I'm guessing the problem is that you are creating your startup scripts or configs in the /opt/cgminer/ directory? If so, that directory gets overwritten at boot. You either have to add the files offline (/slax/rootcopy/opt/cgminer/), or save them elsewhere. I just create scripts in /root/ (which is persistent) using command line arguments to start cgminer.
|
|
|
|
|