On Thu, 31 Aug 2000, Don Head wrote:
> > When upgrading to Mdk 7.1, and recompiling my
> > kernel, Mandrake complained about
> > /etc/conf.modules and mentioned that it's now
> > deprecated. fine. I copied conf.modules to
> > modules.conf ... exact copy, ... everything
> > works fine EXCEPT my soundblaster live! value
> > card (emu10k1 module).
> > 
> > I then copied modules.conf back to conf.modules
> > and everything starts up fine, even the
> > soundcard, except that Mandrake complains that
> > conf.modules is deprecated.  What's the deal?
> > And why is there also a /etc/modules file, that
> > currently only has vfat as the sole module in
> > it?  I'd be happy to use /etc/modules.conf if
> > and only if everything works!
> 
> Rather than copying, you should try symlinks.
> For situations like this, they're much more
> reliable, and the preferred method.  When a
> change is made to one, it's also being made to
> the other, because they're the same file.  This
> way, no matter what file is read, the contents
> will always be the same.
> 
> ln -s /etc/conf.modules /etc/modules.conf
> 
> (or the other way around)
> 
> ln -s /etc/modules.conf /etc/conf.modules
> 
> 
> Don Head             [[EMAIL PROTECTED]]

But then when you build your next kernel from Cooker it will will rename
your symlink and make a new conf.modules, so beware !-(

 -- 

------------------------------------------------------
 Peter Ruskin          <[EMAIL PROTECTED]>
 Wrexham, UK          KDE - the professionals' choice
------------------------------------------------------

Reply via email to