Bug 135618 - udev 0.76 does not recognize DVD drive
Summary: udev 0.76 does not recognize DVD drive
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Hotplug (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Kay Sievers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-27 20:52 UTC by JP Rosevear
Modified: 2005-12-04 02:40 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
lshal output with udev 075 (82.48 KB, text/plain)
2005-11-27 20:53 UTC, JP Rosevear
Details
lshal output with udev 076 (80.28 KB, text/plain)
2005-11-27 20:53 UTC, JP Rosevear
Details

Note You need to log in before you can comment on or make changes to this bug.
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.