MCHOSE Web Driver Compatibility Fix
NixOS Discourse
MCHOSE Web Driver Compatibility Fix
I recently bought an MCHOSE A7 V2 and it didn’t connect to the web driver properly. I found this repository by Dk000t, which contains instructions for how to get it to communicate with the web interface correctly. Here I adapted it slightly for nixos: Step 1 Connect your device via USB and run lsusb to see the Vender ID and Product ID. Step 2 Add an udev rule like this and set the id’s respectively: services.udev.extraRules = '' KERNEL=="hidraw*", ATTRS{idVendor}=="3837", ATTRS{idProduct}=...
0 comments
No comments yet.