F5F Stay Refreshed Hardware Desktop Problems with NVIDIA GTX 1060 3GB on Debian 12 and F@H

Problems with NVIDIA GTX 1060 3GB on Debian 12 and F@H

Problems with NVIDIA GTX 1060 3GB on Debian 12 and F@H

Pages (3): 1 2 3 Next
N
NubsParrot
Junior Member
14
03-06-2016, 10:55 PM
#1
Around Christmas I purchased a used GTX 1060 3GB for Folding at home, but it won’t fold properly. The log file indicates the FAHClient isn’t recognizing the card correctly—it says “No CUDA or OpenCL 1.2+ support detected for GPU slot 01.” I tried the official NVIDIA driver, but the new Novella driver keeps refusing to disable it, as the system restarts itself. The installer asks me to reboot so files can be placed in the Novella folder, but this action triggers the Novella version again. The GPU seems to work fine, showing everything correctly on screen. FAHControl doesn’t function on Debian 12, so I’m forced to set up everything via the command line, which has been confusing me lately (I’m still getting the hang of Debian). My specs are: CPU Core i7 4790K, 16GB DDR3 RAM, GTX 1060 3GB, OS Debian 12 Bookworm, FHA Version 7.6.21. Any suggestions would be really helpful!

EDIT: The CPU folds without any problems. log.txt
Updated January 10, 2024 by Average Nerd
N
NubsParrot
03-06-2016, 10:55 PM #1

Around Christmas I purchased a used GTX 1060 3GB for Folding at home, but it won’t fold properly. The log file indicates the FAHClient isn’t recognizing the card correctly—it says “No CUDA or OpenCL 1.2+ support detected for GPU slot 01.” I tried the official NVIDIA driver, but the new Novella driver keeps refusing to disable it, as the system restarts itself. The installer asks me to reboot so files can be placed in the Novella folder, but this action triggers the Novella version again. The GPU seems to work fine, showing everything correctly on screen. FAHControl doesn’t function on Debian 12, so I’m forced to set up everything via the command line, which has been confusing me lately (I’m still getting the hang of Debian). My specs are: CPU Core i7 4790K, 16GB DDR3 RAM, GTX 1060 3GB, OS Debian 12 Bookworm, FHA Version 7.6.21. Any suggestions would be really helpful!

EDIT: The CPU folds without any problems. log.txt
Updated January 10, 2024 by Average Nerd

M
mineuout482
Posting Freak
812
03-11-2016, 03:37 PM
#2
This task is straightforward; the NVIDIA software should exclude new applications but since it doesn't, execute the command sudo nano /etc/modprobe.d/modprobe. It might be an empty file, so verify its contents by navigating to /etc/modprobe.d and checking the files. If the correct path is confirmed, append the necessary entries in the editor, save with Ctrl+X, then press Y to confirm and reboot. On AMD systems, video drivers are integrated into the kernel, often eliminating the need for additional user software.
M
mineuout482
03-11-2016, 03:37 PM #2

This task is straightforward; the NVIDIA software should exclude new applications but since it doesn't, execute the command sudo nano /etc/modprobe.d/modprobe. It might be an empty file, so verify its contents by navigating to /etc/modprobe.d and checking the files. If the correct path is confirmed, append the necessary entries in the editor, save with Ctrl+X, then press Y to confirm and reboot. On AMD systems, video drivers are integrated into the kernel, often eliminating the need for additional user software.

J
jbb366
Junior Member
28
03-11-2016, 09:03 PM
#3
I performed that action, and now I see this: The log file indicates this. I can’t access it right now because I’m on my phone.
J
jbb366
03-11-2016, 09:03 PM #3

I performed that action, and now I see this: The log file indicates this. I can’t access it right now because I’m on my phone.

N
NinuDK
Member
157
03-12-2016, 05:07 AM
#4
Check each directory for modprobe entries. Look for files like modprobe.conf. Verify blacklist settings are present. Ensure no leading hash symbol appears at the start of any text.
N
NinuDK
03-12-2016, 05:07 AM #4

