*BSD News Article 92375


Return to BSD News archive

#! rnews 2647 bsd
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.ysu.edu!news.radio.cz!newsbastard.radio.cz!news.radio.cz!CESspool!nntp.uio.no!news.apfel.de!fu-berlin.de!news.mathworks.com!enews.sgi.com!news.caldera.com!news.eli.net!calwebnntp!calwebnnrp!not-for-mail
From: "Peter Chukhvantsev" <peterchk@calweb.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Does enybody have internal modem working on FreeBSD?
Date: 30 Mar 1997 19:52:42 GMT
Organization: CalWeb Internet Services, Inc.
Lines: 44
Message-ID: <01bc3d44$5b68da40$9d80adcf@peterchk.calweb.com>
NNTP-Posting-Host: sac5-157.calweb.com
NNTP-Posting-User: account=peterchk
X-Newsreader: Microsoft Internet News 4.70.1155
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:38120

Does enybody have internal modem working on FreeBSD?

I'm new in UNIX...
I have standard 28.8 V.42, works perfectly with Win95.
No detection problem on FreeBSD if it is on sio1, but not detected
at all on sio0.

How can i send simple command like a "at&f&c1&d2m0s0=1" to my internal?

My ttys looks like:
       ttyv0   "/usr/libexec/getty Pc"         cons25  on  secure
       # Virtual terminals
       ttyv1   "/usr/libexec/getty Pc"         cons25  on secure
       ttyv2   "/usr/libexec/getty Pc"         cons25  on secure
       ttyv3   "/usr/libexec/getty Pc"         cons25  off secure
       # Serial terminals
       ttyd0   "/usr/libexec/getty std.9600"   unknown off secure
-->    ttyd1   "/usr/libexec/getty std.9600"   dialup  on  secure
       ttyd2   "/usr/libexec/getty std.9600"   unknown off secure
       ttyd3   "/usr/libexec/getty std.9600"   unknown off secure
       # Pseudo terminals
       ttyp0   none                    network
       ttyp1   none                    network

When i tried to check out line with ps, it shows like
  129  v2  Is+    0:00.03 /usr/libexec/getty Pc ttyv2
  582  d1  I<s+   0:00.08 login -p login: l
Even if no calls been accepted (i unpluged my modem from the wall for
sure).

I tried to call with "ecu", after dialing it shows nothing on the screen,
even cursor is moving like a shows some text but i don't see anything.
finaly it shuts down "ecu".
The cu - shows busy line, so i can not to dial out from my PC to another
system.
        I used Slakware Linix before. It was working fine, but not with
default setting.
The line in /etc/inittab
        S2:12345:respawn:/sbin/uugetty ttyS2 F115200 vt100
was not working, during boot it says:respawning too fast, so i change it
to
	S2:456:respawn:/sbin/uugetty ttyS2 F115200 vt100
it started to work. Is something same in FreeBSD or not?