Ken Bloom <[EMAIL PROTECTED]> writes: > The patch to create these devices in udev is included in debian's non-free > source. Perhaps you were missing the appropriate udev rules to actually > create the device files. > > Put the following in a file (whose name ends in .rules) in > /etc/udev/rules.d > > KERNEL="nvidia[0-9]*", NAME="%k" > KERNEL="nvidiactl", NAME="%k"
That doesn't do anything out of the ordinary, since by default, udev will create the nodes with the kernel names, if no rules exists. You have here basically created a rule that names the nodes to be the kernel names. If the nvidia modules have been ported to sysfs, then udev should pick up the device, and create the nodes automatically. -- John L. Fjellstad web: http://www.fjellstad.org/ Quis custodiet ipsos custodes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]