Thanks for the suggestion to check privileges, but that's the problem--the driver is not present to have any privileges to check. On reboot, there are only links (all owned by root with 777 perm.) at /dev which lead to non-existent directories.
#/dev> ls -l gpib*
lrwxrwxrwx 1 root other 43 Apr 18 09:50 gpib -> ../devices/pci@1f,4000/NATI,pci-gpib@2:gpib
lrwxrwxrwx 1 root other 44 Apr 18 09:50 gpib0 -> ../devices/pci@1f,4000/NATI,pci-gpib@2:gpib0
lrwxrwxrwx 1 root other 44 Apr 18 09:50 gpib1 -> ../devices/pci@1f,4000/NATI,pci-gpib@4:gpib1
If you try to use these links to go to these dirs, there're not there. Also, ibconf shows no gpib devices loaded.
Any more suggestions would be greatly appreciated.