From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from user-0c8hp0m.cable.mindspring.com ([24.136.228.22] helo=taylor.homelinux.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Es7HP-0002fB-00 for ; Thu, 29 Dec 2005 18:33:55 -0500 Received: from lorenzo by taylor.homelinux.net with local (Exim 4.60) (envelope-from ) id 1Es7J0-0000Eu-6X for speakup@braille.uwo.ca; Thu, 29 Dec 2005 18:35:35 -0500 Date: Thu, 29 Dec 2005 18:35:34 -0500 From: Lorenzo Taylor To: "Speakup is a screen review system for Linux." Message-ID: <20051229233534.GA861@taylor.homelinux.net> References: <20051229185913.GA4054@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <20051229185913.GA4054@localhost.localdomain> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: lorenzo@taylor.homelinux.net X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on taylor.homelinux.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.1.0 X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on taylor.homelinux.net) Subject: Re: loading modules under 2.6.x X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 23:33:55 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Simply put the modules you want loaded in /etc/modules 1 to a line. For example, my /etc/modules looks like: # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a "#", and everything on the line after them are ignored. #ide-cd ide-disk ide-generic #psmouse speakup_dectlk bttv tuner=39 radio=1 automute=0 Each module is modprobed with the options specified after its name. These modules are also loaded before any init scripts, so you have access to them fairly early in the boot process. HTH, Lorenzo - -- Be careful of reading health books, you might die of a misprint. -- Mark Twain -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDtHLFG9IpekrhBfIRAhrWAJ9S9EbK69gJPB0mwJV4dKcNc5OFOACgkk8m BSI3e1AbZP0XZZrJ0liRzxI= =NIdF -----END PGP SIGNATURE-----