Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThanks a lot, I'm using quartus 13.0 on linuxmint 13 maya 64 bit and had the same problem with USB blaster (errror 89), and pasting the stuff from the official instructions didn't seem to work. This fixed it though.
--- Quote Start --- Hi, For udev issues, you just need to create a rule; for this purpose, just copy and paste the following into a text editor (gedit for example) :SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", GROUP="plugdev", MODE="0666", SYMLINK+="usbblaster"
Pay attention to not add line brakes ! then , you save it as : 40-usbblaster.rules then copy (with root privileges) into : /etc/udev/rules.d After a reboot, it should work ... (I'm a debian user, it may be a bit different on another distribution, i should be able to help in such a case ! And i presume you are using a usbblaster or some kind of) --- Quote End ---