Â
modprobe strip
There are no module parameters.
15.4.12. wavelan: WaveLAN driver
WaveLAN card are for wireless ethernet-like networking. This driver drives AT&T GIS and NCR WaveLAN cards.
Example:
  Â
modprobe wavelan io=0x390 irq=0
Parameters:
- io   Â
- irq   Â
Address of I/O port on the card. Default is 0x390. You can set a different address on the card, but it is not recommended.
IRQ the driver is to service. Default is 0. Any other value is ignored and the card still services IRQ 0.
15.4.13. wic: WIC Radio IP bridge driver
This is a driver for the WIC parallel port radio bridge.
Example:
  Â
modprobe wic
It appears that devices wic0 , wic1 and wic2 are directly related to corresponding lp N ports.
15.4.14. scc: Z8530 SCC kiss emulation driver
These cards are used to connect your Linux box to an amateur radio in order to communicate with other computers. If you want to use this, read Documentation/networking/z8530drv.txt in the Linux kernel source tree and HAM-HOWTO .
Example:
  Â
modprobe scc
There are no module parameters.
15.4.15. 8390: General NS8390 Ethernet driver core
This is driver code for the 8390 Ethernet chip on which many Ethernet adapters are based. This is not a complete interface driver; the routines in this module are used by drivers for particular Ethernet adapters, such as ne and 3c503 .
Example:
  Â
modprobe 8390
There are no module parameters.
15.4.16. ne: NE2000/NE1000 driver
This is a driver for the venerable NE2000 Ethernet adapter, its NE1000 forerunner, and all the generic Ethernet adapters that emulate this de facto standard card. This is an ISA bus card. For the PCI version, see the ne2k-pci module.
Example:
  Â
modprobe ne io=0x300 irq=11
Parameters:
- io   Â
- irq   Â
- bad   Â
Address of I/O port on the card. This parameter is mandatory, but you may specify 0x000 to have the driver autoprobe 0x300, 0x280, 0x320, 0x340, and 0x360.
IRQ the driver is to service. If you don't specify this, the driver determines it by autoIRQ probing.
The value 0xBAD means to assume the card is poorly designed in that it does not acknowledge a reset or does not have a valid 0x57,0x57 signature. If you have such a card and do not specify this option, the driver will not recognize it.
With any other value, the option has no effect.
You can repeat the options to specify additional cards. The n th occurence of an option applies to the n th card.
This module depends on module 8390 .
15.4.17. ne2k-pci: NE2000 PCI Driver
This is a driver for the PCI version of the venerable NE2000 Ethernet adapter, and all the generic Ethernet adapters that emulate this de facto standard card.
Example:
  Â
modprobe ne io=0x300 irq=11
Parameters:
- debug   Â
- options   Â
Level of debug messages. 0 means no messages. 1 is the default. Higher numbers mean more debugging messages.
The value of this option determines what options are set in the network adapter. Each bit of the value, expressed as a binary number, controls one option. The only option defined

