|
Next
Previous
Contents
11. Other Hardware DevicesAny other devices that didn't fit into any of the above categories got lumped together here.
11.1 Ethernet Devices (`ether=', `netdev=')Different drivers make use of different parameters, but they all at least share having an IRQ, an I/O port base value, and a name. In its most generic form, it looks something like this:
ether=irq,iobase[,param_1[,param_2,...param_8]]],name
The first non-numeric argument is taken as the name.
The The most common use of this parameter is to force probing for a second ethercard, as the default is to only probe for one (with 2.4 and older kernels). This can be accomplished with a simple:
ether=0,0,eth1
Note that the values of zero for the IRQ and I/O base in the above example tell the driver(s) to autoprobe. IMPORTANT NOTE TO MODULE USERS: The above will not force a
probe for a second card if you are using the driver(s) as run time
loadable modules (instead of having them complied into the kernel).
Most Linux distributions use a bare bones kernel combined with a
large selection of modular drivers. The The Ethernet-HowTo has complete and extensive
documentation on using multiple cards and on the card/driver
specific implementation of the
11.2 The Floppy Disk Driver (`floppy=')There are many floppy driver options, and they are all listed in
11.3 The Bus Mouse Driver (`bmouse=')The busmouse driver only accepts one parameter, that being the hardware IRQ value to be used.
11.4 The MS Bus Mouse Driver (`msmouse=')The MS mouse driver only accepts one parameter, that being the hardware IRQ value to be used.
11.5 The Printer Driver (`lp=')With this boot argument you can tell the printer driver what ports to use and what ports not to use. The latter comes in handy if you don't want the printer driver to claim all available parallel ports, so that other drivers (e.g. PLIP, PPA) can use them instead. The format of the argument is multiple i/o, IRQ pairs. For example,
11.6 The Parallel port IP driver (`plip=')
Using
Next Previous Contents Linux HOWTO full list |
|
This document, LDP HOWTO-INDEX, is copyrighted (c) 1995 - 2002 by Tim Bynum, Guylhem Aznar, Joshua Drake and Greg Ferguson. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is available at http://www.gnu.org/copyleft/fdl.html. If you have questions, please contact the LDP.
Web Design Copyright © 1999-2003. Chrisranjana Software Solutions Pvt Ltd. syndicate rss feed |