Product SiteDocumentation Site

29.3. Specifying Module Parameters

In some situations, it may be necessary to supply parameters to a module as it is loaded for it to function properly.
For instance, to enable full duplex at 100Mbps connection speed for an Intel Ether Express/100 card, load the e100 driver with the e100_speed_duplex=4 option.

Important: kernel module parameters separated by commas

When a module parameter has values separated by commas, do not use spaces after the commas to separate the values.