Latest update and PS3 sixaxis controller
-
@MrJordaaany What's the output of
uname -a
, if you run it from the terminal or from a SSH session ? -
@mitu said in Latest update and PS3 sixaxis controller:
uname
Can't actually troubleshoot it anymore. Was for a mate and i've already sent it to him.
No doubt I will make more in the future so hopefully its fixed by version 4.5.
-
Please can someone (who is happy to test / comfortable with Linux) try the latest rpi-update kernel? Should include a backported fix which may resolve this issue.
-
@BuZz
I first unblocked the update.sudo ./downgrade_firmware.sh unblock
.
Then the update via setup script(3e136616) with the underlying OS and a reboot and the DS3 does not work. Is there a latest that wasn't 35 hours ago? -
Note: rpi-update is a separate update mechanism that bypasses repository packages.
Additionally, the firmware release that (potentially) includes the fix is not tagged, so you will need to specify the git hash when invoking the command, like so:
sudo rpi-update e289f6a59ff24925aa29f134723659b8bcd9fa06
I prefer not to test this on my main card as I don't like how it bypasses system packaging, but if someone is anxious to test it, do go ahead and let us know if it solves the issue.
-
Is this the fix? Is there anyway to install it now?
-
@googanhiem said in Latest update and PS3 sixaxis controller:
Is this the fix? Is there anyway to install it now?
Yes, that is the fix. As @psyke83 said, you need to use
rpi-update
to get this installed, with the caveats mentioned. Or you can use the downgrade script posted earlier. -
-
@googanhiem I think you misunderstood a bit the situation. If you have a problem now, then use the downgrade script.
The upgrade pathavailable (which is different than the downgrade) involves updating the kernel from the Raspbian testing area, which is not recommended unless you're familiar with Linux/Raspbian. The fix (via upgrade) is not available through the normal OS/package updates in Raspbian, that's why you'd need to userpi-update
.As I said - use the downgrade script for now if you have the issue of Bluetooth gamepads not working.
-
@mitu although it would be useful for someone to test this to know if it's resolved this issue.
-
@BuZz I only have a DS4, does it qualify ?
-
-
@BuZz I'll give it a shot anyway :).
-
You could test if you have the issue I guess and then see if the update sorts it.
-
@BuZz
I couldn't find the hashcode for the rpi-update, however running it without the code. I think it updates to 4.19.y 4.19.46 or 4.19.47 branch. The DS3 controller I have works now. I haven't had time to reveal any other issues. -
Upgraded through
raspi-config
and got the4.19.46
stable release. Paired the DS4 via bluetooth, worked fine.
Downgraded to the4.19.42
(default Raspbian package available in the repos), DS4 doesn't connect anymore.
Downgraded to 4.14.x stable (using @psyke83's script), pairing works again.It seems the connection problem is solved in 4.19.46, we'll have to wait for it to appear in the Raspbian repository.
-
@mitu thanks
-
@psyke83 Apologies for the dumb question, but how do I get and install your firmware downgrade script?
-
@MetalManTN
The easiest way would be to open an SSH and copy and paste a command:
git clone https://gist.github.com/psyke83/cb3ca50561480809c246f42727cb7cf2 &&
cd cb3ca50561480809c246f42727cb7cf2 &&
sudo chmod +x downgrade_firmware.sh
then to run the downgrade script provided by psyke83
sudo ./downgrade_firmware.sh downgrade
keep the script around so that it is easy to unblock the update mechanism, like the pre-existing unstable 4.19.46 kernel.
sudo ./downgrade_firmware.sh unblock
alternatively you could download the latest that includes the fix by running; though possibly an unstable branch. I could not give the hash code to download the bluetooth fix specifically because I could not find it.
sudo rpi-update
-
@Efriim Thank you very much for your help! The script is installing now. Hopefully my PS3 controllers will work after this, but I felt like a true dolt not even knowing how to get and use the script that had been provided for us.
Update: The script worked! PS3 controllers are working again. Thank you!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.