Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- hello all!!! someone can make usbblaster run on ubuntu 11.10???? i did 1 add on /etc/rc.local
mount --bind /dev/bus /proc/bus
ln -s /sys/kernel/debug/usb/devices /proc/bus/usb/devices 2 add on /etc/udev/rules.d/51-usbblaster.rules 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" and when i did lsusb i see Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
Bus 005 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
Bus 007 Device 004: ID 09fb:6001 Altera -> here --- Quote End --- This is explain alot on google and also on http://www.altera.com/download/drivers/dri-usb_b-lnx.html They should add a INSTALL or README file that explain that it will help ;) --- Quote Start --- but when i do jtagconfig No JTAG hardware available
any ideia??? someone can help me ??? thanks Franz Wagner --- Quote End --- Still having this issue: When I open the programmer I have this error on my console : /home/kapare/altera/11.1sp1/quartus/linux64/jtagd: error while loading shared libraries: libaxerces-c.so.26: wrong ELF class: ELFCLASS32 So this post solve my problem http://www.alteraforum.com/forum/showthread.php?t=33163 sudo apt-get install libxerces-c28 sudo cp /usr/lib/libxerces-c.so.28.0 linux64/libaxerces-c.so.26 sudo cp /usr/lib/libicudata.so.44 linux64/libicudata.so.34 sudo cp /usr/lib/libicuuc.so.44.2 linux64/libicuuc.so.33 sudo apt-get install lib32icu44 sudo cp /usr/lib/libicudata.so.44 ../linux64/libicudata.so.34 sudo cp /usr/lib/libicuuc.so.44 ../linux64/libicuuc.so.34 Then finally I was able to select USB-Blaster [1-1] But since I'm on a virtual machine on Mac the result of flashing is stil FAILED :( I heard that it was possible from a VM with windows??? will try it...