Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10036 - sr_mod module does not exist
Summary: sr_mod module does not exist
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Stoyan Zhekov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-31 17:44 UTC by Ovidiu D. Damian
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ovidiu D. Damian 2002-10-31 17:44:40 UTC
Reinstalling 1.4_rc1 on a box booting off scsi hard drive...

The installation guide for v1.4 says:
"Now, if you want to be able to access any SCSI hardware that wasn't detected
during the PCI autodetection process, you'll need to load the appropriate
modules from /lib/modules, again using modprobe:

Code listing 3.2: Loading SCSI Modules

# modprobe aic7xxx
# modprobe sr_mod
# modprobe sd_mod

aic7xxx supports your SCSI controller, sr_mod supports a SCSI CD-ROM, and sd_mod
supports SCSI hard disks. "

When issuing 
# modprobe sd_mod
the output is "modprobe: Can't locate module sd_mod"

Here's what scsi modules there are:
# ls /lib/modules/2.4.19-xfs-r1/kernel/drivers/scsi/
Result: ide-scsi.o imm.o osst.o pas16.0 ppa.o sg.o st.o

I don't think this is needed anyways, isn't scsi support built into the kernel???
Comment 1 Stoyan Zhekov (RETIRED) gentoo-dev 2002-10-31 20:17:43 UTC
Fixed in the CVS.