Forum Discussion
Altera_Forum
Honored Contributor
14 years agohi all ........
finally i solve the problem ....... was my usb blaster instalation............ here step by step what i do to install usb blaste at 10.10 1 - at /etc/rc.local add this linesmount --bind /dev/bus /proc/bus
ln -s /sys/kernel/debug/usb/devices /proc/bus/usb/devices2 - at quartusdir/bin do it chmod 755 jtagd jtagconfig3 - at /etc/udev/rules.d/ do it : sudo gedit 51-usbblaster.rulesat this text editor add : # Altera USB-Blaster rule to set mode to 666.
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", RUN+="/bin/chmod 0666 %c"save the file.... 4 - reboot the system...... voila Franz Wagner