Bug 135618

Summary: udev 0.76 does not recognize DVD drive
Product: [openSUSE] SUSE Linux 10.1 Reporter: JP Rosevear <jpr>
Component: HotplugAssignee: Kay Sievers <kasievers>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: lshal output with udev 075
lshal output with udev 076

Description JP Rosevear 2005-11-27 20:52:31 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.
Comment 1 JP Rosevear 2005-11-27 20:53:19 UTC
Created attachment 58792 [details]
lshal output with udev 075
Comment 2 JP Rosevear 2005-11-27 20:53:58 UTC
Created attachment 58793 [details]
lshal output with udev 076
Comment 3 Kay Sievers 2005-11-27 23:47:21 UTC
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)
Comment 4 JP Rosevear 2005-11-28 00:45:49 UTC
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).
Comment 5 Kay Sievers 2005-11-28 04:09:04 UTC
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.
Comment 6 JP Rosevear 2005-11-28 04:21:17 UTC
Confirmed, properly detected on reboot now.
Comment 7 Kay Sievers 2005-12-04 02:40:52 UTC
Fine.