Re: load module on boot
On Wed, Nov 27, 2002 at 03:36:15PM -0500, Levi Waldron wrote:
> Specifically, add the line
>
> NVdriver
>
> to /etc/modules. Add it manually or type
>
> echo "NVdriver" >> /etc/modules
//
(echo "newstuff" >> foo_file) hmm, that's
a cool trick! i can definitely get some
mileage outta that. ...much appreciated.
kthxbye.
b.
//
> to add it without editing the file.
>
> On November 27, 2002 03:00 pm, Andrew Perrin wrote:
> > Put it in /etc/modules
> >
> > ----------------------------------------------------------------------
> > Andrew J Perrin - http://www.unc.edu/~aperrin
> > Assistant Professor of Sociology, U of North Carolina, Chapel Hill
> > clists@perrin.socsci.unc.edu * andrew_perrin (at) unc.edu
> >
> > On Wed, 27 Nov 2002, Ernesto Marquina wrote:
> > > Hi there,
> > >
> > > debian newbie here, I just configured my nvidia geforce2 go to work on my
> > > laptop (debian woody), I had to download and compile the nvidia drivers,
> > > and now it works fine.
> > >
> > > But in order to load the new driver I always have to load the module
> > > called NVdriver first by doing
> > >
> > > modprobe NVdriver
> > >
> > > How can I tell debian to always load it at startup?, and not having to
> > > type that command everytime I log in?
> > >
> > > Thank you
> > > Ernesto
> > >
Reply to: