Welcome to the GitHub repository for the XPANEL / Finalmouse ULX udev rules! This repository contains the essential udev rules needed to ensure compatibility and proper permissions for Finalmouse ULX devices. These rules are particularly designed to work seamlessly with the XPANEL web application at xpanel.finalmouse.com.
Udev is a device manager for the Linux kernel, which dynamically creates or removes device nodes in the /dev
directory. For certain devices like the Finalmouse ULX, specific udev rules are required to set the correct permissions, allowing applications like XPANEL to interact with them without needing root privileges.
This repository provides the necessary udev rules to facilitate this interaction, ensuring a smooth and secure experience for users of Finalmouse ULX devices on Linux systems.
- A Linux-based operating system.
- A Finalmouse ULX device.
-
Clone the Repository:
git clone https://github.com/teamfinalmouse/xpanel-linux-permissions
-
Navigate to the Repository:
cd xpanel-linux-permissions
-
Copy the Udev Rule:
sudo cp 99-finalmouse.rules /etc/udev/rules.d/
-
Reload Udev Rules:
sudo udevadm control --reload-rules && sudo udevadm trigger
-
Verify Installation: Connect your Finalmouse ULX device and verify if it's detected correctly by the XPANEL application.
Once installed, the udev rules will automatically set the correct permissions for your Finalmouse ULX devices. This allows the XPANEL web application to detect and interact with your device without requiring additional configurations.
For more information or support, please visit xpanel.finalmouse.com or open an issue in this repository.