-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to change game for psp online with xlink kai? #21
Comments
Very interesting, I never tried using XLinkKai with the PS Vita, but would be very thankful if you might be able to contribute steps for using this device in the official README. You should be able to shutdown the connection between the PS Vita and pi with: See: http://ict.siit.tu.ac.th/help/iw for more details /options |
later i will try this thx, just for more info, im using a psp game on my ps vita. i just followed your guide and it worked but i think you need to add to that guide that you need to rename wifi-to-eth-route.sh (to rename wifi-to-eth-route.sh1 for example) IF you have your pi connected through ethernet and using a psp xlink mode capable usb adapter. took me a few hours to discover that lol |
@alfredox123 , thank you for the suggestion, the documentation has been updated in ec6eb0f |
im still getting command failed: operation already in progress (-114) when trying to connect to a new game with command sudo iw wlan1 ibss join (used the command sudo iw dev wlan0 disconnect before connecting to the new game) |
This may be an issue with XlinkKai, what happens if you try forcing the XlinkKai engine to restart with the following:
|
same command failed |
I appreciate the assistance, unfortunately this isn't a use case I'm currently equipped to replicate. You could try to recreate the connection by deleting/restarting the wireless interface then attempt to reconnect with something like:
|
sorry for late response "sudo iw dev wlan1 del" gives me command failed unknown error 524 (-524) |
nvm sudo ifconfig wlan1 down and sudo ifconfig wlan1 up did the trick thx! |
just to clarify, you dont need to rename wifi-to-eth-route.sh for playing psp online, just tested the wireless method (wlan0 "internal wifi" - wireless internet and wlan1 "usb adapter" - psp connected to rpi3) and it works to |
when i change the game, the only way i mange to connect my pi with my vita is rebooting the whole rpi, is there a command that im missing to shutdown connection between vita and the pi?
also wanted to let you know that asus n13 usb adapter also works with this, THANK YOU VERY MUCH!
The text was updated successfully, but these errors were encountered: