Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI have quartus ii 32bit v 12.1 on ubuntu 12.04. I followed Tristians directions and created the following /etc/udev/rules.d/51-usbblaster.rules with the following lines and both my de2 and bemicro work:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", MODE="0666" SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="a4a0", MODE="0666", I do have a problem with sopc_builder starting, but I'm going to fire off separate thread for that question. hope this helps and thanks for the suggestions... Mike