This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software [2025/02/04 09:18] – [Cambridge Guide] simon | software [2025/02/05 15:48] (current) – [Youtube Guide] simon | ||
|---|---|---|---|
| Line 54: | Line 54: | ||
| - | ===== GPIB-USB ===== | + | ====== GPIB-USB |
| There are two ways on how to install the gbip driver. The first one is a guide made by //Marios Omar Choudary (University of Cambridge)//, | There are two ways on how to install the gbip driver. The first one is a guide made by //Marios Omar Choudary (University of Cambridge)//, | ||
| Line 100: | Line 100: | ||
| ===== Youtube Guide ===== | ===== Youtube Guide ===== | ||
| - | The Youtuber | + | The Youtuber |
| + | **Note:** This procedure has to be repeated every time the kernel gets update (if only a reboot took place repeat the second part of this guide). | ||
| + | |||
| + | |||
| + | - Download the newest version of the driver [[https:// | ||
| + | - Install the kernel | ||
| + | - make | ||
| + | - sudo make install | ||
| + | - Install the user | ||
| + | - ./ | ||
| + | - ./configure --sysconfdir=/ | ||
| + | - sudo make | ||
| + | - sudo make install | ||
| + | |||
| + | For the computer to recognize and use the gpib driver the following commands have to be made every time the system reboots. | ||
| + | - groupadd gpib | ||
| + | - sudo usermod -a -G gpib $USER | ||
| + | - sudo ldconfig | ||
| + | - sudo gpib_config -t ni_usb_b | ||
| ====== Leach ====== | ====== Leach ====== | ||