The following adjustments had to be made in Linux (Xubuntu 14.04 LTS 64bit) to make the TinyUSBboard function properly.
Edit the udev rules:
cd /etc/udev/rules.d/
Create a new rule:
sudo nano 79-tinyusbboard.rules
Paste the following:
# TinyUSBboard (USBAsp AVR VUSB Device)
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", GROUP="plugdev", MODE="0667"
Modify the rights:
sudo chmod 777 79-tinyusbboard.rules
Add a user:
sudo chown -R "user" 79-tinyusbboard.rules
Restart:
/etc/init.d/udev restart
Labels: TinyUSBboard