<br><font size=2 face="sans-serif">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</font>
<br><font size=2 face="sans-serif">devices are not created as expected.</font>
<br>
<br><font size=2 face="sans-serif">In the section "Adding udev rules"
changes akin to the following need to be made-</font>
<br>
<br><font size=2 face="sans-serif">from:</font>
<br><font size=2 face="sans-serif">KERNEL="uverbs*", NAME="infiniband/%k"<br>
KERNEL="ucm*", NAME="infiniband/%k", MODE="0666"<br>
KERNEL="rdma_cm", NAME="infiniband/%k", MODE="0666"
<br>
<br>
to:<br>
<br>
KERNEL=="uverbs*",            
     NAME="infiniband/%k"<br>
KERNEL=="ucm*",              
        NAME="infiniband/%k", MODE="0666"<br>
KERNEL=="rdma_cm",            
 NAME="infiniband/%k", MODE="0666"</font>
<br>
<br>
<br><font size=2 face="sans-serif">Pradeep</font>
<br><font size=2 face="sans-serif">pradeep@us.ibm.com</font>