Rene Eske Jensen <[EMAIL PROTECTED]> writes:
> Chmouel Boudjnah wrote:
> >
> > Veit Waltemath <[EMAIL PROTECTED]> writes:
> >
> > > hey,
> > > I've just upgradet my 7.0 with the actually kernel from cooker, usb interface
> > > was loaded at boot time, everything works fine. Now my question, what must I do
> > > that the scanner.o was automaticly loaded and not via modprobe.
> >
> > /etc/modules
>
> Dont you mean /etc/conf.modules?
>
nope /etc/modules is a plain text file containing a list of modules that will be
modprobe'd at boot time.
so:
% cat > /etc/conf.modules
scanner
^D