| Summary: | x11-drivers/nvidia-drivers - udev rule should create /dev/nvidia-uvm | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Plero H <plero_hero> |
| Component: | Current packages | Assignee: | Jeroen Roovers (RETIRED) <jer> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | hardened |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Plero H
2017-04-14 16:05:41 UTC
Works for me and you didn't include any information about your system so I guess you need to read the bug reporting guidelines before you continue. Can you please elaborate more? Does your system creates a uvm device? I removed 'sometimes' from the title, it's misleading. (In reply to Plero H from comment #0) > My proposed udev rule: > > ACTION=="add", SUBSYSTEM=="module", DEVPATH=="/module/nvidia_uvm", > PROGRAM="/bin/grep nvidia-uvm /proc/devices", ENV{dev_num}="%c{1}", > RUN+="/bin/mknod -m 666 /dev/nvidia-uvm c $env{dev_num} 0" Are you sure that should be read/write for all users? *** This bug has been marked as a duplicate of bug 506696 *** |