How can I know if modem is detected?
Mark Ovens
mark at ukug.uk.freebsd.org
Fri Mar 12 07:24:02 PST 2004
Mazen S. Alzogbi wrote:
> Hi,
>
> I just purchased a serial Dlink modem and I would like to know if my
> FreeBSD 4.9 is detecting it. How can I be sure? Thanks ...
>
Assuming you've got the psuedo-device tun compiled into your kernel
(it's in GENERIC by default) you can use ppp(8):
$ ppp
ppp ON <your_hostname>> set device /dev/cuaa0 [0 == com1, 1 == com2]
ppp ON <your hostname>> term
AT <-- you type this
OK <-- modem, if found, responds
See the MANUAL DIALLING section in ppp(8) for more info.
HTH
Regards,
Mark
> Cheers,
>
> Mazen S. Alzogbi
> www.MazenAlzogbi.com
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
> .
>
More information about the freebsd-questions
mailing list