-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
As of right now cuda 7.5 can not be installed through the usual means because of the same issue affecting java. (just thought I would create this and link it to the same issue before someone else does and)
(Also does anyone know if cuda will work at all when compiled manually?)
Same problem as issue #49
This is through the debian local package method.
Additionally cuda will not work even when this bug is fixed because bash is now aware of the graphics card.
running this command is supposed to list the nvidia card if your computer has one installed
lspci | grep -i nvidia
its output is this:
pcilib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method.
This could also be related to the other issues people are having with /proc
(cant find an official issue number for /proc issues)
jimdi, mitar, epool, clll7, sazal-ns and 12 more