PS3 dualshock kernel module

Hi,

could you please enable # CONFIG_HID_SONY in kernel default config or point me to a tutorial in order to recompile the kernel?

Thank you

1 Like

Hi,

Not a problem. I’ve done this and pushed this to our staging repository.

To test this update:

  1. Login via the command line
  2. Run the following command to add the staging repository:
    echo 'deb http://apt.osmc.tv buster-devel main' | sudo tee /etc/apt/sources.list.d/osmc-devel.list
  3. Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
  4. Your system should have have received the update.

Please see if the issue is resolved.

I also recommend you remove /etc/apt/sources.list.d/osmc-devel.list after updating.

I’d also recommend you deactivate the staging repository. You can do so with the following command:
sudo rm /etc/apt/sources.list.d/osmc-devel.list.

Please note that we will automatically disable this update channel after 14 days on your device in case you forget to do so to ensure that your system reverts to the stable update channel.

Cheers

Sam

Hi Sam,

thank you, the controller is now initialized.

Happy new year.

Thanks for confirming.