is this a help for you?
http://www.motorolafans.com/componen...g_link_working
got this links out of the wiki-repair-instruction
http://www.motorolafans.com/forums/viewtopic.php?t=5622
http://www.motorolafans.com/forums/download.php?id=1872
Could somebody post the inet package for download please. Am stuck waiting for it for sometime now.
is this a help for you?
http://www.motorolafans.com/componen...g_link_working
got this links out of the wiki-repair-instruction
http://www.motorolafans.com/forums/viewtopic.php?t=5622
http://www.motorolafans.com/forums/download.php?id=1872
Thank you very much Swifty. It worked perfectly well. I was able to download the inetd package, and was able to telnet into my A1200 using it. This is excitingOriginally Posted by swifty
.
Thanks again.
I would much rather ssh to my phone too, but this is a dead link, anyone able to add this to the download section maybe? Also for OS X users AJZaurusUSB 0.5.0 was jsut released with beta a1200 support built in.Originally Posted by bragon
Hi people.
I try to connect to my Ming via USB, but I see this error:
/mmc/mmca1/sbin/in.telnetd: error while loading shared libraries: libwrap.so.0: cannot open shared object file
: No such file or directory
How I should proceed to fix this?
Tkx in advance.
Otavio,
Im facing the same problem:
cant telnet because of libwrap is missing.
Although smbd works. I can browse with konkeror:
smb://192.168.1.2/system
My a1200i (brazillian/international??? version) is missing a lot of tools:
the folder /sbin is empty.
No telnet is a major show stopper because it is needed for playing with mkezx, usblan/ppp , showing off to coworkers, etc
Possible solutions:
A static telnet daemon;
some one repost the correct link with the tnlg version (the forum links/ downloads seems to be broken right now )
Please folks, we need some help here.
Thx in advance, happy new year
Can someone please re-upload the inetd package, the link is dead in this thread.
hi,
I downloaded and tried both packages (telnet and smb in one package, telnet and smb in separate packages versioned 1.1), smb works fine, but telnet does not work.
In either case, I can get welcome messages like:
MontaVista(R) Linux(R) Consumer Electronics Edition 3.1
Linux/armv5tel 2.4.20_mvlcee31-mainstone_pxa27x
but there is no login prompt. I waited for a long time, it just does not appear.
I opened in.telnetd file from inetd-a1200-v1_1.zip in UltraEdit, and found inside it /mmc/mmca1/sbin/tnlg, so I thought you forgot to change the path to /mmc/mmca1/.system/QTDownLoad/inetd/tnlg. I copied tnlg to /mmc/mmca1/sbin, but still not working.
I looked into inetd.sh of inetd-a1200-v1_1.zip just now, it seems that there tnlg will be copied to sbin folder of mmca1:
# performs installation of tnlg (telnetlogin) binary into hardcoded position
[ -d /mmc/mmca1/sbin ] || mkdir -p /mmc/mmca1/sbin
[ -f /mmc/mmca1/sbin/tnlg ] || cp -f ./tnlg /mmc/mmca1/sbin
But even if I copied that file manually, login prompt just does not appear.
BTW, my phone is a newly built "A1200R" of 24p version.
SMBD works very fine though.
BTW, my phone does not have /bin/login, is this the reason?