At least in Ubuntu 7.10 server, there are more typo's in the Ubuntu udev
rules than what is mentioned above. The following patch fixed the
InfiniBand-related udev issues for me:

--- orig/20-names.rules 2008-02-21 08:59:12.000000000 +0100
+++ 20-names.rules      2008-02-21 09:01:49.000000000 +0100
@@ -19,10 +19,10 @@

 # Infiniband devices
 KERNEL=="umad[0-9]*",                  NAME="infiniband/%k"
-KERNEL=="issm[0-9]*,                   NAME="infiniband/%k"
-KERNEL=="uverbs[0-9]*,                 NAME="infiniband/%k"
-KERNEL=="ucm[0-9]*,                    NAME="infiniband/%k"
-KERNEL=="rdma_ucm",                    NAME="infiniband/%k"
+KERNEL=="issm[0-9]*",                  NAME="infiniband/%k"
+KERNEL=="uverbs[0-9]*",                        NAME="infiniband/%k"
+KERNEL=="ucm[0-9]*",                   NAME="infiniband/%k"
+KERNEL=="rdma_cm",                     NAME="infiniband/%k"

 # Input devices, group under /dev/input
 KERNEL=="event[0-9]*",                 NAME="input/%k"

-- 
udev: typo in rdma_ucm rules
https://bugs.launchpad.net/bugs/192552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to