Package Details: hyper-headset-bin 1.1.0-3

Git Clone URL: https://aur.archlinux.org/hyper-headset-bin.git (read-only, click to copy)
Package Base: hyper-headset-bin
Description: HyperX headset family utilities (bin)
Upstream URL: https://github.com/LennardKittner/HyperHeadset
Licenses: MIT
Conflicts: hyper-headset
Provides: hyper-headset
Replaces: hyperx-cloud-ii-wireless-bin
Submitter: FooeyRound
Maintainer: FooeyRound
Last Packager: FooeyRound
Votes: 0
Popularity: 0.000000
First Submitted: 2025-08-05 03:02 (UTC)
Last Updated: 2025-08-05 03:07 (UTC)

Latest Comments

Tyrant commented on 2025-02-07 22:09 (UTC) (edited on 2025-02-07 22:10 (UTC) by Tyrant)

The included udev rules are lacking quotes around their values, which causes udev to refuse loading them.

/usr/lib/udev/rules.d/99-hyperx-cloud-II.rules:1 Invalid key/value pair, ignoring.
/usr/lib/udev/rules.d/99-hyperx-cloud-II.rules:2 Invalid key/value pair, ignoring.

On top of that, my headset has different vendor and product ids:

Bus 003 Device 007: ID 03f0:018b HP, Inc HyperX Cloud II Wireless

This entry makes udev do what we want it to:

KERNEL=="hidraw*", ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="018b", MODE="0666"