vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi! during boot the init.d/modules script tells me that there are missing modules, such as sg, st, sr-mod, ide-cd, ide-tape... i figured out, that these modules are all probed in the /etc/modules.devfs. it's right, the modules are missing, but because i don't need them, i don't need any scsi device drivers or ide-cdrom/tape. the modules.devfs says: do not edit! if i do, the "fatal errors" are gone. where do i fix this correctly? i'm using the latest 2.6 dev kernel. thanks for your help arne |
| ||||
| Arne Hoch <arne.hoch@NOSPAMpost.rwth-aachen.de> writes: > hi! > > during boot the init.d/modules script tells me that there are missing > modules, such as sg, st, sr-mod, ide-cd, ide-tape... /etc/modules.autoload is a symbolic link to a file in /etc/modules.autoload.d/ for example, kernel-2.4 or kernel-2.6. Take a look at those files and see if they list the modules you want to get rid of. Edit them out, if they do. |