Fredrum / chiaki

Raspberry Pi fork of the Free and Open Source PS4 and PS5 Remote Play client Chiaki.

Home Page:https://github.com/Fredrum/chiaki/wiki/rpi02---branch-for-Bullseye,-64bit,-h265-and-kmsdrm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS5 State Unknown

cmcgowan111 opened this issue · comments

Hi. I recently discovered this new RPI02 and managed to follow all the instructions to build this on my Pi 4b. The initial registration of my PS5 works fine and I can play for as long as I want. Once I disconnect, the state of the console changes to "Unknown" and I can't figure out how to resolve this. The shell output after running the chiaki-rpi command shows the correct state but the GUI has the "Unknown" state. A reboot of both the Pi and the PS5 doesn't help. Just wondering if you have seen this issue and can please help with how to resolve it. Thanks

Hi I just tried running again both on desktop and on tty/cli and could not reproduce that behaviour.

What OS are you using on your RPi?

Do you use WiFi on either the PS5 or the RPi?

Do you have a folder named something like:

/home/pi/.config/Chiaki

with a file named Chiaki_rpi.conf

Should have added the below in previous message.

I know they are completely different but I have the android Chiaki and PS Play apps on my phone and my TV and these both work fine. Official remote play app works too so it just this RPi one I'm having problems with.

Hi thanks for that!
I should have some time during the weekend to take a look.
Can't promise I'll figure it out though.

Hmm your printout is missing a line after Is PS5: 1 where it should say that it has correctly identified your particular PS5 from whats stored in the config file. You should get a line saying 'Discovery ID match":

Discovered Host State:  standby
Is PS5:  1
Discovery ID match

You said earlier that you had to create the 'Chiaki' config folder and config file yourself which makes it seem something could have gone wrong there.

This is how my config file looks:
(I have changed a few letters/numbers here and there for security)

version: 1

regist_hosts:
  - host : 1
    isPS5 : 1
    nick : PS5-512
    id : 70862A1FC2BA
    remote_ip : 0.0.0.0
    rp_key : ynFLFv05xkNchgskLFlCLA==
    regist : 324ea7ee
    session : 
      decoder : automatic
      codec : h265
      resolution : 1080
      fps : 60
      audio_device : Built-in Audio Digital Stereo (HDMI)

Does your Chiaki_rpi.conf file have all the same data?

I just noticed something...could you tell me what's the output when you do,

uname -a

To get your kernel version?

Thank you for that.
I upgraded my Pi4 to the new kernel 6.1 and now I get some problem that Chiaki won't discover my PS5 it its in standby mode. Chiaki now reports 'unknown' until I have manually turned on my PS5.

But unfortunately that's not the same as your issue then.
Shame as I need to be able to replicate your problem to be able to fix it.

Hm ok. Sorry I don't have any more leads on this atm.