Altera_Forum
Honored Contributor
19 years agoUSB-Blaster 2.6 kernel problem
Hi ,
I have a problem with USB-BLASTER cable. I work with SUSE 10.2 linux 2.6 kernel for the education environement. ByteBlaster work OK, but USBBlaster on my DE2 board d'not work. udev has added device usbblaster in /dev (/dev/usbblaster) lsusb say: Bus 002 Device 008: ID 09fb:6001 Altera Bus 002 Device 001: ID 0000:0000 Bus 001 Device 002: ID 0471:0308 Philips PCVC680K WebCam [pwc] Bus 001 Device 001: ID 0000:0000 I have these messages when I run jtagconfig command : 1) ByteBlaster [/dev/parport0] Unable to lock chain (Hardware not attached) when try to run commands: jtagconfig --add USB-Blaster /dev/usbblaster message is: Unable to add hardware (Unknown hardware) jtagconfig --add USB_Blaster /dev/usbblaster message is: Unable to add hardware (Unknown hardware) jtagconfig --add USBBlaster /dev/usbblaster message is: Unable to add hardware (Unknown hardware) in /etc/udev/rules.d/50-udev-default.rules file i have configuration BUS=="USB", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", NAME="usbblaster" BUS=="USB", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6002", MODE="0666", NAME="usbblaster" BUS=="USB", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6003", MODE="0666", NAME="usbblaster" Board is connected as shown on lsusb, on hotplug system (SUSE 10.0) everything is OK, but on new SUSE 10.2 hotplug replaced by new udev system. Where is the problem, does anybody know what is happening here??