raw1394 interface giving only 2 bytes
Brought to you by:
aeb,
bencollins
I developed an application over libraw1394. I can send asynch data and receive asynch data from a remote 1394 node. But the problem I am seeing is that my asynch receive is giving me only two bytes at a time. I am still receiving the whole packet but in many many callback calls. It worked earlier. I get correct data too.
I dont know if there is any installation issues. I am using libraw1394 1.0 and kernel 2.6.9.
I dont know if mknod has any issues.
mknod -m 666 /dev/raw1394 c 171 0
I appreciate any hint.
Thanks,
Raj