As of 21.4.2026, this is the latest version you should use if the normal linux-enable-ir-emitter package doesn't work for you.
Search Criteria
Package Details: linux-enable-ir-emitter-beta 7.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-enable-ir-emitter-beta.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-enable-ir-emitter-beta |
| Description: | Provides support for infrared cameras that are not directly enabled out-of-the box on Linux |
| Upstream URL: | https://github.com/EmixamPP/linux-enable-ir-emitter |
| Licenses: | MIT |
| Conflicts: | chicony-ir-toggle, linux-enable-ir-emitter, linux-enable-ir-emitter-git |
| Provides: | linux-enable-ir-emitter |
| Submitter: | cycion |
| Maintainer: | cycion |
| Last Packager: | cycion |
| Votes: | 2 |
| Popularity: | 0.031759 |
| First Submitted: | 2025-12-22 14:56 (UTC) |
| Last Updated: | 2025-12-22 14:56 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
Required by (4)
- howdy-next (requires linux-enable-ir-emitter) (optional)
- howdy-next-git (requires linux-enable-ir-emitter) (optional)
- iris (requires linux-enable-ir-emitter)
- zenbook-duo-hyprland (requires linux-enable-ir-emitter) (optional)
Sources (1)
Latest Comments
cycion commented on 2026-04-21 10:23 (UTC)
cycion commented on 2025-12-22 16:13 (UTC) (edited on 2025-12-22 16:15 (UTC) by cycion)
For intergration with Howdy
Howdy users should add the following line in all files returned by grep -rl howdy /etc/pam.d, before the howdy line
auth optional pam_exec.so /usr/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml
instead of
auth optional pam_exec.so /home/<USER>/.local/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml
(<USER> is your username)
Refer to the Howdy and README.md for more information
Pinned Comments
cycion commented on 2025-12-22 16:13 (UTC) (edited on 2025-12-22 16:15 (UTC) by cycion)
For intergration with Howdy
Howdy users should add the following line in all files returned by
grep -rl howdy /etc/pam.d, before thehowdylineauth optional pam_exec.so /usr/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.tomlinstead of
auth optional pam_exec.so /home/<USER>/.local/bin/linux-enable-ir-emitter run --config /home/<USER>/.config/linux-enable-ir-emitter.toml(<USER> is your username)
Refer to the Howdy and README.md for more information