Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI'm running Debian testing, not Ubuntu, but for what it's worth I should mention that udev is deprecating the rules that are floating around in this thread.
This is the (currently) working udev-rule to fix permissions on my system. I don't know if it helps on Ubuntu with Quartus 10.1 but it cannot hurt to post it I think: ATTRS{idProduct}=="6001", ATTRS{idVendor}=="09fb", MODE="0666" or set mode 660 and add GROUP="<your usergroup>" for example. /Bjorn