In case the cdrom drive(s) don't show up after the installation of udev, the following steps are necessary:
$ modprobe ide_cd $ modprobe cdrom $ echo "ide_cd" >> /etc/modules $ /etc/init.d/udev restart
After that, the cdrom drives should work again.