Date: Thu, 9 May 1996 22:20:12 -0700 (PDT) From: Doug White <dwhite@riley-net170-164.uoregon.edu> To: Raymond Chan <ray@austin-realty.com> Cc: questions@freebsd.org Subject: Re: need help in setting up modem Message-ID: <Pine.BSF.3.91.960509221540.20222G-100000@riley-net170-164.uoregon.edu> In-Reply-To: <9605090338.AA04189@infinity>
next in thread | previous in thread | raw e-mail | index | archive | help
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 = <undef>; > eco12 = <undef>; erase =^?; intr =^C; kill = ^U; lnext = ^V; > min = 1; quit = ^\; reprint = ^R; start = ^Q; status = <undef>; > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960509221540.20222G-100000>
