aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authort-onoz2018-03-24 20:03:36 +0900
committert-onoz2018-03-24 20:03:36 +0900
commit0bafb5b1a55d12a54d8b0e13cbad66c389b778eb (patch)
tree2c2345c91bf03059aeb3c2855ecd154473694dc1
parent00aefaa57141843f5086d9c30a8c36a08c9c800c (diff)
downloadaur-0bafb5b1a55d12a54d8b0e13cbad66c389b778eb.tar.gz
added README
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..ff0dd74d5e1d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# NI-VISA for Arch Linux
+
+## VI_ERROR_SYSTEM_ERROR when using
+You need to **logout and login before first use** in order to set VXIPNPPATH environment variable.
+
+## USB-RAW devices do not work
+If USB-RAW devices do not work, try following (as root) and restart your PC:
+```
+# AddUsbRawPermissions.sh
+# gpasswd -a <user> usbraw
+```
+
+## USB-TMC devices do not work
+```
+# gpasswd -a <user> usbtmc
+# rmmod usbtmc
+# echo 'blacklist usbtmc' > /etc/modprobe.d/nousbtmc.conf
+```
+
+## refs
+- http://digital.ni.com/public.nsf/allkb/A10090850FF0887A86257926007A7E96
+- https://github.com/python-ivi/python-usbtmc#configuring-udev
+- https://github.com/pyvisa/pyvisa/issues/272