PDA

View Full Version : Linux St19xl cant get it to work


technobro
12-03-2007, 09:07 PM
I am trying to run st19xl in vmware whit different distro ...:mad:
i am a newby at linux
So far fedora 8, ubuntu , knopixx
i add serial port in vmware

Should i specify whitch port ? anyways i try -h doesnt work nither

''root@x-desktop:~/Desktop/lin# strace ./st19xl
execve("./st19xl", ["./st19xl"], [/* 40 vars */]) = -1 EACCES (Permission denied)
dup(2) = 3
fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR)
fstat64(3, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f32000
_llseek(3, 0, 0xbf8c08b8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
write(3, "strace: exec: Permission denied\n", 32strace: exec: Permission denied
) = 32
close(3) = 0
munmap(0xb7f32000, 4096) = 0
exit_group(1) = ?
Process 28173 detached
root@x-desktop:~/Desktop/lin# ''

technobro
12-03-2007, 09:12 PM
do i have to put it in a specific folder thanks

technobro
12-04-2007, 03:33 PM
i did chmod , and also make sure i have right to the com port

ericchile
12-04-2007, 06:54 PM
Your getting permission denied... try running as root...

technobro
12-04-2007, 08:13 PM
i try as a root , still doesnt work

is there a way to see somthing silmilar to control panel , just to see if my ttS0 is ok

aslso i put in in bin directory is it ok ?

funty127
12-04-2007, 11:31 PM
I use a usb-to-serial adapter. When I run st19xl, it cannot connect to my ttyusb0; even though I have specified it in the command line. In fileshop there is source called auxemu, not auxshare. I downloaded that and the author mentioned the same problem. He solved it using a program called interceptty. This is available as source, you have to compile it. Google for it. This thing creates a virtual port and connects this virtual port to your physical port. I tried it and it worked for me too. If you need help on how to run it, you can just look at the file auxemu.conf. Your problem may not be the same. But just in case ......

technobro
12-05-2007, 04:54 PM
thanks a lot , but in my case i am in vmware , ill sure look into that

Does aushare run at all on ur comp ?

technobro
12-05-2007, 04:57 PM
is there a way to see if my serial are up and running , like a similar control panel