Re: 2.6 kernel not autoloading modules

2004-01-06 Thread Stefan Bellon
Rieker Flaik wrote: > martin f krafft wrote: > > I added the following line to /etc/modprobe.d/bttv: > > > > alias /dev/video* bttv > > > > and issued an `update-modules` (from module-init-tools). The change > > is correctly reflected in /lib/modules/modprobe.conf (which violates > > the FHS!)

Re: 2.6 kernel not autoloading modules

2004-01-06 Thread Rieker Flaik
martin f krafft wrote: > I added the following line to /etc/modprobe.d/bttv: > > alias /dev/video* bttv > > and issued an `update-modules` (from module-init-tools). The change > is correctly reflected in /lib/modules/modprobe.conf (which violates > the FHS!), but when I try to access /dev/vide

2.6 kernel not autoloading modules

2004-01-05 Thread martin f krafft
I added the following line to /etc/modprobe.d/bttv: alias /dev/video* bttv and issued an `update-modules` (from module-init-tools). The change is correctly reflected in /lib/modules/modprobe.conf (which violates the FHS!), but when I try to access /dev/video0, it can't find the device: can't

Re: autoloading modules

2004-01-04 Thread Andrew Malcolmson
On Sat, 03 Jan 2004 00:18:48 +0100, Rieker Flaik wrote: [snip] > When I boot up my new 2.6.0 Kernel-system, I configured it this way that > the lp module is automatically loaded by default. > > My modules.conf looks like this: [snip] The 2.6 kernel uses a new module management system under which

autoloading modules

2004-01-03 Thread Rieker Flaik
Hi, I have one physical parport and as I wish I attach a "printer" or "2 SNES-Joypads by Adapter". so if I use a "lpr printme.txt" the lp module get loaded but if I use "jstest /dev/js0" NO 'joydev' and 'gamecon gc=0,1,1' is loaded When I boot up my new 2.6.0 Kernel-system, I configured it this

Re: autoloading modules

2001-05-21 Thread christophe barbé
Add your alias in a file in /etc/modutils/ and use the command update-modules to update your /etc/modules.conf. Christophe On Mon, 21 May 2001 13:23:56 Jan Torben Heuer wrote: > Some of my modules won't load automatically. > > They are tuner,sg,ice-scsi. > > Must I add some aliases? > > thanks

Re: autoloading modules

2001-05-21 Thread mdevin
On Mon, May 21, 2001 at 01:23:56PM +0200, Jan Torben Heuer wrote: > Some of my modules won't load automatically. > > They are tuner,sg,ice-scsi. > > Must I add some aliases? > You can put them in the file /etc/modules and they will be loaded at boot time. HTH --- Mark.

Re: autoloading modules

2001-05-21 Thread ktb
On Mon, May 21, 2001 at 01:23:56PM +0200, Jan Torben Heuer wrote: > Some of my modules won't load automatically. > > They are tuner,sg,ice-scsi. > > Must I add some aliases? List them in - /etc/modules kent -- From seeing and seeing the seeing has become so exhausted First line of "The P

autoloading modules

2001-05-21 Thread Jan Torben Heuer
Some of my modules won't load automatically. They are tuner,sg,ice-scsi. Must I add some aliases? thanks, Jan Torben -- /\ | http://www.jtheuer.de (Elektronik, Perl, Linux)| | mail: [EMAIL PROTECTED] |

Autoloading modules with kernel 2.2.14

2000-04-10 Thread Cameron Matheson
Hey,   I want to be able to automatically load modules at boot-up, but I'm not sure how I would do it.  I edited my /etc/modules file, but none of the modules load, so I don't know what else to do.  Is their another configuration file I need to edit?  My current file looks like this:   # /et

Re: Autoloading modules with kernel 2.2.14

2000-04-10 Thread Chris Gray
On Mon, Apr 10, 2000 at 05:23:01PM -0600, Cameron Matheson wrote: > Hey, > > I want to be able to automatically load modules at boot-up, but I'm not sure > how I would do it. I edited my /etc/modules file, but none of the modules > load, so I don't know what else to do. Is their another config