toolboc / psx-pi-smbshare

A swiss army knife for enhancing classic game consoles with Raspberry Pi
387 stars 34 forks source link

something seems to be broken with last update maybe, with psp and xlink kai online #29

Closed alfredox123 closed 3 years ago

alfredox123 commented 3 years ago

just updated to your latest version and it takes me a few reboots of my rpi to connect with wifi signal, has been hapening since i updated it.

also, when i finally connect to my wifi i do all the steps to try play online with xlink but for some reason doesnt show that im broadcasting output, when i boot the game it broadcast cast signal for 1 or 2 seconds, but after that it doesnt broadscast signal anymore and for that reason i cannot find matches nor host with xlink kai.

dont know if this is a software or hardware related but it started happening after i update it.

toolboc commented 3 years ago

Have you tried reverting to a previous version to see if these issues persist? That could help narrow down a root cause (hardware / software/ network/ some combination?).

alfredox123 commented 3 years ago

if i go to a previous version xlink kai will be outdated right? which means i couldnt connect with other users :S

toolboc commented 3 years ago

XlinkKai does not necessarily require that two clients are on the same version. However, to rule that out you could independently upgrade XlinkKai after reverting to a previous release of psx-pi-smbshare.

So far, this issue has not zeroed in on a root cause. It could be an issue with Xlink itself, updated driver packages in Raspbian, or an isolated hardware / network issue.

Given that you are experiencing intermittent network issues, it is advised to downgrade to see if the issue resolves itself (which would help to pinpoint any breaking changes in the latest psx-pi-smbshare release). If the issue continues, you may want to check if there is an issue with your WiFi / network hardware.

alfredox123 commented 3 years ago

how to update xlink kai indepently?

toolboc commented 3 years ago

psx-pi-smbshare uses the debian package source for XlinkKai as of version 1.8, for a quick overview of the changes that accommodate this you can refer to commit https://github.com/toolboc/psx-pi-smbshare/commit/893a893cc473ee390e21fdaf9b91029f2ca70ae5.

To update XlinkKai independenty, you can run the relevant portions of that changeset by copying and pasting the following into a terminal session:

wget -q -O - https://repo.teamxlink.co.uk/debian/KEY.gpg | sudo apt-key add -
sudo echo 'deb https://repo.teamxlink.co.uk/debian/ /' > /etc/apt/sources.list.d/teamxlink.list
sudo apt-get update
sudo apt-get install xlinkkai

cat <<'EOF' > /home/pi/launchkai.sh
while true; do
    /usr/sbin/kaiengine
    sleep 1
done
EOF

chmod 755 /home/pi/launchkai.sh

After running this, you should be able to update XlinkKai at any time with: apt-get install xlinkkai

alfredox123 commented 3 years ago

i see that i have an old iso stored must be v1.7 or v1.8 anyway to check exactly which version is?

toolboc commented 3 years ago

You could check the date of your image file against the release dates listed here. For quality control, it is advised to re-download a specific version and go from there.

alfredox123 commented 3 years ago

seems like a hardware issue, just tested with v1.9 and couldnt connect with wifi no matter what, but i can with ethernet.

with ethernet connected i tested if i do broadcasting output and the same, it only broadcast at boot of the game but not anymore...

seems like both rpi and dongle for psp are dying...

alfredox123 commented 3 years ago

i did some more testing and dongle for psp works as it should on windows xp, gonna keep trying a few things

S4bg0 commented 1 year ago

psx-pi-smbshare uses the debian package source for XlinkKai as of version 1.8, for a quick overview of the changes that accommodate this you can refer to commit 893a893.

To update XlinkKai independenty, you can run the relevant portions of that changeset by copying and pasting the following into a terminal session:

wget -q -O - https://repo.teamxlink.co.uk/debian/KEY.gpg | sudo apt-key add -
sudo echo 'deb https://repo.teamxlink.co.uk/debian/ /' > /etc/apt/sources.list.d/teamxlink.list
sudo apt-get update
sudo apt-get install xlinkkai

cat <<'EOF' > /home/pi/launchkai.sh
while true; do
    /usr/sbin/kaiengine
    sleep 1
done
EOF

chmod 755 /home/pi/launchkai.sh

After running this, you should be able to update XlinkKai at any time with: apt-get install xlinkkai

Just to let people know that repo url has recently changed and is now located at https://dist.teamxlink.co.uk/. Can help if you want to update.