This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
hw:fpga:ubuntu_impact:start [2013/11/26 14:56] krzysztof.swientek [Ubuntu 12.04 and Xilinx 14.6] |
hw:fpga:ubuntu_impact:start [2019/03/08 14:08] (current) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| sudo sed -i -e 's/TEMPNODE/tempnode/' -e 's/SYSFS/ATTRS/g' -e 's/BUS/SUBSYSTEMS/' /etc/udev/rules.d/50-xusbdfwu.rules | sudo sed -i -e 's/TEMPNODE/tempnode/' -e 's/SYSFS/ATTRS/g' -e 's/BUS/SUBSYSTEMS/' /etc/udev/rules.d/50-xusbdfwu.rules | ||
| </code> | </code> | ||
| + | |||
| + | For Debain >= 7.0 update the UDEV rules by changing the second line from: | ||
| + | <code> | ||
| + | ATTRS{idVendor}=="03fd", ATTRS{idProduct}=="0008", MODE="666" | ||
| + | </code> | ||
| + | to: | ||
| + | <code> | ||
| + | ATTRS{idVendor}=="03fd", ATTRS{idProduct}=="0008", MODE="666", GROUP="plugdev" | ||
| + | </code> | ||
| + | and add yourself to the plugdev group. | ||
| If your machine is running 32-bit Linux change ''lin64'' to ''lin'' on the first line. \\ | If your machine is running 32-bit Linux change ''lin64'' to ''lin'' on the first line. \\ | ||
| Line 44: | Line 54: | ||
| </code> | </code> | ||
| - | *4. Restart udev | + | *4. Restart udev (in Debian >= 7.0 reboot) |
| <code> | <code> | ||