Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、LInux OS のフォルダ /usr/src/kernels に利用可能な Linux デバイス ドライバ ライブラリがありません。デバイス ドライバの開発に必要な場合は、追加またはロードできますか。
ありがとう
モジュール/ドライバーをコンパイルするには、カーネルヘッダーが必要です。
Fedora では、次のコマンドを使用できます。
yum install kernel-devel
Ubuntu では、次のコマンドを使用できます。
sudo aptitude install linux-headers-`uname -r`
または、kernel.org からカーネル ソース/ヘッダー全体を取得することもできます。