USB/IPドライバのコンパイル時の質問

USB/IPドライバのコンパイル時の質問

Windows仮想マシン(OVMで実行)にUSB 3Gモデムをインストールする必要があります。モデムはLinuxホストに接続されます。 (Windowsでは簡単になりますか?)

次のREADMEファイルの内容を理解できません。

For newer kernels ( >=2.6.28 ), try linux-staging code!

This directory contains the source code of usbip drivers for mainline kernel.

[How to make USB/IP drivers]
    1. cd $(top)/drivers/{version}/

    2. make KSOURCE=/usr/src/kernel-source-2.6.20

            KSOURCE is the directory that your kernel was built.

    3. If succeed, usbip_common_mod.ko, vhci-hcd.ko and usbip.ko are built.

    4. Copy these kernel modules to client and server hosts.

    5. Don't forget to make USB/IP tools. See $(top)/src/README.

私の結果cat /proc/versionは次のとおりです

Linux version 2.6.39-400.209.1.el6uek.x86_64 ([email protected]) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) )

これは何ですかlinux-staging code?それは私に必要だと言います。

もう1つ重要なのは、MAKE通話にKSOURCE位置が必要ですが、確認してみると空であることです。

2.6.39そこからカーネルソースをダウンロードして解凍する必要がありますか?

項目4の指示に従って生成された.koファイルをどこに配置する必要がありますか?

ベストアンサー1

おすすめ記事