Bugzilla – Bug 135618
udev 0.76 does not recognize DVD drive
Last modified: 2005-12-04 02:40:52 UTC
udev 0.76 does not recognize my DVD drive, 0.75 did. The IDE bus is still visible in both cases. Desktop machine. Will attach lshal output from both udev versions.
Created attachment 58792 [details] lshal output with udev 075
Created attachment 58793 [details] lshal output with udev 076
Is ide-cd loaded? If not, does loading it manually fix it? (There seems to be a race between the /proc content and the uevent. I've already added a loop to the ide handler to wait for the proc file in the latest udev version in autobuild)
I'm using the latest from autobuild. ide-cd is not loaded. Loading it manually does not change whats seen in hal-device-manager (and lshal --monitor shows nothing when loading).
In the ide handler script was the "!" missing in "#!/bin/sh -e". :) I changed the script on this box and it will probably work now. I will submit a new package in a few minutes.
Confirmed, properly detected on reboot now.
Fine.