Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPerhaps you rebooted your computer and didn't re-do one of the steps?
With my solution you have to re-do the "sudo ln -s /sys/kernel/debug/usb/devices /dev/bus/usb/devices". With ykozlov's direction you have to re-do: sudo mount --bind /dev/bus /proc/bus sudo ln -s /sys/kernel/debug/usb/devices /proc/bus/usb/devices I wouldn't recommend combining the two solutions though. Just stick to one.