Forum Discussion
Altera_Forum
Honored Contributor
7 years agoIt might not print the vendor and device id to the kernel log in that format. I typically see something like this:
usb 8-1.2: new high-speed USB device number 26 using xhci_hcd
usb 8-1.2: New USB device found, idVendor=09fb, idProduct=6010
usb 8-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 8-1.2: Product: USB-BlasterII
usb 8-1.2: Manufacturer: Altera
You should try to run "jtagconfig" and see if you get any errors. You could also try to run "jtagconfig" as root. If it works as root and not as your user it's probably a permission problem.