Hello,

I would like to be able to communicate with my lab equipment via NI's GPIB-USB-HS. I installed linux-gpib with the help from the following link
HTML Code:
http://linux-gpib-general.narkive.com/76BKTHLC/libgpib-so-0-not-found-on-debian
and
HTML Code:
http://ubuntuforums.org/showthread.php?t=2270802
from my experience with working on debian systems (run on raspberry pi's) that were set up by someone other than myself, the python code would open a serialport based on an address in /dev. However, when I type

Code:
ls /dev
with or without the GPIB-USB-HS plugged into my laptop, I get the same list, meaning that it is not showing up. When I type:

Code:
lsusb
this is returned:
Code:
Bus 001 Device 007: ID 3923:709b National Instruments Corp. GPIB-USB-HS
Thanks in advance.