From owner-freebsd-isp Fri Jan 23 14:21:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21901 for freebsd-isp-outgoing; Fri, 23 Jan 1998 14:21:05 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from capecod.net (ost47.capecod.net [204.255.214.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21875; Fri, 23 Jan 1998 14:20:54 -0800 (PST) (envelope-from crtb@capecod.net) Received: from localhost (crtb@localhost) by capecod.net (8.8.5/8.8.5) with SMTP id RAA01150; Fri, 23 Jan 1998 17:20:12 -0500 (EST) Date: Fri, 23 Jan 1998 17:20:08 -0500 (EST) From: Chuck Reply-To: Chuck To: Alejandro Galindo cc: freebsd-isp@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Modem Speed in ttys and gettytab files In-Reply-To: <1.5.4.32.19980123194541.00936e8c@exsocom.com.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The modem must be convinced to communicate with FreeBSD at the desired speed. Gettytab only influences FreeBSD. If the serial interface is different from what the modem sends, there will be garbage. Talk to the modem about this. Use kermit and the device name cuaa0 (not tty0 or sio0 or whatever; it's the same device, seen from a different perspective). Set speed to 115200 (for instance), AT, and wait for OK. If you get OK, then enter AT&F, possibly other S0=1 etc., then AT&W. Now the modem should understand that it talks at 115200 by default. Sorry to be so anthropomorphic, but you see, there's these little guys running around in there.... Chuck Bacon -- crtb@capecod.net ABHOR SECRECY -- DEFEND PRIVACY On Fri, 23 Jan 1998, Alejandro Galindo wrote: > 1 Year ago i try to configure the modem speed in the gettytab and > ttys files for dialin, i only can use the std.19200 and it works well, i see > in the pppkit a configuration with std.38400, std.57600 and std.115200, but > when a user conect to my server he only see bad characters (not the login > prompt) i try with several modems (motorola 33.6, etc. now we have the > motorola 57.6 ModemSurfer) but i can't work with a configuration major than > std.19200. > > Can you indicate me how configure the gettytab for a std.115200, std.57600 > and std.38400? and this number (115200) what do it mean? is the speed betwen > the serial port and the modem? > > I have a 2.2.5 RELEASE and a Cyclades Cyclom-Y multiport (it support 115200 > i think). > > thanks in advanced > > Saludos > Alejandro > > ---------------------------------------------------------------------------- > | , , | > | /( )` | > | \ \___ / | | > | /- _ `-/ ' | > | (/\/ \ \ /\ | > | ExSoCom Dgo. MEXICO / / | ` \ | > | O O ) / | | > | `-^--'`< ' | > | (_.) _ ) / | > | Alejandro Galindo Chairez `.___/` / | > | Tel: (18) 179177 `-----' / | > | Fax: (18) 179177 <----. __ / __ \ | > | <----|====O)))==) \) /==== | > | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | > | | | | > | http://www.exsocom.com.mx \ / /\| > | ______( (_ / \______/ | > | ,' ,-----' | | > | a FreeBSD user `--{__________) | > ---------------------------------------------------------------------------- >