Forum Discussion
Altera_Forum
Honored Contributor
14 years agoQuartus II with ubuntu 11.04
Hi , I just installed Quartus II on ubuntu 11.04 operating system. It successfully got installed and i can see a directory named altera in my home directory which has further subdirectories. No...
Altera_Forum
Honored Contributor
14 years agothanks for the reply dave,
i tried to set udev rules like this first i opened sudo gedit /etc/udev/rules.d/51-usbblaster.rules then i simply pasted these rules explained # 51-usbblaster.rules# # * Use lsusb to see the 'Altera' bus and device number. # The device node is then /dev/bus/usb/<bus>/<device># # * use jtagconfig to detect devices on the usbblaster# BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666" in the text file and next sudo udevadm control --reload-rules Now, i opened Quartus again and reconnected the USB but still i am unable to see the USB blaster in hardware setup. Please reply =)