lkml.org 
[lkml]   [1998]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: 2.1.122 Modules are killing me
I'm using 2.1.123-pre2, which fixed a few bugs in 122 and 123-pre1.  I
have no problems loading modules. (actually, I had no problems loading
modules in the previous two buggy kernels either, but the sound modules
were crashing sometimes for SoundBlaster 16. Now they work.)

I have my modules in /lib/modules/2.1.123, and so 'depmod -a' works
fine.
(I have attatched my '/etc/conf.modules'.) Is your modprobe located in
'/sbin/modprobe'? If not, they you need to do
echo "/wherever/modprobe" > /proc/sys/kernel/modprobe.
Otherwise the kernel will look for modprobe in the wrong place.

Debian has got this all figure out, and I presume Red Hat does too.
What distro are you using?


-BenRI
--
http://sdcc13.ucsd.edu/~bredelin### This file is automatically generated by update-modules
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
alias block-major-7 loop

# Uncomment the network protocols you don't want loaded:
# alias net-pf-2 off # IPv4
alias net-pf-3 off
alias net-pf-4 off # IPX
alias net-pf-5 off # DDP / appletalk
alias net-pf-10 off # IPv6
# Other aliases:
alias net-pf-17 af_packet # packet mode (tcpdump, etc.)

alias netalias-2 ip_alias
alias char-major-4 serial
alias char-major-10 off # -130 softdog
alias iso9660 isofs
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias binfmt-0064 binfmt_aout
alias binfmt--310 binfmt_java

# If you use the IDE tape driver as a module, uncomment the next two lines:
# alias block-major-3 ide-probe
# alias char-major-37 ide-tape

#alias <whatever you don't have that kerneld complains about> off

#-----------Configuration----------------------------
# Sound modules: soundcore,sound,sb,opl3,uart401
alias char-major-14 sb # sound
alias sound sb
alias mixer* sb
alias synth* opl3

alias parport_lowlevel parport_pc

# ** Options **
options parport_pc io=0x378 irq=7
options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
options opl3 io=0x388
#----------End Configuration----------------------------

# I recommend not to use this one, since it breaks depmod with version
# argument:
#depfile=/lib/modules/`uname -r`/modules.dep

path[boot]=/lib/modules

# State module paths in order of importance
path[fs]=/lib/modules/`uname -r`
path[net]=/lib/modules/`uname -r`
path[scsi]=/lib/modules/`uname -r`
path[block]=/lib/modules/`uname -r`
path[cdrom]=/lib/modules/`uname -r`
path[ipv4]=/lib/modules/`uname -r`
path[ipv6]=/lib/modules/`uname -r`
path[misc]=/lib/modules/`uname -r`
path[video]=/lib/modules/`uname -r`

path[fs]=/lib/modules/`kernelversion`
path[net]=/lib/modules/`kernelversion`
path[scsi]=/lib/modules/`kernelversion`
path[block]=/lib/modules/`kernelversion`
path[cdrom]=/lib/modules/`kernelversion`
path[ipv4]=/lib/modules/`kernelversion`
path[ipv6]=/lib/modules/`kernelversion`
path[misc]=/lib/modules/`kernelversion`
path[video]=/lib/modules/`kernelversion`

path[fs]=/lib/modules
path[net]=/lib/modules
path[scsi]=/lib/modules
path[block]=/lib/modules
path[cdrom]=/lib/modules
path[ipv4]=/lib/modules
path[ipv6]=/lib/modules
path[misc]=/lib/modules
path[video]=/lib/modules

\
 
 \ /
  Last update: 2005-03-22 13:44    [W:0.043 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site