Message boards : Graphics cards (GPUs) : Boinc + Ubuntu + Nvidia = No usable GPUs found.
Author | Message |
---|---|
Hello: I think the issue deserves a special thread, already mentioned in others. | |
ID: 36511 | Rating: 0 | rate: / Reply Quote | |
I'm not sure what the dependencies are for registering the Nvidia kernel module with DKMS but I think you need at a minimum the build-essential package. | |
ID: 36534 | Rating: 0 | rate: / Reply Quote | |
I'm not sure what the dependencies are for registering the Nvidia kernel module with DKMS but I think you need at a minimum the build-essential package. Hello: No problem in Registering the NVIDIA kernel module DKMS when a Nvidia driver installed Ubuntu and everything works perfectly, but if we do not find the BOINC and GPU. That is, to find time for BOINC GPU system simply NO Place the NVIDIA kernel module DKMS during manual Nvidia driver installation. If we make driver installation via "Software and Updates + Drivers Additional" repeat the whole (Ubuntu) system worked perfectly but we GPUs in BOINC. I trust that this situation is resolved and someone BOINC + UBUNTU + NVIDIA is aware of it and give us some remedy, I hope someone knows more than me ... | |
ID: 36537 | Rating: 0 | rate: / Reply Quote | |
Carlesa25, start() { log_begin_msg "Starting $DESC: $NAME" if is_running; then log_progress_msg "already running" else if [ -n "$DISPLAY" -a -x /usr/bin/xhost ]; then # grant the boinc client to perform GPU computing xhost local:boinc || echo -n "xhost error ignored, GPU computing may not be possible" fi sleep 6 if [ -n "$VALGRIND_OPTIONS" ]; then start-stop-daemon --start --quiet --background --pidfile $PIDFILE \ --make-pidfile --user $BOINC_USER --chuid $BOINC_USER \ --chdir $BOINC_DIR --exec /usr/bin/valgrind -- $VALGRIND_OPTIONS $BOINC_CLIENT $BOINC_OPTS else start-stop-daemon --start --quiet --background --pidfile $PIDFILE \ --make-pidfile --user $BOINC_USER --chuid $BOINC_USER \ --chdir $BOINC_DIR --exec $BOINC_CLIENT -- $BOINC_OPTS fi Then reboot the machine and see if it recognizes the GPU. Hope that helps. | |
ID: 36690 | Rating: 0 | rate: / Reply Quote | |
Carlesa25, Hello: I have installed and it started BOINC manually, no daemon. In any case I also mounted Boinc from the Ubuntu repository with the same result, with drives <331.67 everything works properly with the other not. As I mentioned on the other thread, Nvidia recognizes a problem with the latest drivers. | |
ID: 36697 | Rating: 0 | rate: / Reply Quote | |
From what I gather, the drivers work, but repo implementations don't, so you need to purge the repo drivers and install the drivers correctly. | |
ID: 36702 | Rating: 0 | rate: / Reply Quote | |
From what I gather, the drivers work, but repo implementations don't, so you need to purge the repo drivers and install the drivers correctly. Hello: Unless the situation has changed in the last hours in Ubuntu (13.10 and 14.04) new Nvidia drivers do not work if BOINC typically installed through software and upgrades + additional drivers, see: https://devtalk.nvidia.com/default/topic/734098/linux/-boinc-ubuntu-nvidia-no-usable-gpus-found-/ Verified several times (not just by me) based on new, clean installations of Ubuntu 14.04-64bit. result ... NVIDIA GPUs drivers present but not found No library found ATI OpenCL library not found No usable GPUs found As discussed in several threads, for now the only solution is to install the drivers manually and for that there are several alternatives that work better or worse. Personally right now I have Ubuntu 14.04 running BOINC KernelLowLatency with Nvidia 337.12 beta and has a few minor issues, but it works when installed manually, at least until now. Thanks and Regards. | |
ID: 36704 | Rating: 0 | rate: / Reply Quote | |
Carlesa, | |
ID: 36705 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : Boinc + Ubuntu + Nvidia = No usable GPUs found.