update repo usbip-win2
This commit is contained in:
parent
e2a97fa774
commit
e2b853840d
|
|
@ -153,7 +153,7 @@ choco install make
|
|||
| Relay-Server | Ja | Ja |
|
||||
| Web-UI / Config | Ja | Ja |
|
||||
|
||||
**Windows Use-Modus:** Benoetigt den [usbip-win2](https://github.com/cezanne/usbip-win2/releases) VHCI-Treiber (WHKL-zertifiziert, Microsoft-signiert). Der Client erkennt automatisch ob usbip-win2 installiert ist.
|
||||
**Windows Use-Modus:** Benoetigt den [usbip-win2](https://github.com/vadimgrn/usbip-win2/releases) VHCI-Treiber (WHKL-zertifiziert, Microsoft-signiert). Der Client erkennt automatisch ob usbip-win2 installiert ist.
|
||||
|
||||
**Windows Share-Modus:** Nicht verfuegbar - erfordert Linux-spezifische Kernel-Schnittstelle (usbdevfs).
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -31,7 +31,7 @@ func FindUsbipExe() (string, error) {
|
|||
return x86Path, nil
|
||||
}
|
||||
|
||||
return "", fmt.Errorf("usbip.exe nicht gefunden. Bitte usbip-win2 installieren: https://github.com/cezanne/usbip-win2/releases")
|
||||
return "", fmt.Errorf("usbip.exe nicht gefunden. Bitte usbip-win2 installieren: https://github.com/vadimgrn/usbip-win2/releases")
|
||||
}
|
||||
|
||||
// IsVHCIAvailable checks if usbip-win2 is installed
|
||||
|
|
@ -46,7 +46,7 @@ func VHCIUnavailableError() error {
|
|||
if IsVHCIAvailable() {
|
||||
return nil
|
||||
}
|
||||
return fmt.Errorf("usbip-win2 nicht installiert. Der Use-Modus benoetigt den usbip-win2 VHCI-Treiber. Download: https://github.com/cezanne/usbip-win2/releases")
|
||||
return fmt.Errorf("usbip-win2 nicht installiert. Der Use-Modus benoetigt den usbip-win2 VHCI-Treiber. Download: https://github.com/vadimgrn/usbip-win2/releases")
|
||||
}
|
||||
|
||||
// DetachDevice detaches a device from the VHCI driver using usbip.exe
|
||||
|
|
|
|||
Loading…
Reference in New Issue