You are not logged in.
I'm trying to get tensorflow GPU on python. I was getting an error failed call to cuInit: CUDA_ERROR_UNKNOWN: unknown error.
I've been chasing the trail and now I got this
modprobe: FATAL: Module nvidia not found in directory /lib/modules/5.6
But then:
sudo depmod -A
depmod: ERROR: could not open directory /lib/modules/5.6.13-arch1-1: No such file or directory
This is strange because my monitors are connected to my nvidia card and the nvidia driver 440.82 is working. I think.
Maybe it's just some folder that didn't get created? What should I try?. Thanks!
Offline
pacman -Q linux && uname -rOffline