usbip:デバイスプロパティの取得中に問題が発生しました:そのファイルまたはディレクトリがありません。

usbip:デバイスプロパティの取得中に問題が発生しました:そのファイルまたはディレクトリがありません。

イーサネット経由でftdi rs232 / usbアダプタを試してみました。私のラズベリーパイに接続されています。

pi@raspberrypi ~ $ usbip list -l
Local USB devices
=================
- busid 1-1 (0424:9512)
    1-1:1.0 -> hub

- busid 1-1.1 (0424:ec00)
    1-1.1:1.0 -> smsc95xx

- busid 1-1.2 (0403:6001)
    1-1.2:1.0 -> unknown

- busid 1-1.3 (7392:7811)
    1-1.3:1.0 -> rtl8192cu

pi@raspberrypi ~ $ sudo usbip -d bind -b 1-1.2:1.0
usbip: debug: /build/linux-tools-TqR1ks/linux-tools-3.2.17/drivers/staging/usbip/userspace/src/usbip.c:134:[run_command] running command: `bind'
usbip: debug: /build/linux-tools-TqR1ks/linux-tools-3.2.17/drivers/staging/usbip/userspace/src/usbip_bind.c:143:[unbind_other] problem getting device attributes: No such file or directory
usbip: error: could not unbind driver from device on busid 1-1.2:1.0
pi@raspberrypi ~ $ 

上記の状態は以降でありrmmod ftdi_sio、以前と同じ問題です。

ベストアンサー1

バインドパラメータのバスIDはあなたの場合です1-1.2

一般的に表示されるエラーは、実行中ではないことを意味しますusbipd

sudo usbipd -D

usbipデーモンを実行できない場合は、カーネルモジュールが必要になることがusb-core.koありますusb-host

usbip私のブログ投稿で設定プロセスを完了する方法の完全な手順を確認できます。 2番目のリンクは投稿の更新版にリンクされています。

おすすめ記事