- From: george gomes <georgegdc4_at_gmail.com>
- Date: Mon, 6 Aug 2007 16:20:25 -0700
Received on 2007-08-06Z22:20:25
Hi all
I am having trouble opening up my comedi device, an NI 6221. On executing
the line:
device = comedi_open("/dev/comedi0")
/dev/comedi0: Permission denied
the file /dev/comedi0 has permissions rw-rw---- (660) root root. When I
change the permissions to rw-rw-rw- (666) I get the error message:
/dev/comedi0: No such device
When I do 'lsmod', it shows that ni_pcimio is loaded.
We've compiled 0.7.73 on a kernel 2.6.15 on an ubuntu system.
How do I get my program to see the module? I am assuming that for some
reason the module can not be seen.
Thank you for the help guys and gals.
George
Received on 2007-08-06Z22:20:25