On Wed, Jan 07, 2009 at 00:31:12 +0100, Fiedler Thomas wrote:
>
> SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c111", MODE="775"
>

Here's what is working for me (and my Harmony 550):

SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c111", MODE="0660", GROUP="dialout"

(I have also added myself to the 'dialout' group.)

It appears that one needs read and write (but not execute) permissions on the
device file.

My guess is that, since your rule includes no GROUP specification, the device
file is being given group 'sys' or 'root' or similar, thus the MODE="775"
is granting you (since you are presumably not a member of 'sys' or 'root')
read and execute --- but not write --- privileges.

If you don't care to much about security (or your computer is exclusively
single-user) try changing to MODE="0666".

That's my guess, anyway...

Cheers,
Jeff

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to