Package Details: orbuculum-git 2.2.0.r46.gc544b51-1

Git Clone URL: https://aur.archlinux.org/orbuculum-git.git (read-only, click to copy)
Package Base: orbuculum-git
Description: Orbuculum is a set of tools for decoding and presenting output flows from the debug pins of a CORTEX-M CPU.
Upstream URL: https://github.com/orbcode/orbuculum
Licenses: BSD-3-Clause
Conflicts: orbuculum
Provides: orbuculum
Submitter: jmalmari
Maintainer: jmalmari
Last Packager: jmalmari
Votes: 0
Popularity: 0.000000
First Submitted: 2024-01-20 15:48 (UTC)
Last Updated: 2026-01-31 10:52 (UTC)

Latest Comments

jmalmari commented on 2026-01-31 10:47 (UTC)

The group is now removed.

So this line from udevadm verify Support/60-orbcode.rules

Failed to resolve group 'plugdev', ignoring: Unknown group

really did prevent the rule from loading. I missed this because I was actually using another rule file. Thanks for bringing this to my attention.

I left a styling issue (missing comma) waiting for an upstream fix.

xorly commented on 2026-01-30 21:07 (UTC)

Hi, udev rule shipped with orbuculum uses plugdev group and it is not supported on Arch: https://wiki.archlinux.org/title/Udev#Allowing_regular_users_to_use_devices

If such group does not exist (e.g. on my machine), such rule evaluation is terminated entirely.

Adding sed -i "s/, GROUP=\"plugdev\"//" "$srcdir/orbuculum/Support/60-orbcode.rules" to prepare fixes this.