Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

NI-PCI-6034E (Ubuntu 12.04)

i'm so sorry,irwan boss.

i have change to Ubuntu 10.10(32 bit) and installed NI-VISA 5.0 and NI-DAQmx 8.0.1.

but it have some problem.

i run commands nilsdev and lsmod | grep ni.

arlab@arlab:~$ nilsdev

//nothing appears//

arlab@arlab:~$ lsmod | grep ni

nimru2k               427897  1

nimxpk                 33632  0

nipxirmk              115030  1

nidimk                320599  5 nimru2k,nipxirmk

nimsdrk               231258  0

nidmxfk               373960  1 nimsdrk

nimxdfk               477896  5 nimru2k,nimsdrk,nidmxfk

nimstsk                78153  2 nimsdrk,nidmxfk

nimdbgk               360232  7 nimru2k,nimsdrk,nidmxfk,nimxdfk,nimstsk

niorbk                 95647  8 nimru2k,nipxirmk,nidimk,nimsdrk,nidmxfk,nimxdfk,nimstsk,nimdbgk

nipalk               1195435  14 nimru2k,nimxpk,nipxirmk,nidimk,nimsdrk,nidmxfk,nimxdfk,nimstsk,nimdbgk,niorbk

nikal                  57402  1 nipalk

ni_pcimio              55031  0

ni_tiocmd               5764  1 ni_pcimio

comedi_fc               1801  1 ni_pcimio

mite                    9940  2 ni_pcimio,ni_tiocmd

8255                    3946  1 ni_pcimio

comedi                 31657  5 ni_pcimio,ni_tiocmd,comedi_fc,mite,8255

ni_tio                 14567  2 ni_pcimio,ni_tiocmd

i think ni_pcimio need to remove or more.

but how to remove ni_pcimio and nipalk to drive PCI-6034E card correctly.

Any help would be much appreciated.

Best regards

FREE_WIND

0 Kudos
Message 11 of 13
(904 Views)

Try blacklisting the kernel modules you don't want to load

http://askubuntu.com/questions/110341/how-to-blacklist-kernel-modules

?

0 Kudos
Message 12 of 13
(904 Views)

i have blacklisted ni_pcimio.

reboot

//Open a console

arlab@arlab:~$ nilsdev

NI PCI-6034E: "Dev1"

i think it can be work

but i have soem problem for PCI-6034E

//Open a console

arlab@arlab:~$ lspci -v

...

...

...

04:02.0 Unassigned class [ff00]: National Instruments PCI-6034E

    Flags: bus master, medium devsel, latency 255, IRQ 18

    Memory at fbcff000 (32-bit, non-prefetchable)

    Memory at fbcfe000 (32-bit, non-prefetchable) [size=4K]

    Kernel driver in use: nidaqmx_nidaq2

    Kernel modules: ni_pcimio

you can to see the Kernel modules is ni_pcimio.

how to change it to nidaqmx_nidaq2 ?

Best regards

FREE_WIND

0 Kudos
Message 13 of 13
(904 Views)