I decided that I wanted to get udev support working for Slackware. As of this writing, I have udev-022 managing my /dev directory which is mounted at boot.
You should make sure you have the most up to date hotplug package from slackware-current before installing udev.
I had to put in a bit of work to pull this off, but I think it will be worth it. I am going to assume from this point on that you have udev installed already.
udev.permissions and udev.rules
In order to use udev, you need a udev.permissions file that is fairly detailed. Slackware’s dev package provides all the default permissions with the static /dev entries that are generated with the MAKEDEV script.
I modified that in to a mkudev.sh script that can be used to generate a fairly complete udev.permissions file. Here’s the help output for the script: