Problem with USB serial in linux emulation

2010-01-14 Thread Morgan Wesström
Dear list. I have an USB smartcard reader that emulates a serial port. It uses the uftdi.ko kernel module and creates the following device nodes when plugged in. System is FreeBSD 7.2-RELEASE-p3 amd64. crw-rw 1 uucp dialer0, 110 Jan 14 19:27 /dev/cuaU0 crw-rw 1 uucp dialer0, 1

Re: Problem with USB serial in linux emulation

2010-01-14 Thread Morgan Wesström
Morgan Wesström wrote: > Dear list. > > I have an USB smartcard reader that emulates a serial port. It uses the > uftdi.ko kernel module and creates the following device nodes when > plugged in. System is FreeBSD 7.2-RELEASE-p3 amd64. > > crw-rw 1 uucp dialer0, 110 Jan 14 19:27 /dev/cua

Re: Problem with USB serial in linux emulation

2010-01-14 Thread pp
> Adding some more info myself here. Initially I only copied the shared > libraries the program needed from my Linux computer and loaded the linux > kernel module. Installing the full linux_base-f10 port seems to get rid > of the error message so it seems unrelated to the actual communication > pro