Hacking PS4 Linux loader for 4.55

  • Thread starter Deleted-355425
  • Start date
  • Views 13,705
  • Replies 61
  • Likes 3

Tikilou

Active Member
Newcomer
Joined
Mar 19, 2018
Messages
25
Trophies
0
Age
38
XP
144
Country
France
Hi guys ! I'm the author who have published the news on Logic-Sunrise and host this IMG.
By advance, sorry for my bad english.

You should use google translate, i've explained a lot of things... The Radeon (it's the name) driver is included inside the Linux Kernel published and compiled by EEPLY... If you want contribute, you have two ways.

First, you can contribute to the kernel, source code of driver is here, and you can report bugs/comits => github : /eeply/ps4-linux/tree/ps4pro/drivers/gpu/drm/radeon

Or, you can make two pkgbuild for AUR repository, and port Linux Kernel-Headers on Manjaro properly frome EEPLY Linux sources, then with it, purpose an other pkgbuild for AUR repository, with regular updates of the GPU driver PS4 + DKMS, then load him with modprobe.


Oh, by the way, you can easy change langage of Manjaro in Gnome settings, and for TTY/CLI :

"sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf"

English configuration :

Code:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbOptions" "compose:caps,altwin:swap_alt_win"
EndSection


French configuration :

Code:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "fr"
        Option "XkbVariant" "oss_latin9"
EndSection
 

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,818
Trophies
2
XP
7,846
Country
United Kingdom
Hi guys ! I'm the author who have published the news on Logic-Sunrise and host this IMG.
By advance, sorry for my bad english.

You should use google translate, i've explained a lot of things... The Radeon (it's the name) driver is included inside the Linux Kernel published and compiled by EEPLY... If you want contribute, you have two ways.

First, you can contribute to the kernel, source code of driver is here, and you can report bugs/comits => github : /eeply/ps4-linux/tree/ps4pro/drivers/gpu/drm/radeon

Or, you can make two pkgbuild for AUR repository, and port Linux Kernel-Headers on Manjaro properly frome EEPLY Linux sources, then with it, purpose an other pkgbuild for AUR repository, with regular updates of the GPU driver PS4 + DKMS, then load him with modprobe.


Oh, by the way, you can easy change langage of Manjaro in Gnome settings, and for TTY/CLI :

"sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf"

English configuration :

Code:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbOptions" "compose:caps,altwin:swap_alt_win"
EndSection


French configuration :

Code:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "fr"
        Option "XkbVariant" "oss_latin9"
EndSection


Thank You for your work :)
Your version does seem like the better option (it must be 15GB for a reason) :P and more built in Emulators are always better ;) It just feels very slow and jerky on PS4 Slim.
 
  • Like
Reactions: KiiWii

Tikilou

Active Member
Newcomer
Joined
Mar 19, 2018
Messages
25
Trophies
0
Age
38
XP
144
Country
France
Hi guys ! I'm the author who have published the news on Logic-Sunrise and host this IMG.
By advance, sorry for my bad english.

You should use google translate, i've explained a lot of things... The Radeon (it's the name) driver is included inside the Linux Kernel published and compiled by EEPLY... If you want contribute, you have two ways.

First, you can contribute to the kernel, source code of driver is here, and you can report bugs/comits => github : /eeply/ps4-linux/tree/ps4pro/drivers/gpu/drm/radeon

Or, you can make two pkgbuild for AUR repository, and port Linux Kernel-Headers on Manjaro properly frome EEPLY Linux sources, then with it, purpose an other pkgbuild for AUR repository, with regular updates of the GPU driver PS4 + DKMS, then load him with modprobe.


Oh, by the way, you can easy change langage of Manjaro in Gnome settings, and for TTY/CLI :

"sudo nano /etc/X11/xorg.conf.d/00-keyboard.conf"

English configuration :

Code:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbOptions" "compose:caps,altwin:swap_alt_win"
EndSection


French configuration :

Code:
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.

Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "fr"
        Option "XkbVariant" "oss_latin9"
EndSection
Thank You for your work :)
Your version does seem like the better option (it must be 15GB for a reason) :P and more built in Emulators are always better ;) It just feels very slow and jerky on PS4 Slim.

It's slow for a reaseon, apparently EEPLY don't have added latest revision of Fail0verflow 3D drivers inside his Kernel Fork...
If someone want to try something about it, be free to try anything with this release, customise and redistribute.
 
  • Like
Reactions: KiiWii

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,818
Trophies
2
XP
7,846
Country
United Kingdom
It's slow for a reaseon, apparently EEPLY don't have added latest revision of Fail0verflow 3D drivers inside his Kernel Fork...
If someone want to try something about it, be free to try anything with this release, customise and redistribute.
I spoke with eeply and he said he may port failoverflows 3D patches to the Slim if he can find the time ;)
 
  • Like
Reactions: KiiWii

shim80

Well-Known Member
Newcomer
Joined
Jul 30, 2015
Messages
66
Trophies
0
Age
29
XP
361
Country
France
I don't understand why my monitor is alway stoping to receive signal from ps4 after launching payload of linux...
This is my 30th try!!
(I have cuh-2015B and I use the new bzimage from Eeply)
 

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,818
Trophies
2
XP
7,846
Country
United Kingdom
I don't understand why my monitor is alway stoping to receive signal from ps4 after launching payload of linux...
This is my 30th try!!
(I have cuh-2015B and I use the new bzimage from Eeply)
I followed this tut (it takes a while) and I managed to get ubuntu working on a CUH-2016A ;)
 
  • Like
Reactions: KiiWii

shim80

Well-Known Member
Newcomer
Joined
Jul 30, 2015
Messages
66
Trophies
0
Age
29
XP
361
Country
France
I followed this tut (it takes a while) and I managed to get ubuntu working on a CUH-2016A ;)
I know it.
But I can't see even the shell Linux. My monitor simply lose the the signal from PS4 and I have to turn it off...
I using a PC monitor, not a TV. Do you think is the problem?
 

ploggy

WAKA! WAKA!
Member
Joined
Aug 29, 2007
Messages
4,818
Trophies
2
XP
7,846
Country
United Kingdom
I know it.
But I can't see even the shell Linux. My monitor simply lose the the signal from PS4 and I have to turn it off...
I using a PC monitor, not a TV. Do you think is the problem?
Could be, I have only tested on tv's Are you using the correct payload?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Least they got head in the end