Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30275 - /etc/modules.autoload isn't used anymore. It should be /etc/modules.autoload.d/kernel-2.*
Summary: /etc/modules.autoload isn't used anymore. It should be /etc/modules.autoload...
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux Sparc Installation Guide (show other bugs)
Hardware: Sparc Linux
: High normal (vote)
Assignee: Benny Chuang (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-03 13:56 UTC by Gregg Barbato
Modified: 2003-10-04 04:02 UTC (History)
1 user (show)

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


Attachments
patch to fix /etc/modules.autoload (gentoo-sparc-install.patch,1.95 KB, patch)
2003-10-03 15:50 UTC, Benny Chuang (RETIRED)
Details | Diff
Patch with "Kerne" fix :) (gentoo-sparc-install.patch,1.95 KB, patch)
2003-10-04 02:07 UTC, Sven Vermeulen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gregg Barbato 2003-10-03 13:56:19 UTC
/etc/modules.autoload isn't used anymore.  It should 
be /etc/modules.autoload.d/kernel-2.*

In the docs it states "If you have an IDE cd burner, then you need to enable 
SCSI emulation in the kernel. Turn on "ATA/IDE/MFM/RLL support" ---> "IDE, ATA 
and ATAPI Block devices" ---> "SCSI emulation support" (I usually make it a 
module), then under "SCSI support" enable "SCSI support", "SCSI CD-ROM support" 
and "SCSI generic support" (again, I usually compile them as modules). If you 
also choose to use modules, then echo -e "ide-scsi\nsg\nsr_mod" 
>> /etc/modules.autoload to have them automatically added at boot time. "  
below code listing 19.3 and above code listing 19.4.  

Reproducible: Always
Steps to Reproduce:

Actual Results:  
The /etc/modules.autoload may not load the modules/may be overwritten easily.  
It should be extremly recomended to use /etc/modules.autoload.d/kernel-2.* (* 
for whichever kernel version, i.e. 4,5,6).
Comment 1 Benny Chuang (RETIRED) gentoo-dev 2003-10-03 15:50:58 UTC
Created attachment 18700 [details, diff]
patch to fix /etc/modules.autoload
Comment 2 Benny Chuang (RETIRED) gentoo-dev 2003-10-03 15:51:52 UTC
Please review the patch
Comment 3 Sven Vermeulen (RETIRED) gentoo-dev 2003-10-04 02:07:53 UTC
Created attachment 18718 [details, diff]
Patch with "Kerne" fix :)

You had a typo ("Kerne" instead of "kernel"). Patch looks good for the rest.
Comment 4 Benny Chuang (RETIRED) gentoo-dev 2003-10-04 04:02:02 UTC
Thanks! committed with switf's patch fix