modprobe binfmt_aout |
ELF is the normal executable format on Linux systems.
modprobe binfmt_elf |
modprobe binfmt_java |
modprobe floppy 'floppy="daring two_fdc 0,thinkpad 0x8,fifo_depth"' |
Tells the floppy driver that your floppy controller should be used with caution.
Tells the floppy driver that you have only floppy controller (default).
Tells the floppy driver that a workable DMA channel is available (the default).
(Note: there are two valid types for ED drives. This is because 5 was initially chosen to represent floppy tapes, and 6 for ED drives. AMI ignored this, and used 5 for ED drives. That's why the floppy driver handles both)
Print a warning message when an unexpected interrupt is received. (default behavior)
Tells the driver to expect interrupts on IRQ nr instead of the conventional IRQ 6.
Tells the driver to use DMA channel nr instead of the conventional DMA channel 2.
modprobe loop |
This driver lets you combine several disk partitions into one logical block device.
modprobe linear |
This driver lets you combine several disk partitions into one logical block device.
modprobe raid0 |
modprobe rd |
Detailed information about SCSI drivers is in SCSI-2.4-HOWTO.
Linux's SCSI function is implemented in three layers, and there are LKMs for all of them.
modprobe sd_mod |
modprobe sr_mod |
See the explanation of this special high-level driver above.
modprobe sg |
modprobe wd7000 |
modprobe aha154x |
modprobe aha1542 |
modprobe aha1740 |
modprobe advansys asc_iopflag=1 asc_ioport=0x110,0x330 asc_dbglvl=1 |
modprobe in2000 |
modprobe BusLogic |
This driver handles DPT PM2011/021/012/022/122/322.
modprobe eata |
This driver handles DPT, NEC, AT&T, SNI, AST, Olivetti, and Alphatronix.
This driver handles DPT Smartcache, Smartcache III and SmartRAID.
modprobe eata_dma |
This driver handles old DPT PM2001, PM2012A.
modprobe eata_pio |
modprobe fdomain |
There are no module parameters.
This driver autoprobes the card and requires installed BIOS.
modprobe NCR5380 ncr_irq=xx ncr_addr=xx ncr_dma=xx ncr_5380=1 \ ncr_53c400=1 |
modprobe g_NCR5380 ncr_irq=5 ncr_addr=0x350 ncr_5380=1 |
modprobe g_NCR5380 ncr_irq=255 ncr_addr=0xc8000 ncr_53c400=1 |
modprobe NCR53c406a |
modprobe 53c7,8xx |
This driver autoprobes the card and requires installed BIOS.
modprobe ncr53c8xx |
See the file drivers/scsi/README.ppa in the Linux source tree for details.
modprobe ppa ppa_base=0x378 ppa_nybble=1 |
modprobe pas16 |
modprobe qlogicfas |
modprobe qlogicisp |
This driver is for Seagate ST-02 and Future Domain TMC-8xx.
modprobe seagate |
This driver autoprobes for address only. The IRQ is fixed at 5. The driver requires installed BIOS.
modprobe t128 |
This driver autoprobes the card. The driver requires installed BIOS.
modprobe slhc |
You can have multiple dummy interfaces. They are named dummy0, dummy1, etc.
modprobe dummy |
modprobe eql |
modprobe dlci |
modprobe plip io=0x378 irq=7 |
Along with this kernel driver, you need the user space program pppd running.
modprobe ppp |
There are no module parameters.
SLIP (Serial Line Internet Protocol) is like PPP, only older and simpler.
modprobe slip slip_maxdev=1 |
For more information, see http://www.baycom.org/~tom.
Example:
modprobe baycom modem=1 iobase=0x3f8 irq=4 options=1 |
Parameters:
major number the driver should use; default 60
modem type of the first channel (minor 0):
ser12
par96/par97
base address of the port the driver is to drive. Common values are for ser12 0x3f8, 0x2f8, 0x3e8, 0x2e8 and for par96/par97 0x378, 0x278, 0x3bc.
IRQ the driver is to service. Common values are 3 and 4 for ser12 and 7 for for par96/par97.
use hardware DCD
use software DCD
STRIP is a radio protocol developed for the MosquitoNet project to send Internet traffic using Metricom radios. Metricom radios are small, battery powered, 100kbit/sec packet radio transceivers, about the size and weight of a wireless telephone. (You may also have heard them called "Metricom modems" but we avoid the term "modem" because it misleads many people into thinking that you can plug a Metricom modem into a phone line and use it as a modem.) You can use STRIP on any Linux machine with a serial port, although it is obviously most useful for people with laptop computers.
Example:
modprobe strip |
There are no module parameters.
modprobe wavelan io=0x390 irq=0 |
This is a driver for the WIC parallel port radio bridge.
modprobe wic |
It appears that devices wic0, wic1 and wic2 are directly related to corresponding lpN ports.
modprobe scc |
modprobe 8390 |
modprobe ne io=0x300 irq=11 |
You may repeat the options and full_duplex
parameters once per network adapter, for up to 8 network adapter.This driver can drive the following chipsets:
RealTek RTL-8029
Winbond 89C940
Winbond W89C940F
KTI ET32P2
NetVin NV5000SC
Via 86C926
SureCom NE34
Holtek HT80232
Holtek HT80229
Compex RL2000
This module depends on module 8390.
This is a driver for 3COM's 3c501 Ethernet adapter.
Example: modprobe 3c501 io=0x280 irq=5
If you don't specify an I/O port, the driver probes addresses 0x280 and 0x300.This is a driver for 3COM's 3c503 Ethernet adapter.
modprobe 3c503 io=0x300 irq=5 xcvr=0 |
This module depends on module 8390.
This is a driver for 3COM's 3c505 Ethernet adapter.
modprobe 3c503 io=0x300 irq=5 xcvr=0 |
This module depends on module 8390.
This is a driver for 3COM's 3c507 Ethernet adapter.
modprobe 3c503 io=0x300 irq=5 xcvr=0 |
This module depends on module 8390.
This is a driver for 3COM's 3c507 and 3c579 Ethernet adapters.
modprobe 3c503 io=0x300 irq=5 xcvr=0 |
This is a driver for the following 3COM Ethernet adapters:
modprobe 3c59x debug=1 options=0,,12 |
Details of the device driver implementation are at the top of the source file.
This is a driver for the Western Digital WD80*3 Ethernet adapters.
modprobe wd io=0x300 irq=5 mem=0x0D0000 mem_end=0x0D8000 |
If you don't specify an I/O port, the driver probes 0x300, 0x280, 0x380, and 0x240.
This is a driver for the Western Digital WD80*3 Ethernet adapters.
modprobe smc-ultra io=0x200 irq=5 |
This is a driver for SMC's 9000 series of Ethernet cards.
modprobe smc9194 io=0x200 irq=5 ifport=0 |
This is a driver for the AT1700 Ethernet adapter.
modprobe at1700 io=0x260 irq=5 |
This is a driver for the DEPCA, DE10x, DE200, DE201, DE202, and DE422 Ethernet adapters.
modprobe depca io=0x200 irq=7 |
This is a driver for the EtherWORKS 3 (DE203, D3204, and DE205) Ethernet adapters.
modprobe ewrk3 io=0x300 irq=5 |
This is a driver for the EtherExpress 16 Ethernet adapter.
modprobe eexpress io=0x300 irq=5 |
This is a driver for the EtherExpressPro Ethernet adapter.
modprobe eepro io=0x200 irq=5 |
This is a driver for the Fujitsu FMV-181, FMV-182, FMV-183, FMV-183, and FMV-184 Ethernet adapters.
modprobe fmv18x io=0x220 irq=5 |
This is a driver for HP's PCLAN+ (27247B and 27252A) Ethernet adapters.
modprobe hp-plus io=0x200 irq=5 |
This is a driver for HP's PCLAN (27245 and other 27xxx series) Ethernet adapters.
modprobe hp io=0x300 irq=5 |
modprobe hp100 hp100_port=0x100 |
This is a driver for ICL's EtherTeam 16i (eth16i) and 32i (eth32i) Ethernet adapters.
modprobe eth16i io=0x2a0 irq=5 |
This is a driver for the NI5210 Ethernet adapter.
modprobe ni52 io=0x360 irq=9 memstart=0xd0000 memend=0xd4000 |
This is a driver for the Ansel Communications EISA 3200 Ethernet adapter.
modprobe ac3200 |
modprobe apricot io=0x300 irq=10 |
This is a driver for the DE425, DE434, DE435, DE450, and DE500 Ethernet adapters.
modprobe de4x5 io=0x000b irq=10 is_not_dec=0 |
modprobe tulip |
Read Documentation/networking/tulip.txt in the Linux source tree.
There is a tool for setting up input and output packet filters on each port, called dgrsfilt.
There is also a companion management tool, called xrightswitch.
modprobe dgrs debug=1 dma=0 spantree=0 hashexpire=300 ipaddr=199,86,8,221 modprobe ipxnet=111 |
This is a driver for the D-Link DE600 pocket Ethernet adapter.
modprobe de600 de600_debug=0 |
This is a driver for the D-Link DE620 pocket Ethernet adapter.
modprobe de620 bnc=0 utp=0 io=0x378 irq=7 |
modprobe ibmtr io=0xa20 irq=5 |
modprobe arcnet io=0x300 irq=2 shmem=0xd0000 device=arc1 |
This module provides ISDN functions used by ISDN adapter drivers.
modprobe isdn |
This is a driver for the ICN 2B and ICN 4B ISDN adapters.
modprobe icn portbase=0x320 membase=0xd0000 icn_id=idstring icn_id2=idstring2 |
This is a driver for the PCBIT-D ISDN adapter driver.
modprobe pcbit mem=0xd0000 irq=5 |
This is a driver for the Teles/NICCY1016PC/Creatix ISDN adapter. It can drive up to 16 cards.
modprobe teles io=0xd0000,15,0xd80,2 teles_id=idstring |
The driver determines the type of card from the port, irq and shared memory address:
modprobe aztcd aztcd=0x340 |
Read Documentation/cdrom/aztcd in the Linux source tree for full information.
modprobe sbpcd sbpcd=0x340 |
modprobe mcd mcd=0x300,11,0x304,5 |
This driver is like mcd, only it has XA and multisession functions.
modprobe mcdx mcdx=0x300,11,0x304,5 |
modprobe optcd optcd=0x340 |
modprobe cm206 cm206=0x300,11 |
modprobe sjcd sjcd_base=0x340 |
This is a driver for the ISP16 or MAD16 or Mozart soft configurable cdrom interface.
modprobe isp16 isp16_cdrom_base=0x340 isp16_cdrom_irq=3 isp16_cdrom_dma=0 isp16_cdrom_type=Sanyo |
address of base I/O port the driver is to drive. Valid values are 0x340, 0x320, 0x330, and 0x360.
IRQ the driver is to service. Valid values are 0, 3, 5, 7, 9, 10, and 11.
DMA channel the driver is to use with the device. Valid values are 0, 3, 5, 6, and 7.
modprobe cdu31a cdu31a_port=0x340 cdu31a_irq=5 |
modprobe sonycd535 sonycd535=0x340 |
modprobe ext2 |
This module provides services for use by the MSDOS and VFAT filesystem drivers.
modprobe fat |
SMBFS is a filesystem type which has an SMB protocol interface. This is the protocol Windows for Workgroups, Windows NT or Lan Manager use to talk to each other. SMBFS was inspired by Samba, the program written by Andrew Tridgell that turns any unix host into a file server for DOS or Windows clients. See ftp://nimbus.anu.edu.au/pub/tridge/samba/ for this interesting program suite and lots of more information on SMB and NetBIOS over TCP/IP. There you also find explanation for concepts like netbios name or share.
To use SMBFS, you need a special mount program, which can be found in the ksmbfs package, found on ftp://ibiblio.org/pub/Linux/system/Filesystems/smbfs.
Example:
modprobe smbfs |
There are no module parameters
NCPFS is a filesystem type which has an NCP protocol interface, designed by the Novell Corporation for their NetWare product. NCP is functionally similar to the NFS used in the TCP/IP community. To mount a Netware filesystem, you need a special mount program, which can be found in the ncpfs package. Homesite for ncpfs is ftp.gwdg.de/pub/linux/misc/ncpfs, but Ibiblio and its many mirrors will have it as well.
Related products are Linware and Mars_nwe, which will give Linux partial NetWare Server functionality.
Mars_nwe can be found on ftp.gwdg.de/pub/linux/misc/ncpfs.
Example:
modprobe ncpfs |
There are no module parameters.
This module depends on module ipx.
modprobe isofs |
This filesystem driver for OS/2's HPFS filesystem provides only read-only access.
modprobe hpfs |
modprobe cyclades |
There are no module parameters.
Read the information in the file Documentation/stallion.txt in the Linux source tree.
Read the information in the file Documentation/stallion.txt in the Linux source tree.
modprobe stallion |
Read the information at /usr/src/linux/drivers/char/README.stallion.
modprobe istallion |
modprobe riscom8 iobase=0xXXX iobase1=0xXXX iobase2=... |
modprobe atixlmouse |
For SCSI tape device drivers, see Section 13.3. There are no LKMs for QIC-02 tape devices, but there is a device driver you can bind into the base kernel.
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |