You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: psplink/windows.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,31 @@ layout: home
4
4
nav_exclude: true
5
5
---
6
6
7
-
# Setting up PSPLINK on Windows
7
+
# Setting up PSPLINK on WSL
8
+
{: .fs-8 .fw-700 .text-center }
9
+
10
+
On Windows a driver needs to be installed before PSPLINK can be used. To do this take the following steps:
11
+
12
+
1. Make sure the programs `usbhostfs_pc` and `pspsh` are available in cmd. Otherwise download them [here](https://github.com/pspdev/psplinkusb/releases/download/latest/pspsh-windows.zip).
13
+
2. Start PSPLINK on the Playstation Portable and connect it to the computer through USB.
14
+
3. Download [Zadig](https://zadig.akeo.ie/) and start it. It will ask if you want to run it as administrator, click yes.
15
+
4. In Zadig, click on `options` -> `List All Devices`.
16
+
5. Select the entry `"PSP" type B` from the dropdown list.
17
+
6. Left of driver, select the `libusb-win32` driver. Then click install.
18
+
7. Wait for the installation to finish, then disconnect the USB cable from the PSP.
19
+
8. Open a Powershell window as Administrator.
20
+
9. Run the following commands.
21
+
10. "usbipd list" and find the BUSID of you `"PSP" type B`.
22
+
11. usbipd bind --busid YOURBUSID
23
+
12. usbipd attach --wsl --busid YOURBUSID -a
24
+
This command connects your usb device to WSL and the -a forces it to rebind after resets.
25
+
Note: Steps 10,11 and 12 will need to be run each time you want to use psplink within WSL.
26
+
27
+
28
+
29
+
30
+
31
+
# Setting up PSPLINK on Native Windows
8
32
{: .fs-8 .fw-700 .text-center }
9
33
10
34
On Windows a driver needs to be installed before PSPLINK can be used. To do this take the following steps:
0 commit comments