aTc
Very Active Member
- Joined
- Apr 25, 2009
- Messages
- 253
It's probably a good idea to have a changelog here for any major changes/updates in the pyra packages. Everything is designed to only need an "apt update;apt upgrade" to push the changes through, although in rare cases manual changes or a reinstall may be needed.
- 26 May 2021 : pulseaudio config update
The pyra pulseaudio config has been updated to create two seperate output sinks for Headphones and Speakers.
(The audio driver unfortunately only works as a four channel device that goes to speakers and headphone at the same time)
The sound coming out should now also be proper stereo instead of a mix of the left and right channel going to each speaker. (the channel map defaulted to being left/center outputs instead of left/right)
The default output is always forced to speakers at boot, but can be changed in the volume/mixer settings.
Work still has to be done to switch to headphone output automatically when plugged in.
- 17 Nov 2021 : Pyra repo key expired
apt update gives the error message : " The following signatures were invalid: EXPKEYSIG B9CB5B9FA32E2FAE Pyra Dev <pyra-dev@pyra-handheld.com>"
The repo key wasn't generated with the "never expire" option like I thought it was.
This causes "apt update" to fail on the Pyra package repo.
Unfortunately it can only be fixed from the Pyra itself, by doing
After that everything should work again.Code:wget https://packages.pyra-handheld.com/pyra-public.pgp sudo apt-key add pyra-public.pgp
Last edited:
