08-31-2006 04:56 AM
09-05-2006 08:40 AM
Hello!
I might have some information that can be helpful for you.
First we have a forum post that discusses another driver but talks about nikal issues and possible workarounds. Note that these are not tested and verified by NI but customers have played around and been successful
NI-DAQ mx Base for Linux Kernel 2.6?
http://forums.ni.com/ni/board/message?board.id=250&message.id=11286&view=by_threading&page=1
Errors installing visa on Debian Linux (forum post again)
http://forums.ni.com/ni/board/message?board.id=140&message.id=15485&requireLogin=False
Some things another customer did in addition to make things work:
"I got it installed, and apparently working. Here's how:
Turns out the biggest problem is that the URB API changed, so that
instead of URB_ASYNC_UNLINK, you need to use usb_unlink_urb(*urb) in nikal. Once that change has been made, you've got to alter the INSTALL script for
ni488 to _not_ try to install the original nikal RPM (as I just said, they're
broken) by commenting out the select line. Either install nikal by hand and update
it with that funky nidDriverUpdate script, or re-roll the RPM (I did the former, due
to a lack of a spec file).
End result is that the PCI GPIB card shows up in gpibexplorer, and passes the tests
in gpibtsw. Could be that it's broken in some subtle way, but I've got high hopes.
Please feel free to pass on this advice to anyone who needs it."