Re: How to get the speed of the modem?How to get the com port of the modem?
Ignatios Souvatzis <[email protected]> Mon, 20 Aug 2007 15:10:14 +0200
| Newsgroups | gmane.os.netbsd.help,gmane.os.netbsd.general |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jun 04, 2006 at 10:48:18PM +0800, Xianwen Chen wrote: > I run NetBSD 3.0 on my 80486 laptop.The laptop has an integrated > modem.I don't know the speed of this modem.However,i'm sure it can't > be 57600 bps.How to get the speed of the modem? Connect with tip or cu to the modem. Usually typeing something like AT&v at it gives you at least the current settings. ATi0, ati1, ... should give you some sort of model number. You can use that to search the 'web for information. > And how to get the com port of the modem? grep com /var/run/dmesg.boot (or dmesg | grep com shortly after reboot) should tell you which com ports NetBSD recognized. Regards, -is