• 2 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: May 18th, 2025

help-circle
  • I slightly regret switching one of my development machines from Manjaro to EndeavourOS. At the time, I needed to test an app I was writing with ffmpeg v8.0 and Manjaro was not going to have that for quite some time. I tried the AUR package but it didn’t work and I had to back it out.

    EndeavourOS is absolutely great. I literally am not aware of a single flaw in it. My regret, infinitesimal as it is, is based on being so close to upstream projects. I would far, far rather have a stabilized distro.

    My Manjaro machine, for example, has a perfect KDE right now. My EndeavourOS requires directory renaming 2 to 4 times to get it to stick. I know that’s not EndeavourOS. It’s KDE but I vastly prefer a distro with some quality control.

    Meanwhile, Manjaro turned into a dumpster fire so there’s no point going back. I do have one machine on Manjaro and it’s running fine, taking the extremely occasional update. I may go to Fedora LXQt spin but EndeavourOS is great, except for the Dolphin issue. They may have fixed it by now but I’m too scared to take any updates in case it gets worse.



  • The problem seems to be lack of ability to give the board a magic serial number. The vial app looks for a specific string in the serial number (“vial:<anything>”) to identify a vial capable keyboard. My R75 won’t accept a serial number, no matter what I do.

    Apparently, this is a limitation of some cheap USB controllers (always answer 0 to all serial requests). I don’t know if that’s true but ChatGPT tells me it’s so.

    udevadm info -a -n /dev/hidraw$(ls /dev/hidraw* | tail -1 | tr -dc ‘0-9’) | grep -i serial  2 ✘ ATTRS{serial}==“00000000000000000000000000000000” ATTRS{serial}==“0000:09:00.0”

    Apparently, the magic number can be coded into the UID, also. I’m working on that, too, with no success so far. Apparently, USB controllers don’t stand in for UID in any case.

    I’m struggling with this. If anyone has some ideas or clear direction, I would consider it a favor. If I can manage to make it work, I’ll publish the firmware for everyone.

    Even if someone got the mossbed firmware to work, that would be helpful to know. I have been banging on it for three days with no luck. This is the most expensive, cheap keyboard I’ve ever purchased. lol!