Date: Wed, 19 Jun 1996 11:52:38 GMT From: James Raynard <fqueries@jraynard.demon.co.uk> To: igor@cs.ibank.ru Cc: questions@freebsd.org Subject: Re: /usr/bin/chat don't work? Message-ID: <199606191152.LAA13146@jraynard.demon.co.uk> In-Reply-To: <199606190732.LAA05837@escape.cs.ibank.ru> (message from Igor Vinokurov on Wed, 19 Jun 1996 11:32:28 %2B0400 (MSD))
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Igor Vinokurov <igor@cs.ibank.ru> writes: > > Hello, > I have problem :) > > Under 2.1R I use slattach with /usr/bin/chat as modem dialer (which > send to modem ATZ/ATDT/etc) and enjoying... But I install new 960606 > SNAP and chat does't work :( > > Any changes in kernel/etc? Can I continue use chat for this task or > you suggest another program? Anyway, any ideas? Chat doesn't support the -l option any more. When I upgraded to -current, I got it working by removing that bit from my dialler script. before:- if /usr/bin/chat -l LCK..$DEVICE ABORT "NO CARRIER" [...] after:- if /usr/bin/chat ABORT "NO CARRIER" [...] -- James Raynard, Edinburgh, Scotland james@jraynard.demon.co.uk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606191152.LAA13146>