Re: [Pyusb-users] Permissions problem

2009-05-19 Thread ikustosu
pe – turn it on, attempt access, etc. You can also check the permissions of the /dev/bus/usb/ entry... -Sarah --- On Sun, 5/17/09, ed wrote: From: ed Subject: [Pyusb-users] Permissions problem To: pyusb-users@lists.sourceforge.net Date: Sunday, May 17, 2009, 3:14 PM I have my program working OK

Re: [Pyusb-users] Permissions problem

2009-05-17 Thread Phil Hannent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ed wrote: > #BUS=="usb", SYSFS{idVendor}=="0x0fC5", >SYSFS{idProduct}=="0xB080", MODE="0666" My syntax is different from yours (on a single line): SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", SYSFS{idvendor}=="08d3", SYSFS{idPro

[Pyusb-users] Permissions problem

2009-05-17 Thread ed
I have my program working OK but need to run as sudo. So now I am trying to get the program to run in user space but can't seem to get it to work. I am using Ubuntu 8.10 Intrepid This is what I have done / tried so far. 1. Created a group called delcomusb $ sudo groupadd -g 1001 delcomusb