Outils pour utilisateurs

Outils du site


tech:usb_over_tcp_ip_avec_usb_ip

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:usb_over_tcp_ip_avec_usb_ip [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:usb_over_tcp_ip_avec_usb_ip [2026/05/31 01:23] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>USB Réseau}}
 +
 +# USB over TCP/IP avec USB/IP
 +
 +
 +## Installation
 +
 +### Client et Serveur 
 +
 +Installation de USB/IP sous Debian
 +~~~bash
 +apt-get install usbip
 +~~~
 +
 +## Attachement 
 +
 +### Serveur 
 +
 +~~~bash
 +modprobe usbip-core
 +modprobe usbip-host
 +~~~
 +
 +~~~bash
 +usbipd -D
 +usbip list -l
 +
 +usbip bind -b 1-1
 +~~~
 +
 +Pour tester
 +~~~bash
 +usbip  list -r 127.0.0.1
 +~~~
 +
 +
 +### Client 
 +
 +~~~bash
 +modprobe usbip-core
 +modprobe vhci-hcd
 +~~~
 +
 +~~~bash
 +usbip -l list -r 192.168.56.10
 +usbip attach -r 192.168.56.10 -b 1-1
 +~~~
 +
 +
 +## Détach
 +
 +Sur le Client
 +~~~bash
 +usbip port
 +usbip detach -p 00
 +~~~
 +
 +Sur le Serveur pour stopper le partage 
 +~~~bash
 +usbip unbind -b 1-1
 +~~~
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki