Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- Hi, For udev issues, you just need to create a rule; for this purpose, just copy and paste the following into a text editor (gedit for example) :
SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", GROUP="plugdev", MODE="0666", SYMLINK+="usbblaster"
Pay attention to not add line brakes ! then , you save it as : 40-usbblaster.rules then copy (with root privileges) into : /etc/udev/rules.d After a reboot, it should work ... (I'm a debian user, it may be a bit different on another distribution, i should be able to help in such a case ! And i presume you are using a usbblaster or some kind of) --- Quote End --- Thank you very much . My problem sloved also.And I use the debian 7.3 quartus 11.0 in the kde desktop surroundings.