Message boards : Questions and problems : "No usable GPUs found" Ubuntu and Nvidia 8500 GT
Message board moderation
Author | Message |
---|---|
Send message Joined: 3 Feb 10 Posts: 1 |
Hello, I am using 6.10.17 BOINC with Ubuntu 9.10 there I get the message "No GPUs found" I have the latest 195.30 driver and also installed CUDA 3 beta after it wont work without CUDA but it doesnt help. Is there any solution to solve this problem that BOINC do not recognize my GPU? On my Windows Vista BOINC works properly and uses also my 8500 GT GPU... greetings D90 |
Send message Joined: 12 Feb 10 Posts: 1 |
Hi Unfortunately I don't have a solution to your problem just a confirmation. I am using an NVidia 9600 card with Suse Linux 11.2 with the latest NVidia driver, I've ticket the "Use GPU" box in the preferences dialog in BOINC and, as far as I can see all of the CUDA libraries installed but I to get the message "No usable GPU's Found". I'm sure it's a simple solution but it beats me. Some help please. Cheers David |
Send message Joined: 20 Dec 07 Posts: 1069 |
Perhaps you can find some hints in where can I get help for cuda on ubuntu? at the SETI CUDA forum. Gruß, Gundolf Computer sind nicht alles im Leben. (Kleiner Scherz) |
Send message Joined: 27 Jun 08 Posts: 641 |
I just put together a 9.1 x64 ubuntu system using 6.10.32 and 190.53 and on about 3 out of 5 reboots, the GTS-250 cannot be found. An old thread at gpugrid suggested using a 5 sec delay in the "start" of boinc-client and rescheduling the task by changing the script name from S20boinc-client to S32boinc-client. Not sure if this is going to fix the problem. Anyway, I was wondering if anyone else has seen a problem like this? This is my first CUDA ubuntu system. All the others were VISTA 64. |
Send message Joined: 20 Dec 07 Posts: 1069 |
|
Send message Joined: 29 Aug 05 Posts: 15573 |
Nicked from Einstein Sentynel wrote: For future reference if anybody stumbles upon this, the easiest way to install CUDA-compliant nvidia drivers on Ubuntu is by adding the nvidia VDPAU team's PPA from here: https://launchpad.net/~nvidia-vdpau/+archive/ppa This has updated nvidia driver packages, making installing and building new modules for new kernel versions totally painless. |
Send message Joined: 18 Mar 08 Posts: 38 |
I just put together a 9.1 x64 ubuntu system using 6.10.32 and 190.53 and on about 3 out of 5 reboots, the GTS-250 cannot be found. Sounds like something I was doing at one time. 1) I no longer rename the S20boinc-client to S32.... 2) I use the 3~6 second delay in the /etc/init.d/boinc-client script, like below. start() { log_begin_msg "Starting $DESC: $NAME" if is_running; then log_progress_msg "already running" else sleep 5 start-stop-daemon --start --quiet --background --pidfile $PIDFILE \ This will work if doing a "sudo /etc/init.d/boinc-client restart" solves the problem. The problem is that the boinc-client is getting started before the driver has been loaded from the xorg.conf file. The 3~5 second delay is enough to allow gdm, et. al. to finish up before boinc goes looking for the driver. Solved the issue on all my Nvidia equipped machines. I have a diff problem on my ATI machine that results in the same message. - da shu @ HeliOS, "A child's exposure to technology should never be predicated on an ability to afford it." |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.