Meilhaus me4660i DAC sub device

Hi,

does someone have some experience with the Meilhaus card me4660i? I
finally  got the card working on top of RTAI3.3 (the kernel log is
reporting exactly the right stuff):

fprak7 demo # lsmod
Module                  Size  Used by
nls_iso8859_1           4096  0
radeon                 97440  1
drm                    60308  2 radeon
me4000                 19456  0
comedi                 32832  1 me4000
rtai_hal               29560  1 comedi

Calling inpn reports the right voltage at chanel 0 which is cool:
fprak7 demo # ./inpn
0: 0.197719 0.202029 0.198787 0.200961
------------------------>8------------------------------------

So far so good, now the problem comes. It seems that the two channel
DAC sub device is not recognized which is probably sub device 1. I
used ./board_info and it returns type 0 for sub device 1 (see attached
output). Any clue how I make the DAC work?

Thanks a lot
Petrik

fprak7 demo # ./board_info
overall info:
  version code: 0x000746
  driver name: me4000
  board name: ME-4660i
  number of subdevices: 4
subdevice 0:
  type: 1 (analog input)
  number of channels: 32
  max data value: 65535
  ranges:
    all chans: [0,2.5] [0,10] [-2.5,2.5] [-10,10]
  command:
    start: now|ext
    scan_begin: follow|timer|ext
    convert: timer|ext
    scan_end: none|count
    stop: none|count
  command fast 1chan:
    not supported
subdevice 1:
  type: 0 (unused)
subdevice 2:
  type: 5 (digital I/O)
  number of channels: 32
  max data value: 1
  ranges:
    all chans: [0,5]
  command:
    not supported
subdevice 3:
  type: 6 (counter)
  number of channels: 3
  max data value: 65535
  ranges:
    all chans: [0,1]
  command:
    not supported

Received on 2006-03-31Z13:37:09