From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4253CF3B.9060303@rambler.ru> Date: Wed, 06 Apr 2005 14:59:55 +0300 From: Olvin User-Agent: Mozilla Thunderbird 0.6 (X11/20040511) X-Accept-Language: en-us, en MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: =?KOI8-R?Q?=5BComm=5D=F7=CF=D0=D2=CF=D3_=D0=D2=CF_=CF=D4?= =?KOI8-R?Q?=CB=CC=C0=DE=C5=CE=C9=C5_=D0=C9=D4=C1=CE=C9=D1_=D3_=CB=CE?= =?KOI8-R?Q?=CF=D0=CB=C9_=CE=C1_=D3=C9=D3=D4=C5=CD=CE=CF=CD_=C2=CC=CF?= =?KOI8-R?Q?=CB=C5?= References: <004601c53a8f$0d53feb0$2101a8c0@main.radio><005a01c53a92$19771d00$2101a8c0@main.radio><20050406142225.45fe5941@nikon.office.e-nk.ru> <200504061330.21994.ngrechukh@ua.fm> <00bb01c53a98$6cf82950$2101a8c0@main.radio> In-Reply-To: <00bb01c53a98$6cf82950$2101a8c0@main.radio> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Auth-User: olvin, whoson: (null) X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2005 11:57:11 -0000 Archived-At: List-Archive: List-Post: Овечкин Влад wrote: > Можно, маленький вопросик? Чем принципиально отличается insmod от > modprobe? Посмотрел ман не вкурил... > insmod installs a loadable module in the running kernel. > insmod tries to link a module into the running kernel by resolving all > symbols from the kernel's exported symbol table. > modprobe - high level handling of loadable modules > Modprobe is used to load a single module, a stack of dependent modules, > or all modules that are marked with a specified tag. Если модуль зависит от других модулей, которые _ещё_ не подгружены, то insmod ругнётся, а modprobe пойдёт удовлетворять зависимости :)