| 例文 |
Kernel Moduleの部分一致の例文一覧と使い方
該当件数 : 77件
Kernel module parameters 例文帳に追加
カーネルモジュールのパラメータ - Gentoo Linux
/proc/sys/kernel/modprobe This file contains the path for the kernel module loader. 例文帳に追加
/proc/sys/kernel/modprobeこのファイルには、カーネルモジュールローダへのパスが含まれる。 - JM
The drivers consist of two parts, a kernel module, and an X11driver. 例文帳に追加
カーネルモジュールとX11ドライバです。 - Gentoo Linux
We provide you with an easy tool (sys-kernel/module-rebuild) which rebuilds all the kernel modules you have installed using separate ebuilds for the kernel at /usr/src/linux.例文帳に追加
/usr/src/linuxにあるカーネル向けに別々のebuildでインストールされたカーネルモジュールを全て再ビルドすることができる簡単なツール(sys-kernel/module-rebuild)があります。 - Gentoo Linux
FATAL: Error insertingsnd_pcm_oss(/lib/modules/2.6.12-gentoo-r6/kernel/sound/core/oss/snd-pcm-oss.ko): Unknownsymbol in module, or unknown parameter (see dmesg) [ !! 例文帳に追加
コード表示3.11:dmesgの出力 - Gentoo Linux
Code Listing2.8: Selecting the LVM2 module in a 2.4.x kernel 例文帳に追加
コード表示2.8:カーネル2.4.xでLVM2モジュールを選択する - Gentoo Linux
Code Listing3.2: Using modprobe to load a kernel module 例文帳に追加
コード表示3.2: modprobeを使用してカーネルモジュールを読み込む - Gentoo Linux
that indicates the current status of the module(see the kernel source file include/linux/module). 例文帳に追加
等のマスクであり、そのモジュールの現在の状態を示す(カーネルのソースファイルinclude/linux/moduleを参照)。 - JM
The kernel ICMP module also answers ICMP requests. 例文帳に追加
カーネルの ICMP モジュールは ICMP リクエストに対する応答も行う。 - JM
Also, there is another kernel feature called the module loader, kldload(8) . 例文帳に追加
また、モジュールローダ、kldload(8) という、別のカーネル機能があります。 - FreeBSD
An easier way to keep track of modules installed by ebuilds (such as nvidia-drivers) is to installsys-kernel/module-rebuild.例文帳に追加
ebuildでインストールされたモジュール(nvidia-driversのような)の更新作業を簡単にする方法のひとつとして、sys-kernel/module-rebuildのインストールがあります。 - Gentoo Linux
Loads the kernel, kernel module, or file of the type given, with the filename given. 例文帳に追加
指定されたファイル名のカーネル、 カーネルモジュール、あるいは typeに指定された種類のファイルをロードします。 - FreeBSD
Also, try building agpgart into the kernel instead of as a module.例文帳に追加
また、agpgartをモジュールの代わりにカーネル内部にビルドしてみてください。 - Gentoo Linux
When you're configuring your kernel, make sure you have the appropriate RAID support in your kernel and not as module.例文帳に追加
カーネルの設定をするとき、モジュールではなくカーネル内部にRAIDサポートを有効にするようにしてください。 - Gentoo Linux
It builds as a module, so it makes sense that your kernel must support the loading of kernel modules.例文帳に追加
このドライバはモジュールとしてビルドされるので、カーネルがモジュールの読み込みをサポートしていなければなりません。 - Gentoo Linux
DYNAMIC OPTIMIZATION OF COMPUTER PROGRAM USING CODE REWRITTEN KERNEL MODULE例文帳に追加
コード書き換えカーネルモジュールを使用したコンピュータプログラムの動的最適化 - 特許庁
Code Listing2.9: Selecting the LVM2 module in a 2.6.x kernel Device Drivers ---Multi-device support (RAID and LVM) ---[*] Multiple devices driver support (RAID and LVM)RAID supportM Device mapper support 例文帳に追加
コード表示2.9:カーネル2.6.xでLVM2モジュールを選択する - Gentoo Linux
On success, returns the kernel address at which the module will reside. 例文帳に追加
成功すると、モジュールが配置されるカーネル空間のアドレスを返す。 - JM
attempts to create a loadable module entry and reserve the kernel memory that will be needed to hold the module. 例文帳に追加
は、ローダブルモジュールのエントリを作成し、そのモジュールの保持に必要なカーネルメモリを予約しようとする。 - JM
When I attempt to load the kernel module I receive a "no such device" 例文帳に追加
カーネルモジュールをロードしようとしたら"nosuchdevice"というメッセージが表示されました - Gentoo Linux
Returns the symbols and values exported by the kernel or the indicated module. 例文帳に追加
カーネルまたは指定されたモジュールがエクスポートしているシンボルと値を返す。 - JM
This driver is available as a module or might be compiled in the kernel. 例文帳に追加
このドライバはモジュールとしても、また、カーネルに組み込んだ形でも利用できる。 - JM
For instance, to automatically load the 3c59x.ko module, edit thekernel-2.6 file and enter the module name in it. 例文帳に追加
例えば、3c59x.oモジュールを自動でロードするなら、kernel-2.6ファイルを開いて、モジュール名をそこに記入してください。 - Gentoo Linux
Note: For the above reason, module-init-tools might already be installed and working with your existing Linux 2.4 kernel.例文帳に追加
注意:上記の理由により、すでにmodule-init-toolsがインストールされていて、既存のLinux2.4カーネルで動作中かもしれません。 - Gentoo Linux
The controller utilizes a kernel module that allocates processing resources to various tasks of a gauge controller module.例文帳に追加
コントローラは、処理するリソースをゲージコントローラモジュールの様々なタスクに割り当てるカーネルモジュールを利用する。 - 特許庁
Once you've finished compiling or recompiling a kernel, just runmodule-rebuild rebuild to rebuild the drivers for your new kernel. 例文帳に追加
カーネルのコンパイル、または再コンパイルが完了したら、新しいカーネル用のドライバを再ビルドするため、module-rebuildrebuildを実行してください。 - Gentoo Linux
d You will need to add the module name that your card uses to/etc/modules. 例文帳に追加
あなたのカードが使用するモジュール名を/etc/modules.autoload.d/kernel-2.6に追加する必要があります。 - Gentoo Linux
Once the installation has finished, run modprobe nvidia to load the kernel module into memory.例文帳に追加
インストールが完了したら、modprobenvidiaを実行してカーネルモジュールをメモリに読み込みます。 - Gentoo Linux
Note that you can choose to compile it into your kernel, or as a module.例文帳に追加
それをカーネルの中、あるいはモジュールとしてコンパイルするかは選ぶことができます。 - Gentoo Linux
The actual VESA support can either be compiled directly into the kernel with the VESA kernel config option or by loading the VESA kld module during bootup. 例文帳に追加
VESA サポートそのものは VESAカーネルコンフィグオプション によって直接カーネル中にコンパイルするか、 起動時に VESA kld モジュールを読み込ませることができます。 - FreeBSD
Once you have finished upgrading or recompiling your kernel, runmodule-rebuild rebuild to rebuild the drivers for your new kernel. 例文帳に追加
カーネルの更新もしくは再コンパイルが完了したら、再起動する前にmodule-rebuildrebuildを実行してドライバーを新しいカーネル向けに再ビルドします。 - Gentoo Linux
A block module 300 is incorporated into the kernel 100 of an operating system of the information processor.例文帳に追加
情報処理装置のオペレーティングシステムのカーネル100に、ブロックモジュール300を組み込む。 - 特許庁
autoload. d/kernel-2.6 to ensure that the module is loaded automatically when the system starts up.例文帳に追加
こうすることで、システムの起動時にモジュールが自動的にロードされることを確実にします。 - Gentoo Linux
If you find a driver for your network card, use modprobe to load the kernel module:例文帳に追加
使用しているネットワークカードが見つかったら、modprobeを使ってそのカーネルモジュールを読み込みます。 - Gentoo Linux
loads the relocated module image into kernel space and runs the module's init function. 例文帳に追加
は再配置されたモジュールイメージをカーネル空間にロードし、そのモジュールのinit関数を実行する。 - JM
Afteremerging it, simply run module-rebuild populate to populate the database with a list of packages that will need to be rebuilt after upgrading the kernel.例文帳に追加
emergeでインストールした後、単にmodule-rebuildpopulateを実行して、カーネルの更新後に再ビルドが必要なパッケージの一覧をデータベースに入力します。 - Gentoo Linux
When I startx, I get this error: "[drm] failed to load kernel module agpgart" 例文帳に追加
startxをすると、こんなエラーが出ました:"[drm]failedtoloadkernelmoduleagpgart" これはagpgartをモジュールの代わりにカーネル内部にコンパイルしたためです。 - Gentoo Linux
The nvidia kernel module accepts a number of parameters (options) which you can use to tweak the behaviour of the driver.例文帳に追加
nvidiaカーネルモジュールは、ドライバの振る舞いを調整するためのいくつかのパラメータを受け付けます。 - Gentoo Linux
The kernel could not allocate a contiguous block of memory large enough for the module. 例文帳に追加
モジュールを格納するのに必要な大きさの連続したメモリブロックをカーネルが確保できなかった。 - JM
If you do not want to rebuild your kernel and your kernel is not the GENERIC one, you can directly load the uscanner(4) device driver module with the kldload(8) command: 例文帳に追加
使用しているカーネルが GENERIC カーネルではなく、カーネルを再構築したくなければ、 kldload(8) コマンドを使用して uscanner(4)デバイスドライバモジュールを直接読み込むことができます。 - FreeBSD
# emerge --unmerge sys-apps/modutils# emerge module-init-tools Note: Don't worry - even though you have just unmerged modutils, module-init-toolsprovides backwards compatibility for Linux 2.4, so you will still be able to boot into Linux 2.4 and handle modules for that kernel.例文帳に追加
注意:ご心配なく-modutilsをunmergeしても、module-init-toolsがLinux2.4向けに下位互換機能を提供するので、Linux2.4を起動してそのカーネルのモジュールを操作することもできます。 - Gentoo Linux
In one embodiment, a cluster node module is configured to communicate with the kernel and other cluster node modules.例文帳に追加
一実施形態では、クラスタノードモジュールが、カーネルおよび他のクラスタノードモジュールと通信するように構成される。 - 特許庁
The easiest way is to simply load a kernel module for your sound card with kldload(8) which can either be done from the command line:# 例文帳に追加
もっとも簡単な方法は kldload(8)を使ってサウンドカードのカーネルモジュールを単に読み込むことです。 - FreeBSD
# /etc/init.d/alsasound start* Loading ALSA modules ...* Loading: snd-card-0 ... [ ok ]* Loading: snd-pcm-oss ...WARNING: Error inserting snd_mixer_oss(/lib/modules/2.6.12-gentoo-r6/kernel/sound/core/oss/snd-mixer-oss.ko): Unknownsymbol in module, or unknown parameter (see dmesg) 例文帳に追加
そして提示されたとおりdmesgを見てみると、この様に表示されているでしょう。 - Gentoo Linux
One reported clash is with a HP Smart Array 5i RAID controller (more precisely the cciss kernel module).例文帳に追加
HPSmartArray5iRAIDコントローラ(より正確にはccissカーネルモジュール)に関して、命名規則の矛盾があることが報告されています。 - Gentoo Linux
In this case the packets are passed to both the kernel module and the raw socket(s). 例文帳に追加
この場合には、パケットはカーネルモジュールとraw ソケットの両方に渡される (raw ソケットが複数あればそれぞれに渡される)。 - JM
Note that, if your partition where the kernel should be located doesn't use ext2 or ext3 as filesystem you might need to manually configure your kernel using genkernel --menuconfig all and add support for your filesystem in the kernel (i.e. not as a module).例文帳に追加
もし、カーネルを置くパーティションのファイルシステムにext2かext3以外(訳注:ReiserFS、JFS、XFSなど)を使用する場合は、genkernel --menuconfig allを使って手動でカーネルを設定し、カーネルの中にそのファイルシステムを組み込む必要があることに気を付けてください(つまり、モジュールとしてでは無く)。 - Gentoo Linux
It does not matter whether you build the features into the kernel or as a module so long as when the feature is needed, the correct module(s) are loaded (module loading is left to the reader as a fun exercise however).例文帳に追加
機能をカーネルに組み込むか、機能が必要になったときに適切なモジュールがロードされるならばモジュールにするか、どちらでも構いません(ただし、モジュールのロードは楽しい課題として読者に任せます)。 - Gentoo Linux
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|