Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Updated instructions for Ubuntu 9.10 (Karmic Koala): The file that I said to modify in Step 1 no longer exists in Karmic, so instead edit the file /etc/rc.local and add this at the bottom:
# USBFS emulation for Altera USB Blaster.
mkdir -p /dev/bus/usb/.usbfs
mount -n -t usbfs usbfs /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -sf .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usbThen save that file and run "sudo /etc/rc.local". Also then do Step 2 in the same way as in the original instructions. --- Quote End --- Thanks a lot !I can use it in 9.10 now!