Fix for AULA HE/WIN keyboards not being detected by the web configurator on Linux.
The browser could not access the keyboard HID device through WebHID/WebUSB.
Run:
lsusbExample output:
Bus 003 Device 002: ID 2e3c:c365 WIN 68 HE
- Vendor ID:
2e3c - Product ID:
c365
Create the rule file:
sudo nano /etc/udev/rules.d/99-aula-win68he.rulesAdd:
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2e3c", ATTRS{idProduct}=="c365", MODE="0666"
Replace the IDs with your own keyboard IDs if necessary.
sudo udevadm control --reload-rules
sudo udevadm triggerReconnect the keyboard after running the commands.
Open:
chrome://settings/content/hidDevices
Enable:
Sites can ask to connect to HID devices
Example configurator used:
Now the browser should be able to detect and connect to the keyboard normally.
- Works for Chrome/Chromium/Edge
- Uses Linux
hidrawpermissions through udev - Required for WebHID access from the browser