Udev Reminder

Hey all,

Just a quick note to remind you that the latest udev will be removing hotplug from your system, as it is deprecated now.

See this news post.

NOTE: If you were using hotplug in your DAEMONS array to auto-load your modules, you should replace it with one of the other auto-detection utilities: hwdetect or hwd.

To use hwd: Just install the lshwd package and replace hotplug with hwd in your DAEMONS array.

To use hwdetect: Look for a line in /etc/rc.conf that starts with MOD_AUTOLOAD and set it to "yes". If you don't have the line, add it:

MOD_AUTOLOAD="yes"