Join PrimeGrid
Returning Participants
Community
Leader Boards
Results
Other
drummers-lowrise
|
Message boards :
Aggie The Pew message board
: Need Help
Author |
Message |
Neo Volunteer tester
 Send message
Joined: 28 Oct 10 Posts: 710 ID: 71509 Credit: 91,178,992 RAC: 0
                   
|
Dear Team,
I have put together a new crunching rig....
I installed Linux Mint 17.1 as the OS because I don't have another Win 7 license key.
I have installed an NVIDIA GTX 750 and downloaded the newest Linux drivers for it, but I cannot figure out how to get the drivers to install.
I also downloaded BOINC for Linux but cannot figure out how to get the program to install.
I know very little about Linux.... about the only thing I know how to do is open a terminal window.... :)
Anyone have Linux experience???
Neo
(trying hard to be ready for the upcoming challenge)
____________
| |
|
|
I had a hell of a time trying to get CUDA to work with nVidia cards on both Ubuntu and SuSE linux. I eventually gave up and went back to Windows.
Mint is Ubuntu-based, so here's some of the bookmarks I saved during my efforts:
https://help.ubuntu.com/community/Cuda
http://hdfpga.blogspot.com/2011/05/install-cuda-40-on-ubuntu-1104.html
http://ubuntuforums.org/showthread.php?t=843914
https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/587426
And here's the notes I left for myself on how to install and run BOINC on Ubuntu:
To BOINC on Ubuntu:
login as UBUNTU
sudo apt-get update
sudo apt-get install boinc-client boinc-manager
cd /etc/boinc-client
sudo vi gui_rpc_auth.cfg (edit file to add remote control pswd)
sudo vi cc_config.xml (paste in entries for report immediately and allow remote gui rpc)
boinccmd --quit
nohup sudo boinc &
CTRL-D [to exit]
[then config BOINC remotely using BOINC Manager GUI on your main workstation...]
____________
Proud member of Team Aggie the Pew
"Wir müssen wissen. Wir werden wissen."
"We must know, we shall know."
- David Hilbert, 1930 | |
|
|
I have CUDA tasks running on:
Ubuntu 14.04 with a GTX770
Lubuntu 13.10 with a GTX570
so it *can* be done!
Are you installing the nvidia drivers from the repository, or downloading directly from the nvidia website? Either way will work, but the mechanisms are different.
When I've downloaded from the repository, these are the commands I used (in a plain ol' terminal window):
sudo apt-get --purge remove xserver-xorg-video-nouveau
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update && sudo apt-get install nvidia-current nvidia-settings
Then, reboot the machine.
----------
To go the other route, point your web browser at nvidia.com and there will be a "support" menu at the top of the page that will take you to a page with a "download drivers" button. Click that. The next page has a "manually find drivers" section where you pick your OS, card type, and so on, and a "search" button. After the search, you'll get to a page with a "download" button, which will download a file called something like "NVIDIA-Linux-x86_64.340.65.run", about 60 or 70 MB. You then need to run that file with something like:
chmod +x NVIDIA-Linux-x86_64.340.65.run
./NVIDIA-Linux-x86_64.340.65.run (may need "sudo" before that?)
But, there is a twist. You can't be running a window manager when executing that ".run" script. I hesitate to advise how to kill the window manager on Mint, but on plain Ubuntu, the command is:
sudo service lightdm stop
Then run the ".run" script (it takes a while), and then reboot the box. I've done all this remotely logged-in via "ssh" from a Mac.
-----------
All in all, I think the first option is safer/easier, but may not get you the latest version (which sometimes is a good thing!).
Hopefully I didn't just "brick" your machine :0 It's good to have a second machine nearby to do web searches to resolve problems if/when they arise. Updated software on Linux appears weekly (at least), and the updates work flawlessly, in my experience.
If I can be of any further assistance, you know where to reach me :-)
--Gary | |
|
Neo Volunteer tester
 Send message
Joined: 28 Oct 10 Posts: 710 ID: 71509 Credit: 91,178,992 RAC: 0
                   
|
Thanks guys!
I "bricked" my box... linux is not for the faint of heart...
Going to buy a license key for Win 7 and be done with it.
Neo | |
|
|
I have CUDA tasks running on:
Ubuntu 14.04 with a GTX770
Lubuntu 13.10 with a GTX570
so it *can* be done!
Thanks for these cmd lines, Gary! I might try it on Ubuntu again using these.
____________
Proud member of Team Aggie the Pew
"Wir müssen wissen. Wir werden wissen."
"We must know, we shall know."
- David Hilbert, 1930 | |
|
|
Dang, I like to get stuff working when possible. Sorry you had trouble, Neo. I'd fly out to wherever you are and pound my head on the keyboard if I thought it would help. Maybe I should make something like that my "new" job after I retire.
--Gary | |
|
|
Ironically the latest (yesterday) update on Ubuntu 14.04 broke CUDA, and trashed a few dozen PPS Sieve WUs before I noticed. I exercised the first method I described above, then rebooted. All is happily crunching again.
Whew! (envision hand wiping sweat off brow)
--Gary | |
|
Neo Volunteer tester
 Send message
Joined: 28 Oct 10 Posts: 710 ID: 71509 Credit: 91,178,992 RAC: 0
                   
|
Much thanks to everyone who tried hard to get my rig up and going under Linux! I really do appreciate you taking the time to help!
I got Windows 7 Pro up and running (that was an ordeal because I had to wipe the master boot record on my usb stick to get the Windows USB loader program to work...)
Much thanks to Golferdude for a usable key!!!
I'm ready for the challenge!... The Nvidia 750GTX is up and crunching!!
Neo | |
|
Tyler Project administrator Volunteer tester Send message
Joined: 4 Dec 12 Posts: 1077 ID: 183129 Credit: 1,280,170,555 RAC: 7,054
                     
|
Much thanks to everyone who tried hard to get my rig up and going under Linux! I really do appreciate you taking the time to help!
I got Windows 7 Pro up and running (that was an ordeal because I had to wipe the master boot record on my usb stick to get the Windows USB loader program to work...)
Much thanks to Golferdude for a usable key!!!
I'm ready for the challenge!... The Nvidia 750GTX is up and crunching!!
Neo
Perfect, in time for the challenge!
____________
275*2^3585539+1 is prime!!! (1079358 digits)
Proud member of Aggie the Pew
| |
|
Message boards :
Aggie The Pew message board
: Need Help |