Skip to content
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

Closed
alfredox123 opened this issue Jul 23, 2020 · 10 comments
Closed

how to change game for psp online with xlink kai? #21

alfredox123 opened this issue Jul 23, 2020 · 10 comments

Comments

@alfredox123
Copy link

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!

@toolboc
Copy link
Owner

toolboc commented Jul 23, 2020

@alfredox123,

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:
sudo iw dev wlan1 disconnect

See: http://ict.siit.tu.ac.th/help/iw for more details /options

@alfredox123
Copy link
Author

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

toolboc added a commit that referenced this issue Jul 23, 2020
toolboc added a commit that referenced this issue Jul 23, 2020
@toolboc
Copy link
Owner

toolboc commented Jul 23, 2020

@alfredox123 , thank you for the suggestion, the documentation has been updated in ec6eb0f

@toolboc toolboc closed this as completed Jul 24, 2020
@alfredox123
Copy link
Author

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)

@toolboc
Copy link
Owner

toolboc commented Jul 25, 2020

This may be an issue with XlinkKai, what happens if you try forcing the XlinkKai engine to restart with the following:

sudo pkill kaiengine

@toolboc toolboc reopened this Jul 25, 2020
@alfredox123
Copy link
Author

same command failed

@toolboc
Copy link
Owner

toolboc commented Jul 26, 2020

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:

#delete the interface 
sudo iw dev wlan1 del

#restart the interface
sudo ifconfig wlan1 down
sudo ifconfig wlan1 up

#set interface to "monitor" mode
sudo iw wlan1 set type ibss

#reconnect to PSP
sudo service hostapd stop
sudo iw wlan1 set type ibss
sudo iw wlan1 ibss join <SSID> <frequency>

@toolboc toolboc closed this as completed Aug 1, 2020
@alfredox123
Copy link
Author

sorry for late response "sudo iw dev wlan1 del" gives me command failed unknown error 524 (-524)

@alfredox123
Copy link
Author

nvm sudo ifconfig wlan1 down and sudo ifconfig wlan1 up did the trick thx!

@alfredox123
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants