[openib-general] Minor edits to installation cheat sheet needed
Michael S. Tsirkin
mst at mellanox.co.il
Mon Jul 10 15:26:38 PDT 2006
Quoting r. Pradeep Satyanarayana <pradeep at us.ibm.com>:
> Subject: Minor edits to installation cheat sheet needed
>
>
> I was experimenting with udev and realized that there some minor errors in the OpenIB Wiki Installation Cheat Sheet. This causes the udev rules to fail and the
> devices are not created as expected.
>
> In the section "Adding udev rules" changes akin to the following need to be made-
>
> from:
> KERNEL="uverbs*", NAME="infiniband/%k"
> KERNEL="ucm*", NAME="infiniband/%k", MODE="0666"
> KERNEL="rdma_cm", NAME="infiniband/%k", MODE="0666"
>
> to:
>
> KERNEL=="uverbs*", NAME="infiniband/%k"
> KERNEL=="ucm*", NAME="infiniband/%k", MODE="0666"
> KERNEL=="rdma_cm", NAME="infiniband/%k", MODE="0666"
This works for me as documented in wiki (with a single =).
Might this depend on udev version?
--
MST
More information about the general
mailing list