Message boards : Graphics cards (GPUs) : GTS 250
Author | Message |
---|---|
IS the GTS 250 a recognised CUDA card in Ubuntu? | |
ID: 7735 | Rating: 0 | rate: / Reply Quote | |
It can be set to work in ubuntu just fine. Have you installed the CUDA toolkit? | |
ID: 7741 | Rating: 0 | rate: / Reply Quote | |
Thanks Ed | |
ID: 7747 | Rating: 0 | rate: / Reply Quote | |
Thanks Ed Ok, Ubuntu newbie, don't give up that fast, it's a wonderful system :) Go to console, and in directory where you downloaded a file. You can do that by using the cd command, for example, let's say that you downloaded file on Desktop. Then you write: cd Desktop after that you need to change the downloaded file to be executable, you do that by typing: chmod 750 filename You can also do this by right clicking on a file with a mouse, go to permission tab and then check "allow executing this file" box. Now comes the installation. In terminal type: sudo sh ./cuda-kit-blabla.sh That installed CUDA. If I understood correctly, and judging from your previous question about sh files, I assume that you just downloaded boinc_6.4.5_x86_64-pc-linux-gnu.sh and put that file into /var/lib/boinc-manager ? That would be wrong, you also need to make it executable. Than when running sh ./boinc_6.4.5_x86_64-pc-linux-gnu.sh BOINC directoy will be made in the same directory where you ran the command. In that BOINC directory you will see libcudart.so. You have a choice, run boinc from that directory (you can move it where you like). And you can make a startup script (I can help you with that) which will run the boinc client on start of ubuntu, or run it manually every time you start computer. For another choice I'd like to know when you go to boinc-manager that you installed earlier, go to help ->about boinc manager, which version do you have? It must be even or greater than 6.45. | |
ID: 7750 | Rating: 0 | rate: / Reply Quote | |
This could also be of help, post number 8: | |
ID: 7751 | Rating: 0 | rate: / Reply Quote | |
Remembered the cd Desktop just as I was falling asleep... so that has been done and the toolkit is now installed in the default directories. Still not getting card recognised as a CUDA device. | |
ID: 7763 | Rating: 0 | rate: / Reply Quote | |
Try putting libcudart.so in /usr/lib/boinc-client/ directory (if the directory exists). It needs to be there. Than restart boinc, sudo /etc/init.d/boinc-manager restart. | |
ID: 7764 | Rating: 0 | rate: / Reply Quote | |
Will check that in the (aussie) morning.....early start | |
ID: 7768 | Rating: 0 | rate: / Reply Quote | |
have been trying repeatedly to get the libcudart.so file into the above mentioned folder and keep on getting told I don't have permission, even when changing owner and group to boinc and root. | |
ID: 8956 | Rating: 0 | rate: / Reply Quote | |
Or am I better off to take it over to my windows box? It'll be easier for sure ;) And currently it won't take as much cpu time, but this admittedly is not linux' fault. MrS ____________ Scanning for our furry friends since Jan 2002 | |
ID: 9018 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : GTS 250