From owner-freebsd-questions Thu May 9 22:17:02 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02989 for questions-outgoing; Thu, 9 May 1996 22:17:02 -0700 (PDT) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA02969 for ; Thu, 9 May 1996 22:16:52 -0700 (PDT) Received: (from dwhite@localhost) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) id WAA20634; Thu, 9 May 1996 22:20:12 -0700 Date: Thu, 9 May 1996 22:20:12 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Raymond Chan cc: questions@freebsd.org Subject: Re: need help in setting up modem In-Reply-To: <9605090338.AA04189@infinity> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sorry for being somewhat cryptic. > >> I have susessfully installed FreeBSD 2.1 on my pc. I'm having > >> some difficulties in getting my modem to work. The com port that I was > >> using under dos was com2, so I assumed I would need to use /dev/cuaa1 as > >> my port; however, it doesn't seems to work. I have tried to use ppp, > >> dip, tip, cu... and none of these programs would let me dial out. > have under stty -a < /dev/cuaa1 : > speed 38400 baud; 0 rows; 0 columns; > Iflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl > -echoctl echoprt -altwerase -noflsh -tostop -flusho -pendin > -nokerninfo -extproc > iflags: istrip -icrnl -inlcr -igncr ixon ixoff -ixany -imaxbel ignbrk > -brkint -inpck ignpar -parmrk > oflags: -opost -onlcr -oxtabs > cflags: cread cs8 -parenb -parodd -hupcl clocal -cstopb crtscts -dsrflow > -dtrflow -mdmbuf > cchars: discard = ^0; dsusp = ^Y; eof = ^D; eol = ; > eco12 = ; erase =^?; intr =^C; kill = ^U; lnext = ^V; > min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; > stop = ^S; susp = ^Z; time = 0; werase = ^W; Hm. My modem doesn't have 'istrip' set. Try this: stty -istrip < /dev/cuala1 istrip converts 8 bit characters to 7 bit; this would harm binary transfers. > sorry, I'm not that experience in FreeBSD, I have no idea how to adjust the > cuala1 port to get the settings I want ( I don't even know what kind of > setting I really want) to give you more information.. I'm using a US > Robotics 28,800 bps V.34 internal modem (com2 irq 3) I hope I have give you > enough information for you to help me!! This is good. execute the command 'show modem' and ppp and compare with mine. I have a Supra 28.8, but the interface settings should match. ppp ON gdi> show modem device: /dev/cuaa1 speed: 57600 cs8, none parity [the rest omitted, it will vary for your system] Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major