From: Tim Müller-Seydlitz

Hi Paul,
I had quite some trouble to make owfs work with SuSE 10.0.
I traced it down to permission problems if I accessed owfs without being
superuser.

As I find the tool very useful, I would like to share my feedings:

In the directory /etc/udev/rules.d/
I created the file 46-ds2490.rules
With the following content:

BUS=="usb", SYSFS{idVendor}=="04fa", SYSFS{idProduct}=="2490",
GROUP="users", MODE="0774", \
       PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf
bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", \
       NAME="%c", RUN="/bin/sh -c 'chmod 0777 /proc/%c'"

Apparently owfs checks in the directory /proc/bus/usb/ but not in
/dev/bus/...

Regards
Tim
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to