On Thursday 14 July 2005 08:59, kim young hun wrote: > I made special device file with below command according to advise of > product comapny's partner (www.bbti.us) > > # mknod /dev/B2C2AV.TS c 254 0 > # mknod /dev/B2C2AV.VID c 254 1 > # mknod /dev/B2C2AV.AUD c 254 I have no experience of this card - this is generic Linux advice. execute 'cat /proc/devices' and make sure you see the card at device '254' ... if you see it at 253, 252, 251 etc. then you must 'mknod' for that major device number. Cheers, Gavin.