Skip to content

Commit 445bb0f

Browse files
authored
Merge pull request #112 from z2442/patch-2
Revise PSPLINK setup instructions for Windows and WSL
2 parents b96bc7b + 81991f2 commit 445bb0f

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

psplink/windows.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,31 @@ layout: home
44
nav_exclude: true
55
---
66

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
832
{: .fs-8 .fw-700 .text-center }
933

1034
On Windows a driver needs to be installed before PSPLINK can be used. To do this take the following steps:

0 commit comments

Comments
 (0)