Changes between Version 4 and Version 5 of TroubleShooting

Show
Ignore:
Timestamp:
06/23/10 17:48:33 (3 months ago)
Author:
alban.bernard
Comment:

Udev rules to set good permissions

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v4 v5  
    5454}}} 
    5555No this is not a good solution, however, without an afflicted machine I can't debug it, and so far other people have just switched to running the daemon as root. 
     56 
     57The 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 
     62Then, reload udev rules by running: 
     63{{{ 
     64            sudo udevadm control reload_rules 
     65}}} 
     66 
     67Unplug, plug your Iguana IR dongle, and verify that the new permissions are correct. 
    5668 
    5769== irsend Errors ==