'\" t .\" Title: modprobe .\" Author: Jon Masters .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 01/29/2021 .\" Manual: modprobe .\" Source: kmod .\" Language: English .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .\" .\" Japanese Version Copyright (C) 2005 Suzuki Takashi, .\" and 2022 ribbon, .\" and 2022 Chonan Yoichi, .\" all rights reserved. .\" Translated (module-init-tools) Sun Jul 10 00:42:36 JST 2005 .\" by Suzuki Takashi . .\" New Translation (kmod version 29) Tue May 31 2022 .\" by ribbon .\" Modified Tue Oct 25 09:28:07 JST 2022 .\" by Chonan Yoichi .\" .\" This program is free software: you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation, either version 2 of the License, or .\" (at your option) any later version. .\" .\" This program is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see . .\" .TH MODPROBE 8 2021/01/29 kmod modprobe .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH 名前 modprobe \- Linux カーネルに対してモジュールの着脱を行う .SH 書式 .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fP [\fB\-v\fP] [\fB\-V\fP] [\fB\-C\ \fP\fIconfig\-file\fP] [\fB\-n\fP] [\fB\-i\fP] [\fB\-q\fP] [\fB\-b\fP] [\fImodulename\fP] [\fImodule\ parameters\fP...] .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fP [\-r] [\fB\-v\fP] [\fB\-n\fP] [\fB\-i\fP] [\fImodulename\fP...] .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fP [\-c] .HP \w'\fBmodprobe\fR\ 'u \fBmodprobe\fP [\-\-dump\-modversions] [\fIfilename\fP] .SH 説明 .PP \fBmodprobe\fP は、Linux カーネルに対して頭のよいやり方でモジュールの追加や取り外しを行います。 なお、ユーザの便宜を考慮して、モジュール名に含まれる _ と \- とを区別しません (アンダースコアへの変換が自動的に行われます)。 \fBmodprobe\fP は、モジュールディレクトリ /lib/modules/`uname \-r` を見て、すべてのモジュールやそのほかのファイルをそれ以下に捜します。 ただし、作成が任意の設定ファイルについては、/etc/modprobe\&.d ディレクトリを調べます (\fBmodprobe.d\fP(5) 参照)。 \fBmodprobe\fP はまた、カーネルコマンドラインで指定された、 モジュールオプションやブラックリストも使用します。前者の書式は \&.