Code: Select all
avrdude: Warning: cannot query manufacturer for device: error sending control message: Operation not permitted
avrdude: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc
Code: Select all
[103866.544647] usb 1-1.3.2: new low-speed USB device number 8 using dwc_otg
[103866.650171] usb 1-1.3.2: New USB device found, idVendor=16c0, idProduct=05dc
[103866.650202] usb 1-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[103866.650233] usb 1-1.3.2: Product: USBasp
[103866.650249] usb 1-1.3.2: Manufacturer: www.fischl.de
Code: Select all
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 062a:0102 Creative Labs Wireless Keyboard/Mouse Combo [MK1152WC]
Bus 001 Device 005: ID 0a05:7211
Bus 001 Device 008: ID 16c0:05dc VOTI shared ID for use with libusb
Bus 001 Device 006: ID 0a05:7211
Code: Select all
SYSFS{idVendor}=="16c0",
SYSFS{idProduct}=="05dc", MODE="0666", GROUP="plugdev"
Can anyone help?