Hi, Kristine!

Trying to kill the keyboard, Kristine Rogers ([EMAIL PROTECTED])
produced 0,7K in 23 lines:

> Kristine Rogers wrote:

> > > Wolfgang Weisselberg wrote:
[/usr/src/linux/.config]

> > > > Actually, you are supposed to have the configuration of your
> > > > current kernel in that file!   ...

> >      What do I do I'm using the "stock" kernel from RedHat 6.1?  I tried
> > recompiling the kernel but kept getting a slew of error-messages from
> > modules I told "menuconfig" to leave-out.

>      I forgot to mention that the error-messages show-up during boot.

This is WAY Off-Topic here, but you might want to clean up
your modules subdir, most probably found under
    /lib/modules/`uname -r` 
.

What happens is that all the modules (generated by the kernel,
by ftape, by xosview's memstat, by some supplier or vendor,
...) live there.  Now you changed your kernel configuration,
that means some of them may no longer work ... at least the
position of symbols and dependencies have changed.

Thus clean them out, reinstall the kernel ones (make
install_modules) and all the other ones you need, then run
    depmod -a 
to regenerate the dependency file.  Unless you missed some
neccessary module everything should work now at boot.  Oh,
if your Linux uses an initrd/linuxrc to preload some modules,
you may have to regenerate that as well.

But, please, this ML is *not* the correct place for
administration questions as this, unless it's really related to
problems specific to tape storage units and drivers (including
the ftape module).

-Wolfgang

Reply via email to