Setting up PSPLINK on WSL
On Windows a driver needs to be installed before PSPLINK can be used. To do this take the following steps:
- Make sure the programs
usbhostfs_pcandpspshare available in cmd. Otherwise download them here. - Start PSPLINK on the Playstation Portable and connect it to the computer through USB.
- Download Zadig and start it. It will ask if you want to run it as administrator, click yes.
- In Zadig, click on
options->List All Devices. - Select the entry
"PSP" type Bfrom the dropdown list. - Left of driver, select the
libusb-win32driver. Then click install. - Wait for the installation to finish, then disconnect the USB cable from the PSP.
- Open a Powershell window as Administrator.
- Run the following commands.
- “usbipd list” and find the BUSID of you
"PSP" type B. - usbipd bind –busid YOURBUSID
- usbipd attach –wsl –busid YOURBUSID -a This command connects your usb device to WSL and the -a forces it to rebind after resets. Note: Steps 10,11 and 12 will need to be run each time you want to use psplink within WSL.
Setting up PSPLINK on Native Windows
On Windows a driver needs to be installed before PSPLINK can be used. To do this take the following steps:
- Make sure the programs
usbhostfs_pcandpspshare available in cmd. Otherwise download them here. - Start PSPLINK on the Playstation Portable and connect it to the computer through USB.
- Download Zadig and start it. It will ask if you want to run it as administrator, click yes.
- In Zadig, click on
options->List All Devices. - Select the entry
"PSP" type Bfrom the dropdown list. - Left of driver, select the
libusb-win32driver. Then click install. - Wait for the installation to finish, then disconnect the USB cable from the PSP.
Now PSPLINK can be used with Windows. Continue with the instructions on the Debugging page.