Bug 285010 - No CD/DVD ROM after boot
Summary: No CD/DVD ROM after boot
Status: RESOLVED DUPLICATE of bug 286132
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Alpha 5
Hardware: i586 openSUSE 10.3
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Kay Sievers
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 16:34 UTC by Andras Barna
Modified: 2007-07-07 07:25 UTC (History)
3 users (show)

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


Attachments
dmesg (17.47 KB, text/x-log)
2007-06-17 16:35 UTC, Andras Barna
Details
yast logs (971.11 KB, application/x-compressed-tar)
2007-06-21 07:28 UTC, Andras Barna
Details
sysconfig/kernel (3.01 KB, text/plain)
2007-06-21 07:29 UTC, Andras Barna
Details
hwinfo (1.75 KB, application/octet-stream)
2007-06-21 07:31 UTC, Andras Barna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Barna 2007-06-17 16:34:40 UTC
I have 2 DVD ROMs 
ASUS CB-5216A and DRW-1608P3S
after boot there's no /dev/sr0 and sr1
if i run eg yast2 bootload it appiers it seems that it loads some required modules:
$ diff 1 2
1a2,7
> joydev                 13632  0 
> st                     39580  0 
> sr_mod                 19492  0 
> ide_disk               20608  0 
> ide_cd                 40480  0 
> cdrom                  37024  2 sr_mod,ide_cd
57c63
< ide_core              121412  2 generic,sis5513
---
> ide_core              121412  4 ide_disk,ide_cd,generic,sis5513
60c66
< scsi_mod              140172  3 sg,sd_mod,libata
---
> scsi_mod              140172  5 st,sr_mod,sg,sd_mod,libata
$
lsmod before(1) and after(2)

sr0: scsi3-mmc drive: 5x/52x writer cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0
sr1: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
sr 1:0:1:0: Attached scsi CD-ROM sr1
st: Version 20070203, fixed bufsize 32768, s/g segs 256

from dmesg
Comment 1 Andras Barna 2007-06-17 16:35:10 UTC
Created attachment 146671 [details]
dmesg
Comment 2 Matej Horvath 2007-06-21 07:19:34 UTC
Please attach your yast logs (http://en.opensuse.org/Bugs/YaST), your /etc/sysconfig/kernel and output of 'hwinfo --cdrom'.
Comment 3 Andras Barna 2007-06-21 07:28:37 UTC
Created attachment 147543 [details]
yast logs
Comment 4 Andras Barna 2007-06-21 07:29:57 UTC
Created attachment 147544 [details]
sysconfig/kernel
Comment 5 Andras Barna 2007-06-21 07:31:10 UTC
Created attachment 147545 [details]
hwinfo
Comment 6 Matej Horvath 2007-06-22 07:49:31 UTC
initrd should be build with the above modules.
Comment 9 Hannes Reinecke 2007-06-22 10:24:01 UTC
Why should the CD-ROM modules be in the initrd? Do we try to boot from them?
I guess not.
It's more a problem of udev not loading the required modules.
Reassigning.
Comment 10 Kay Sievers 2007-06-25 22:50:03 UTC
Kernel 2.6.22 exports MODALIAS for SCSI devices. Udev no longer loads these modules with special rules. Christian, please let sysconfig call modprobe scsi modules.
Comment 11 Christian Zoz 2007-07-06 07:43:13 UTC
From now on modprobe will be called from udev directly. Not longer from hwup.
Comment 12 Janos Toberling 2007-07-06 10:35:45 UTC
I have the same problem with an external Pioneer DVD writer attached by an IDE-USB converter to a USB2 port.
After loading sr_mod manually system founds it.
Comment 13 Kay Sievers 2007-07-07 07:25:46 UTC

*** This bug has been marked as a duplicate of bug 286132 ***