Re: load module on boot?

2016-09-16 Thread David Wright
On 09/16/2016 09:59 AM, Tony Baldwin wrote: > Greetings, friends, > so something went wrong with my old Debian installation and it won't > boot (dumps to emergency mode every time). > Consequently, I installed Jessie on the other hdd (that had win7), and > I'm having a couple of minor troubles: >

Re: load module on boot?

2016-09-16 Thread Ric Moore
On 09/16/2016 09:59 AM, Tony Baldwin wrote: Greetings, friends, so something went wrong with my old Debian installation and it won't boot (dumps to emergency mode every time). Consequently, I installed Jessie on the other hdd (that had win7), and I'm having a couple of minor troubles: First, I ne

load module on boot?

2016-09-16 Thread Tony Baldwin
Greetings, friends, so something went wrong with my old Debian installation and it won't boot (dumps to emergency mode every time). Consequently, I installed Jessie on the other hdd (that had win7), and I'm having a couple of minor troubles: First, I need the snd-mixer-oss module to load on boot

Re: load module on boot

2002-11-27 Thread p
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

Re: load module on boot

2002-11-27 Thread Travis Crump
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 b

Re: load module on boot

2002-11-27 Thread Levi Waldron
Specifically, add the line NVdriver to /etc/modules. Add it manually or type echo "NVdriver" >> /etc/modules to add it without editing the file. On November 27, 2002 03:00 pm, Andrew Perrin wrote: > Put it in /etc/modules > > -

Re: load module on boot

2002-11-27 Thread Shyamal Prasad
"Ernesto" == Ernesto Marquina <[EMAIL PROTECTED]> writes: Ernesto> modprobe NVdriver Ernesto> How can I tell debian to always load it at startup?, and Ernesto> not having to type that command everytime I log in? Add 'NVdriver' to /etc/modules on a line by itself. Cheers! Shyamal

Re: load module on boot

2002-11-27 Thread Doug MacFarlane
On 27 Nov 2002, 19:55:51, Ernesto Marquina wrote: > modprobe NVdriver > > How can I tell debian to always load it at startup?, and not having to type= > that command everytime I log in? I believe that the proper debian way of doing this is to put the module in the proper place in /lib/modules/ke

Re: load module on boot

2002-11-27 Thread Andrew Perrin
Put it in /etc/modules -- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill [EMAIL PROTECTED] * andrew_perrin (at) unc.edu On Wed, 27 Nov 2002, Ernesto Marquina wrot

load module on boot

2002-11-27 Thread Ernesto Marquina
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 NVdr