Recent content by aTc

  1. aTc

    New copper cases are finally being assembled

    Yes, just let me know what the issues are in the bugtracker section of the forum. (although most likely I already know about them, but just haven't got around to fixing it)
  2. aTc

    Debian 11 can't write underscore symbol "_"

    The keyboard mapping is a huge mess of layer after layer of translations to get to the final output. It's a miracle it works at all :) (kernel key matrix output -> xkb pyra layout -> xmodmap , and after that funkeymonkey-pyrainput does a few things to it as well). It's another one of those...
  3. aTc

    Building droidcam-cli from source on Pyra

    The problem was that the current pyra kernel package is crosscompiled, which causes some of the non arm things to be included. I rebuilt the kernel package on arm hardware, which makes everything work like it's supposed to. After that the droidcam instructions on getting the kernel module built...
  4. aTc

    Improve Volume Wheel Daemon (Bounty!)

    Yup, works. Still get the 6..1249 range thing though, (and continous output on 6) with most recent (last commit was 3 days ago) pyra_vol_mon from that repo. Did you ever figure out why reading the adc is so incredibly slow/cpu heavy ? All the other iio devices seem to have none of the issues...
  5. aTc

    Improve Volume Wheel Daemon (Bounty!)

    It's Letux-5.6.19 with a few additional patches and a more debian compatible config. (We need aufs patched in for the dbp system, and the Letux config is very minimal) It was scraped together from various git repos, but never really properly commited anywhere. Exact source is here ...
  6. aTc

    Improve Volume Wheel Daemon (Bounty!)

    Yes, I kind of rushed that post a bit, I should have added something like "Can this be backported to one of the kernels that's in a usable state" at the end there. Since you said it was integrated into LetuxOS, I assumed the driver+daemon was fully working, but I might have read that a bit too...
  7. aTc

    Improve Volume Wheel Daemon (Bounty!)

    I gave it a try, First i applied the patches to the 5.6.19 kernel (since that's still the only one where everything (3d,screen,audio) works properly) Patch applied with a few tweaks, but i assume some more parts of the palmas_gpadc driver outside the iio got changed since that kernel. No...
  8. aTc

    Couldn't wait for my Pyra, so I bought a OMAP5432 devboard

    Here's an image of the Pyra stuff modified slightly to run on the uevm : https://packages.pyra-handheld.com/images/extra/pyra-42-uevm.img.7z (extract the .7z, write to microsd, put microsd in uevm, resizing the second partition to fill the sd card is up to you) Since it's meant for the pyra...
  9. aTc

    USB host ports not working (prev. title: Can't enable wifi)

    Immediately after pressing the power button, do the leds next to the the power button light up green ? (to make sure it's the right uboot version)
  10. aTc

    20*C Cooler, and now with water resistance!

    The devicetree is selected by u-boot. It reads the version info from some resistors on the main and cpu boards, then selects the right dtb for that hardware. It shows the detected version on the serial output, in my case : HW Revision: CPU: v5.3 Mainboard: v5.2 Which it then turns into...
  11. aTc

    The commercial game Halloween (FPS) for Linux is now the open source project

    new gl4es version built and uploaded to the repo.
  12. aTc

    Issues with updating

    At least these are the actual commands, and not a "curl web.site/script.sh | sudo bash" some other sites tell you to use :)
  13. aTc

    Issues with updating

    No, the distro contains the public key, the repo signs with the private key, it wouldn't be very secure otherwise :) The "hack" above is because you can't get the new public keys through the normal method of the pyra-archive-keyring package, because you can't get new packages from the repo.
  14. aTc

    Issues with updating

    That's a different key. The one used to by the developer to sign the packages hasn't expired. The repo itself is also signed, and that key had expired.
  15. aTc

    Issues with updating

    Yes, I thought that key was set to never expire, but it seems it wasn't. Unfortunately there's no way to fix it from the server side. To fix it do: wget https://packages.pyra-handheld.com/pyra-public.pgp sudo apt-key add pyra-public.pgp After that, apt update/upgrade should work without...
Back
Top