You are not logged in.
Pages: 1
I have issue with acces to
/dev/nvidia*I was create 00-nvidia.rules, it contain:
KERNEL=="nvidia*", GROUP="video", MODE="0666"But after reboot file belong to "root" group. What is wrong?
Last edited by sobota (2013-05-28 19:32:05)
Offline
Because later rules can overwrite your assignations.
Either use := instead of = (that's a colon in front, "man udev" explains it), or use a filename starting with e.g. 99 instead of 00.
man udev:
:=
Assign a value to a key finally; disallow any later changes.
Offline
Though I must say that rule doesn't make much sense. You're assigning the video group, but then give rw permission to anyone anyway, so the group is meaningless.
Also, the nvidia module has it's own way to handle this, Gentoo does this by default - /etc/modprobe.d/nvidia.conf
options nvidia NVreg_DeviceFileMode=432 NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=91 NVreg_ModifyDeviceFiles=1Offline
I change rule on:
KERNEL=="nvidia*", GROUP:="video", MODE="0666"And rename it "100-nvidia.rules". But after reboot problem still exist.
@Gusar
Directory /etc/modprobe.d/ is empty.
Offline
So what if it's empty?
Offline
File nvidia.conf does't exist in "/etc/modprobe.d" .
Offline
Create it then, duh.
Offline
Ok but i don't need this. I need only repair udev rule.
Offline
Err, you want the nvidia node to belong to the video group, do you not? This is how you do it. So yes, yo *do* need it.
Offline
Ok after create empty nvidia.conf in /etc/modprobe.d nvidia and nvidiactl disappear from /dev afeter reebot whats mor file is still empty..
Offline
man modprobe.dOffline
I know what it is, nvidia module is loaded. I can not find parameters for this which define group.
Offline
I told you the parameters...
Offline
@Gusar
I do this- it doesn't work. Files /dev/nvidia* after reboot disappear.
Last edited by sobota (2013-05-28 22:52:30)
Offline
Pages: 1