Just got my Gills built and had some trouble with access permissions for the Ksoloti application on Ubunuto Linux. I poked around and found a file of udev rules for my Axoloti - I added a line for the new device, restarted my system and now everything is good. In case it helps anyone, I added the following:
# 16C0:0444 - Ksoloti Core
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="0444", MODE:="0666"
to a file called 49-axoloti.rules in /etc/udev/rules.d.
Note that you have to make this change as root (sudo) Also, I think the device ID changes in DFU mode (there is a separate entry for Axoloti in DFU mode), so you'd need an additional entry for that if you need to mount that way. The entry is identical except that the idProduct and idVendor values will be different - I'm not sure what the values would be and do not use DFU mode - perhaps someone else can chime in.
Regards,
John
# 16C0:0444 - Ksoloti Core
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="0444", MODE:="0666"
to a file called 49-axoloti.rules in /etc/udev/rules.d.
Note that you have to make this change as root (sudo) Also, I think the device ID changes in DFU mode (there is a separate entry for Axoloti in DFU mode), so you'd need an additional entry for that if you need to mount that way. The entry is identical except that the idProduct and idVendor values will be different - I'm not sure what the values would be and do not use DFU mode - perhaps someone else can chime in.
Regards,
John
Statistics: Posted by sredni — Sat Mar 30, 2024 4:20 pm