A Fish script to fix WebHID/hidraw access issues for the Madlions MAD68 on Linux.
The keyboard works for typing, but the web configurator cannot detect or access the device due to hidraw permission restrictions.
This script:
- detects the keyboard (
373b:105c) - creates a dedicated access group
- adds your user to the group
- creates a proper udev rule
- reloads udev
- applies immediate permissions so it works without reboot
- Linux (udev-based)
- fish shell
usbutilsacl(optional but recommended)
chmod +x mad68-fix.fish
./mad68-fix.fishThen open the configurator using:
- Chromium
- Google Chrome
- No permanent
0666permissions are used - If the script adds your user to a group, logout/login is recommended
MIT