You are not logged in.

#1 2007-06-30 15:10:01

damunix
Member
Registered: 2007-06-30
Posts: 12

udev problem for piklab

Hi

I have a problem, I want to connect the icd2 debuggueur and use it with piklab, but I can't give to my user the right.

It gaves me an "operation not permited", and for the root user, it is good.

here is my udev file 026-microchip.rules  :

#PICKit
SYSFS{idVendor}=="04d8", SYSFS{idProduct}=="0032", MODE="0666", GROUP="users"
#PICKit2
SYSFS{idVendor}=="04d8", SYSFS{idProduct}=="0033", MODE="0666", GROUP="users"
#ICD2
SYSFS{idVendor}=="04d8", SYSFS{idProduct}=="8000", MODE="0666", GROUP="users"
#ICD21
SYSFS{idVendor}=="04d8", SYSFS{idProduct}=="8001", MODE="0666", GROUP="users"

any idea ?

Offline

Board footer

Powered by FluxBB