PLDWWW: UdevFAQ

PatrykZawadzki PatrykZawadzki at pld-linux.org
Wed Dec 28 17:25:05 CET 2005


Author: PatrykZawadzki   Date: Wed Dec 28 16:25:05 2005 GMT
Module: PLDWWW   URL: http://pld-linux.org/UdevFAQ
---- Log message:


---- Page affected: UdevFAQ

---- Diffs:

================================================================
  
  That's a problem of nvidia (legacy) drivers. udev has nothing to do with it. Unfortunately, you must manually create proper device files using {{{mknod}}}.
  
- You can make {{{modprobe}}} creatte these devices for you every time the module is loaded by adding the following line to your ''/etc/modprobe.conf'':
+ You can make {{{modprobe}}} create these devices for you every time the module is loaded by adding the following line to your ''/etc/modprobe.conf'':
  
  {{{
  install nvidia /sbin/modprobe --ignore-install nvidia && { mknod /dev/nvidia0 c 195 0; mknod /dev/nvidia1 c 195 1; mknod /dev/nvidia2 c 195 2; mknod /dev/nvidia3 c 195 3; mknod /dev/nvidiactl c 195 255; /bin/true; }


More information about the pld-cvs-commit mailing list