Are you still running the version where you commented out the send and recv calls? That's never going to work.
Are you still on ARM? You might try running the test program with strace, if that's available. It will show details of the system calls that are used to connect to tcsd. Hal Finney On Thursday, August 12, 2010, ytz <[email protected]> wrote: > Hi,Now,when > (1) > #./tcsd -fwrite data: > 00 c1 00 00 00 12 00 00 00 65 00 00 00 1a 00 00 00 00 > TCSD TDDL ioctl: (25) Inappropriate ioctl for device > TCSD TDDL Falling back to Read/Write device support. > > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 01 00 00 00 04 00 > 00 00 b4 > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 01 00 00 00 04 00 > 00 00 b6 > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 05 00 00 00 04 00 > 00 01 01 > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 05 00 00 00 04 00 > 00 01 02 > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 05 00 00 00 04 00 > 00 01 04 > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 05 00 00 00 04 00 > 00 01 03 > write data: > 00 c1 00 00 00 16 00 00 00 65 00 00 00 05 00 00 00 04 00 > 00 01 0d > write data: > 00 c1 00 00 00 12 00 00 00 65 00 00 00 07 00 00 00 00 > TCSD trousers 0.3.3.2: TCSD up and running(2)then I press Ctrl+Z^Z > [1] + Stopped ./tcsd -f > # bg %1 > [1] ./tcsd -f > # jobs > [1] + Running ./tcsd -f > > (3) > but when I execute the test program,it always appears : > Tspi_Context_Connect: Core service connection failedwhen > # ./tpm_version > Tspi_Context_Connect failed: 0x00003103 - layer=tsp, code=0103 (259), Core > service connection failed > > (4) > why does it appear the error? > how to resolve it? > Thanks for suggestions. > > ytz > <http://qiye.163.com/?163> > > > 您想拥有和网易免费邮箱一样强大的软件吗? <http://qiye.163.com/?163> > ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ TrouSerS-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-users
