Bug 52483

Summary: CDROM kernel module not loaded at boot
Product: [Retired] Red Hat Public Beta Reporter: William Shotts <bshotts>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED WORKSFORME QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: roswell   
Target Milestone: ---   
Target Release: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-29 19:38:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dmesg output none

Description William Shotts 2001-08-24 04:57:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801

Description of problem:
On my P200 machine, the ATAPI CDROM drive is not recognized after
installation of roswell (2).  I must manually load the cdrom kernel module
(for example, modprobe cdrom) for the driver to load.  System works with RH
7.1.  dmesg output is attached.  I notice that the IDE floppy driver is
loaded though it is not needed.  This differs from 7.1 behavior.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Install roswell on affected machine
2.mount /mnt/cdrom (mount fails)
3.modprobe cdrom
4.mount /mnt/cdrom (mounts succeeds)
	

Additional info:

Comment 1 William Shotts 2001-08-24 04:59:37 UTC
Created attachment 29336 [details]
dmesg output

Comment 2 Glen Foster 2001-08-24 15:52:24 UTC
We (Red Hat) really need to fix this before next release.

Comment 3 Arjan van de Ven 2001-08-25 11:00:07 UTC
Strange. This works for me.

Comment 4 Michael K. Johnson 2001-08-25 12:42:08 UTC
I cannot reproduce it either on any hardware I have tried so far

Comment 5 Arjan van de Ven 2001-08-25 13:13:32 UTC
does running "depmod -ae" as root make the autoloading of ide-cd.o work again ?

Comment 6 William Shotts 2001-08-29 19:38:34 UTC
'depmod -ae' does fix the problem.

Comment 7 Arjan van de Ven 2001-09-03 17:35:02 UTC
depmod -ae is supposed to run at boot :(, _and_ at rpm -i time.