Altera_Forum
Honored Contributor
14 years agoUSB-blaster on Scientific Linux 5.4
Hello,
I'm having trouble getting the USB-blaster on Scientific Linux 5.4 working for the normal user. I know that it works when I run as root, so I must be setting something up incorrectly. I followed the instructions from Altera USB user guide (ug_usb_blstr.pdf) for Red hat enterprise 5. From 52-usbblaster.rules:
# USB-Blaster
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf /proc/bus/usb/%%03i/%%03i$${K%
%%%.*} $${K#*.}'", RUN+="/bin/chmod 0666 %c"
I've seen other posts on this forum for similar issues and have tried some of them without any luck. Has anyone gotten this to work? Is there anything I need to do other than just creating the rules file? Please advise, thanks in advance,