> Well ... the only other thing I can think of is that minicom is
> looking for the lrzsz programs in the wrong place.  Minicom stores the
> lrzsz programs using a complete path.  On my system, they are all set
> to look at /usr/bin
>
> Press CTRL+a then o, and go to File transfer protocols.  Make sure the
> paths are correct.
>
> If that's not it ... then sorry, you've managed to stump me.

BINGO!

in minicom,

        x A  zmodem     /usr/local/bin/sz -vv
        x B  ymodem     /usr/local/bin/sb -vv
        x C  xmodem     /usr/local/bin/sx -vv
        x D  zmodem     /usr/local/bin/rz -vv
        x E  ymodem     /usr/local/bin/rb -vv
        x F  xmodem     /usr/local/bin/rx -vv

i would have never found this! why are these the 'defaults'?  :-(

rather than sed'ing @ build, a quick,

        cd /usr/local/bin
        ln -sf lsz sz
        ln -sf lsb sb
        ln -sf lsx sx
        ln -sf lrz rz
        ln -sf lrb rb
        ln -sf lrz rx

cures the problem.

flash update to latest 1.29 is now complete.

thanks! thanks! thanks!
_______________________________________________
Soekris-tech mailing list
[EMAIL PROTECTED]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to