Hi Daniel,
Did you install the siw user library? If yes, do you have it in your LD_LIBRARY_PATH? Per default, libsiw should land at /usr/local/lib
Best,
Bernard.
danielkwofie---04/07/2017 08:17:57 PM---Hi all, Am getting the below messages when I try to check for install devices with
--
You received this message because you are subscribed to the Google Groups "zrlio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zrlio-users...@googlegroups.com.
To post to this group, send email to zrlio...@googlegroups.com.
Visit this group at https://groups.google.com/group/zrlio-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/zrlio-users/bfeecb5a-fcc5-4029-af44-8d5e33cb401f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sudo modprobe rdma_cm
sudo modprobe ib_uverbs
sudo modprobe rdma_ucm
sudo insmod /lib/modules/$(uname -r)/extra/siw.ko
sudo nano /etc/modules-load.d/rdma.conf
You can name the file anything with the .conf extension. Then fill the file with these lines:
rdma_cm
ib_uverbs
rdma_ucm
siw
sudo ln -s /lib/modules/$(uname -r)/extra/siw.ko /lib/modules/$(uname -r)/
sudo depmod -a