I would suggest to run avarice as root for the first test. If you have a 
problem with access rights it might be easy on the first glance to use 
the user root either via su or sudo.

At Suse you find in /etc/udev/rules.d several files. While I had USBPROG 
installed I extended this file for MKII and ICE3
__________________________
BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", 
GOTO="usbprog_rules_end"

# USBprog with Atmel AVR ISP mkII firmware
ATTR{idVendor}=="03eb", ATTR{idProduct}=="2104", MODE="664", GROUP="dialout"

# USBprog with Atmel AVR ISP mkII firmware
ATTR{idVendor}=="03eb", ATTR{idProduct}=="2110", MODE="664", GROUP="dialout"

LABEL="usbprog_rules_end"
_____________________________________

After changing this file and a reread of the configuration (see man) 
your user needs to be a member of the group "dialout". If you change the 
account a new login is necessary and next your account is allowed to 
access Jtag ICE without root permission.

HTH
Knut


Am 10.03.2013 15:11, schrieb Joerg Wunsch:
> As Wojtek wrote:
>
>> I tried to add symlink for my device according to post:
> You are not supposed to add that symlink, you completely
> misunderstood.
>
> This link is only meaningful for devices which are accessed through a
> standard serial port, like the first JTAGICE, or the JTAGICEmkII when
> connected through RS-232.
>
>>      did not find any USB device "usb"
>>      USB device not fount
>>
>> Could you suggest me where to search a problem?
> Does /sbin/lsusb find the device?
>
> Did you tell your udev configuration to pass ownership of the device
> to you, so it can be accessed without root-only permissions?
>


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
avarice-user mailing list
avarice-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/avarice-user

Reply via email to