On Mi, 15 ian 14, 13:13:34, Uli Wannek wrote:
> It is a very old thread, sorry, but i stumbled upon and meanwhile found
> a solution:
>
> nvidia supplies
> /etc/modprobe.d/nvidia-kernel-common.conf
> originally containing:
> alias char-major-195* nvidia
> options nvidia NVreg_DeviceFileUID=0
It is a very old thread, sorry, but i stumbled upon and meanwhile found
a solution:
nvidia supplies
/etc/modprobe.d/nvidia-kernel-common.conf
originally containing:
alias char-major-195* nvidia
options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44 \
NVreg_DeviceFileMod
On Fri, Oct 07, 2011 at 10:32:34AM -0400, Christian Jaeger wrote:
> (Your mail was in my gmail spam folder -- which is why I noticed it :)
>
> > to solve the problem i tried to edit the init.d/nvidia-kernel script and
> > replaced the line
> > mknod -m 0660 dev/nvidiactl c 195 255
> > with
(Your mail was in my gmail spam folder -- which is why I noticed it :)
> to solve the problem i tried to edit the init.d/nvidia-kernel script and
> replaced the line
> mknod -m 0660 dev/nvidiactl c 195 255
> with
> mknod -m 0666 dev/nvidiactl c 195 256
Wondering why you changed the
Hi all and thanks for reading,
I have a messy problem of permissions of /dev/nvidiactl and /dev/nvidia0.
As usual on debian distributions the video devices are owned by the video group.
ls -l /dev/nvidia*
crw-rw 1 root video 195, 0 Sep 27 17:56 /dev/nvidia0
crw-rw 1 root video 195, 255 S
5 matches
Mail list logo