Re: USB devices and usb-storage module.

2004-02-06 Thread Adam
On Friday 06 February 2004 04:30, Adam Aube wrote: > On Thursday 05 February 2004 01:24 pm, Adam wrote: >> Aha. I thought I was supposed to edit only the /etc/modutils/* but >> it's OK to edit /etc/modules too; just not /etc/modules.conf because >> that >> one is generated by update-modules. Righ

Re: USB devices and usb-storage module.

2004-02-05 Thread Adam Aube
On Thursday 05 February 2004 01:24 pm, Adam wrote: > Aha. I thought I was supposed to edit only the /etc/modutils/* but it's > OK to edit /etc/modules too; just not /etc/modules.conf because that > one is generated by update-modules. Right? Right. Adam -- To UNSUBSCRIBE, email to [EMAIL PROTE

Re: USB devices and usb-storage module.

2004-02-05 Thread Adam
On Wednesday 04 February 2004 20:40, Adam Aube wrote: > On Wednesday 04 February 2004 01:30 pm, Adam wrote: >> What I want to know is how to force a single module to load at boot. > > This should do the trick: > > echo "usb-storage" >> /etc/modules Aha. I thought I was supposed to edit only the

Re: USB devices and usb-storage module.

2004-02-04 Thread Adam Aube
On Wednesday 04 February 2004 01:30 pm, Adam wrote: > What I want to know is how to force a single module to load at boot. This should do the trick: echo "usb-storage" >> /etc/modules Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: USB devices and usb-storage module.

2004-02-04 Thread Adam
I'll try hotplug. But for future reference, could I have an example of a file that goes in /etc/modutils/ just to load one specific module? I've added /etc/modutils/ide-cd as follows: options ide-cd ignore=hdd But that's just to set an option on a module that was being loaded at boot anyway. W

Re: USB devices and usb-storage module.

2004-02-04 Thread Alexander Schmehl
* Adam <[EMAIL PROTECTED]> [040204 11:44]: > My question is this: exactly what do I need to do in /etc/modutils so that > this module loads automatically at the next boot? Just add the name of the module, which should be loaded at the next reboot. You can use "modconf", too. This tool will add t