不见春山
骑马倚斜桥,满楼红袖招。
Home
Categories
Archives
Tags
About
Home
使用usbip网络转发usb设备到远程主机
使用usbip网络转发usb设备到远程主机
取消
使用usbip网络转发usb设备到远程主机
由
ctaoist
发布于 2023-12-11
·
最后更新:2023-12-11
1
有时候需要远程调试 USB 设备,使用 usbip 就很方便。 ## 安装 ```sh apt install usbip # 安装完后导入内核模块 modprobe usbip_core modprobe usbip_host ``` ## 服务端 ```sh usbipd -D # 后台运行 usbip list -l # 查看当前可用usb设备 usbip bind --busid=ID # 绑定 usb 设备 ``` 如: ```sh usbip list -l - busid 1-1.1 (0424:ec00) Microchip Technology, Inc. (formerly SMSC) : SMSC9512/9514 Fast Ethernet Adapter (0424:ec00) - busid 1-1.3 (12d1:1003) Huawei Technologies Co., Ltd. : E220 HSDPA Modem / E230/E270/E870 HSDPA/HSUPA Modem (12d1:1003) # 绑定 usb 设备 usbip bind --busid=1-1.3 # 将华为的 E220 绑定到了程序 ``` ## 客户端 ```sh usbip list -r 192.168.1.10 # 查看服务机的bind绑定列表 # attach 到客户机上 usb attach --remote=10.10.10.14 --busid=1-1.1 ``` 用完之后: ```sh usbip port # 查看所有连接设备 usbip detach --port=ID # 卸载设备 id为上方命令看到的id ```
Linux
该博客文章由作者通过
CC BY 4.0
进行授权。
分享
最近更新
群晖升级 ARPL 笔记
本地部署大语言模型
LVM 管理
HK1 RBOX X4 电视盒子折腾笔记
使用usbip网络转发usb设备到远程主机
热门标签
机器学习
Linux
Router
ROS
Tensorflow
VPN
虚拟组网
ARM
Latex
zerotier
文章目录
LVM 管理
HK1 RBOX X4 电视盒子折腾笔记