Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JSa1987 authored Oct 7, 2024
1 parent a2e34fe commit f0265c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ BUSID VID:PID DEVICE
Persisted:
GUID DEVICE
```
Note down he BUSID `1-3` in this case as this will be needed later.
Note down he BUSID `1-3` in this case as this will be needed later.

5) To share the device run `C:\WINDOWS\system32>usbipd bind --busid=<busis>`, where `<busis>` is your BUSID.
5) To share the device run `C:\WINDOWS\system32>usbipd bind --busid=<busid>`, where `<busid>` is your BUSID.
6) Run the `usbipd list` command again and the device should now show as shared:
```
C:\WINDOWS\system32>usbipd list
Expand All @@ -173,7 +173,7 @@ GUID DEVICE
```

7) To attach the USB device to WSL2 run `usbipd attach --wsl --busid <busid>`
8) Open the WSL distibution termial and run 'sudo apt-get update`
8) Open the WSL distibution termial and run `sudo apt-get update`
9) Install usbutils by running `sudo apt-get install usbutils`
10) Now run `lsusb` to confirm that the shared USB device is accessibe from within WSL. You should see your device listed:
```
Expand Down

0 comments on commit f0265c4

Please sign in to comment.