| | 56 | |
| | 57 | The problem may be resolved by adding a new rule to udev or change the existing one. To do this, create a file (or find the correct path) /etc/udev/rules.d/z60-iguanair.rules with the following line in it: |
| | 58 | {{{ |
| | 59 | SUBSYSTEM=="usb_device", SYSFS{idVendor}=="1781", SYSFS{idProduct}=="0938", MODE="0660", OWNER="iguanair", GROUP="iguanair" |
| | 60 | }}} |
| | 61 | |
| | 62 | Then, reload udev rules by running: |
| | 63 | {{{ |
| | 64 | sudo udevadm control reload_rules |
| | 65 | }}} |
| | 66 | |
| | 67 | Unplug, plug your Iguana IR dongle, and verify that the new permissions are correct. |