pi@raspberrypi:~ $ lsmod |grep agilent
agilent_82357a 18039 0
gpib_common 31540 1 agilent_82357a
pi@raspberrypi:~ $ modprobe agilent_82357a
pi@raspberrypi:~ $ lsmod
Module Size Used by
agilent_82357a 18039 0
gpib_common 31540 1 agilent_82357a
bnep 10340 2
8192cu 560049 0
cfg80211 427855 1 8192cu
btusb 27628 0
btrtl 3667 1 btusb
btintel 6167 1 btusb
btbcm 5929 1 btusb
bluetooth 326105 24 bnep,btbcm,btrtl,btusb,btintel
rfkill 16037 4 cfg80211,bluetooth
evdev 11396 2
joydev 9024 0
snd_bcm2835 20447 1
snd_pcm 75762 1 snd_bcm2835
snd_timer 19288 1 snd_pcm
snd 51908 5 snd_bcm2835,snd_timer,snd_pcm
bcm2835_gpiomem 3040 0
i2c_bcm2708 4834 0
bcm2835_wdt 3225 0
rpi_ft5406 3986 0
rpi_backlight 2064 0
uio_pdrv_genirq 3164 0
uio 8000 1 uio_pdrv_genirq
i2c_dev 5859 0
fuse 84037 3
ipv6 347594 56
pi@raspberrypi:~ $