2026-05-24 15:32:28 +02:00
2026-05-17 12:07:48 +02:00
2026-05-24 15:32:28 +02:00

ps5-linux-patches

Compilation

git clone https://github.com/ps5-linux/ps5-linux-patches
git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
cd linux
git checkout tags/v7.0.10
git apply ../ps5-linux-patches/linux.patch
cp ../ps5-linux-patches/.config .config
make -j$(nproc)

Installation

In the same linux folder after compilation, do:

sudo make modules_install
sudo make install

TODO

  • amdgpu smu driver to show correct gpu frequency and temperature
  • xhci driver adjustment for 0x104d:0x9108 to enable bluetooth
  • hdmi converter improvments: hdr, rgb range, 120hz

Bugs

  • screen save does not work properly
  • hdmi audio output does not work on some monitors
  • hdmi 1440p and 2160p video output does not work on some monitors
S
Description
No description provided
Readme
567 KiB
Languages
Diff 100%