Forum Discussion
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 =)