1a79fe607SDoug Rabson.\" 2a79fe607SDoug Rabson.\" Copyright (c) 1997 Doug Rabson 3a79fe607SDoug Rabson.\" All rights reserved. 4a79fe607SDoug Rabson.\" 5a79fe607SDoug Rabson.\" Redistribution and use in source and binary forms, with or without 6a79fe607SDoug Rabson.\" modification, are permitted provided that the following conditions 7a79fe607SDoug Rabson.\" are met: 8a79fe607SDoug Rabson.\" 1. Redistributions of source code must retain the above copyright 9a79fe607SDoug Rabson.\" notice, this list of conditions and the following disclaimer. 10a79fe607SDoug Rabson.\" 2. Redistributions in binary form must reproduce the above copyright 11a79fe607SDoug Rabson.\" notice, this list of conditions and the following disclaimer in the 12a79fe607SDoug Rabson.\" documentation and/or other materials provided with the distribution. 13a79fe607SDoug Rabson.\" 14a79fe607SDoug Rabson.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 15a79fe607SDoug Rabson.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 16a79fe607SDoug Rabson.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 17a79fe607SDoug Rabson.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 18a79fe607SDoug Rabson.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 19a79fe607SDoug Rabson.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 20a79fe607SDoug Rabson.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 21a79fe607SDoug Rabson.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 22a79fe607SDoug Rabson.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 23a79fe607SDoug Rabson.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 24a79fe607SDoug Rabson.\" SUCH DAMAGE. 25a79fe607SDoug Rabson.\" 267f3dea24SPeter Wemm.\" $FreeBSD$ 27a79fe607SDoug Rabson.\" 28effdb43eSBenno Rice.Dd June 5, 2009 29a79fe607SDoug Rabson.Dt KLDLOAD 8 309fe48c6eSRuslan Ermilov.Os 31a79fe607SDoug Rabson.Sh NAME 32a79fe607SDoug Rabson.Nm kldload 33a79fe607SDoug Rabson.Nd load a file into the kernel 34a79fe607SDoug Rabson.Sh SYNOPSIS 357c7fb079SRuslan Ermilov.Nm 36a79fe607SDoug Rabson.Op Fl v 37*d7e1af0aSMaxim Konovalov.Op Fl q 3894c61219SJuli Mallett.Ar 39a79fe607SDoug Rabson.Sh DESCRIPTION 40a79fe607SDoug RabsonThe 41a79fe607SDoug Rabson.Nm 4294c61219SJuli Mallettutility loads 4394c61219SJuli Mallett.Ar file Ns Pa .ko 44a87c2a93SDavid E. O'Brieninto the kernel using the kernel linker. 4594c61219SJuli MallettNote that if multiple modules are specified then an attempt will 4694c61219SJuli Mallettbe made to load them all, even if some fail. 47fc3643bbSGiorgos KeramidasThe 48fc3643bbSGiorgos Keramidas.Pa .ko 49fc3643bbSGiorgos Keramidasextension name is not mandatory when loading a given module 50fc3643bbSGiorgos Keramidasusing 51fc3643bbSGiorgos Keramidas.Nm . 524e9e907dSRuslan ErmilovIt does not hurt to specify it though. 53a79fe607SDoug Rabson.Pp 5402479eadSBenno RiceIf a bare filename is requested it will only be loaded if it is found within 5502479eadSBenno Ricethe module path as defined by the sysctl 5602479eadSBenno Rice.Va kern.module_path . 5702479eadSBenno RiceTo load a module from the current directory it must be specified as a full or 5802479eadSBenno Ricerelative path. 5902479eadSBenno RiceThe 6002479eadSBenno Rice.Nm 6102479eadSBenno Riceutility will warn if a module is requested as a bare filename and is present 6202479eadSBenno Ricein the current directory. 6302479eadSBenno Rice.Pp 64*d7e1af0aSMaxim KonovalovThe following options are available: 6549fea209SPhilippe Charnier.Bl -tag -width indent 66a79fe607SDoug Rabson.It Fl v 67a79fe607SDoug RabsonBe more verbose. 6802479eadSBenno Rice.It Fl q 6902479eadSBenno RiceSilence any extraneous warnings. 70a79fe607SDoug Rabson.El 7166a9ad5dSXin LI.Sh NOTES 7266a9ad5dSXin LI.Pp 7366a9ad5dSXin LIThe kernel security level settings may prevent a module from being 7466a9ad5dSXin LIloaded or unloaded by giving 7566a9ad5dSXin LI.Em "Operation not permitted" . 76a87c2a93SDavid E. O'Brien.Sh FILES 77b1d5d887SAndrey A. Chernov.Bl -tag -width /boot/kernel -compact 78b1d5d887SAndrey A. Chernov.It Pa /boot/kernel 795bfebe7bSRuslan Ermilovdirectory containing loadable modules. 805bfebe7bSRuslan ErmilovModules must have an extension of 815bfebe7bSRuslan Ermilov.Pa .ko . 821252c1bbSRuslan Ermilov.El 83a866e170SRuslan Ermilov.Sh EXIT STATUS 841f78c0cbSRuslan Ermilov.Ex -std 8502479eadSBenno Rice.Sh EXAMPLES 8602479eadSBenno RiceTo load by module name: 8702479eadSBenno Rice.Bd -literal -offset indent 8802479eadSBenno Rice\*[Gt] kldload foo 8902479eadSBenno Rice.Ed 9002479eadSBenno Rice.Pp 9102479eadSBenno RiceTo load by file name within the module path: 9202479eadSBenno Rice.Bd -literal -offset indent 9302479eadSBenno Rice\*[Gt] kldload foo.ko 9402479eadSBenno Rice.Ed 9502479eadSBenno Rice.Pp 9602479eadSBenno RiceTo load by relative path: 9702479eadSBenno Rice.Bd -literal -offset indent 9802479eadSBenno Rice\*[Gt] kldload ./foo.ko 9902479eadSBenno Rice.Ed 10002479eadSBenno Rice.Pp 10102479eadSBenno RiceTo load by full path: 10202479eadSBenno Rice.Bd -literal -offset indent 10302479eadSBenno Rice\*[Gt] kldload /boot/kernel/foo.ko 10402479eadSBenno Rice.Ed 10545943e22SMike Silbersack.Sh AUTOMATICALLY LOADING MODULES 10665fe4c0bSTom RhodesSome modules (pf, ipfw, ipf, etc.) may be automatically loaded at boot 107fc3643bbSGiorgos Keramidastime when the corresponding 108fc3643bbSGiorgos Keramidas.Xr rc.conf 5 109fc3643bbSGiorgos Keramidasstatement is used. 11045943e22SMike SilbersackModules may also be auto-loaded through their addition to 11145943e22SMike Silbersack.Xr loader.conf 5 . 112a79fe607SDoug Rabson.Sh SEE ALSO 113fa8b1c61SChris Costello.Xr kldload 2 , 11445943e22SMike Silbersack.Xr loader.conf 5 , 1151f78c0cbSRuslan Ermilov.Xr rc.conf 5 , 11666a9ad5dSXin LI.Xr security 7 , 117bdb963f9SRuslan Ermilov.Xr kldconfig 8 , 1181f78c0cbSRuslan Ermilov.Xr kldstat 8 , 1191f78c0cbSRuslan Ermilov.Xr kldunload 8 1202830148aSJohn-Mark Gurney.Sh HISTORY 1212830148aSJohn-Mark GurneyThe 1222830148aSJohn-Mark Gurney.Nm 123e1205e80SPhilippe Charnierutility first appeared in 124a87c2a93SDavid E. O'Brien.Fx 3.0 , 125a87c2a93SDavid E. O'Brienreplacing the 1265ab2dec3SChristian Brueffer.Nm lkm 127a87c2a93SDavid E. O'Brieninterface. 12868085a0eSPhilippe Charnier.Sh AUTHORS 12968085a0eSPhilippe Charnier.An Doug Rabson Aq dfr@FreeBSD.org 130