Check each directory for modprobe entries. Look for files like modprobe.conf. Verify blacklist settings are present. Ensure no leading hash symbol appears at the start of any text.

W
weeandykidd
Junior Member
4
03-12-2016, 05:14 AM
#5
These entries show the file was made by me. Blacklisted NVIDIA-Nouveau config: intel-microcode-blacklist.conf: disabled nvidia-installer-disable-nouveau via modprobe.
W
weeandykidd
03-12-2016, 05:14 AM #5

These entries show the file was made by me. Blacklisted NVIDIA-Nouveau config: intel-microcode-blacklist.conf: disabled nvidia-installer-disable-nouveau via modprobe.

Z
Zeder2001
Junior Member
9
03-21-2016, 12:25 PM
#6
# In the nvidia file, place a # on the options line in the beginning. Also, delete your modprobe file that you created. I think it is looking for modprobe.conf Try rebooting after adding the # to the nvidia file on the second "options" line. I believe the "modeset = 0" might be conflicting. When rebooting, if you don't see the grub menu to choose which system to boot, hold shift key during reboot. If that doesn't work, edit the file: /etc/default/grub change timeout=0 to a higher value. Also, to save that change, run the command sudo update-grub or sudo update-grub2 Then, after updating grub, you can check the command list when you see the menu at bootup. Just press E at grub menu for the entry you use. On the line in grub menu editor, which starts with linux Look for "ro quiet splash" In that line, look for "nomodeset" and "blacklist nouveau" and other similar settings. Try removing these parts, one at a time, and press F10 key to temporarily try that setup. I really thought this would be simpler. I've had to go through a similar process.
Z
Zeder2001
03-21-2016, 12:25 PM #6

# In the nvidia file, place a # on the options line in the beginning. Also, delete your modprobe file that you created. I think it is looking for modprobe.conf Try rebooting after adding the # to the nvidia file on the second "options" line. I believe the "modeset = 0" might be conflicting. When rebooting, if you don't see the grub menu to choose which system to boot, hold shift key during reboot. If that doesn't work, edit the file: /etc/default/grub change timeout=0 to a higher value. Also, to save that change, run the command sudo update-grub or sudo update-grub2 Then, after updating grub, you can check the command list when you see the menu at bootup. Just press E at grub menu for the entry you use. On the line in grub menu editor, which starts with linux Look for "ro quiet splash" In that line, look for "nomodeset" and "blacklist nouveau" and other similar settings. Try removing these parts, one at a time, and press F10 key to temporarily try that setup. I really thought this would be simpler. I've had to go through a similar process.

C
CrazySmurfGB
Junior Member
45
03-21-2016, 12:54 PM
#7
I'll attempt it after returning from school, around ten hours later.
C
CrazySmurfGB
03-21-2016, 12:54 PM #7

I'll attempt it after returning from school, around ten hours later.

J
JPP_Miam
Member
108
03-21-2016, 06:19 PM
#8
I couldn't locate them...
J
JPP_Miam
03-21-2016, 06:19 PM #8

I couldn't locate them...

J
Jopy
Member
65
03-21-2016, 09:44 PM
#9
Average Nerd agrees that new options are being prioritized. Some files are replacing others. Consider renaming every file in the modprobe.d folder to .bak at the end. Retain the nvidia file and maintain its original name so the rest become .bak.
J
Jopy
03-21-2016, 09:44 PM #9

Average Nerd agrees that new options are being prioritized. Some files are replacing others. Consider renaming every file in the modprobe.d folder to .bak at the end. Retain the nvidia file and maintain its original name so the rest become .bak.

G
grr_face1
Member
144
03-23-2016, 02:28 PM
#10
Switching from .conf to .bak is in progress. Right now there are no backup files available. Updated on January 13, 2024 by Average Nerd
G
grr_face1
03-23-2016, 02:28 PM #10

Switching from .conf to .bak is in progress. Right now there are no backup files available. Updated on January 13, 2024 by Average Nerd

Pages (3): 1 2 3 Next