Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Tags in this Discussion

udev errors after cuda dev driver install
  • I'm working with the NVDIA 580GTX in Ubuntu Linux 11.04. After I install the dev driver ver. 285.05.33. I restart x and I can use cuda for a short time(./deviceQuery runs ). However, if I try and reboot the computer I get a few udev errors and the computer does not start.

    udev-work[126]: inotify_add_watch(6, dev/dm-2, 10) failed: no such file or directory
    udevd-work[384] : open /dev/null failed: no such file or directory

    If I do a Ctrl + Alt + F1 I can get into the command line and login. However, I know that the driver is not working because I get a no device found if I run the .deviceQuery cuda C application.

    Any ideas on how to fix this udev problem?

    Thanks!