From owner-freebsd-hardware Thu Nov 13 11:46:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA12806 for hardware-outgoing; Thu, 13 Nov 1997 11:46:38 -0800 (PST) (envelope-from owner-freebsd-hardware) Received: from marlin.exis.net (root@marlin.exis.net [205.252.72.102]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA12787; Thu, 13 Nov 1997 11:46:27 -0800 (PST) (envelope-from stefan@exis.net) Received: from sailfish.exis.net (sailfish.exis.net [205.252.72.104]) by marlin.exis.net (8.8.4/8.8.5) with SMTP id OAA16123; Thu, 13 Nov 1997 14:46:07 -0500 Date: Thu, 13 Nov 1997 14:37:18 -0500 (EST) From: Stefan Molnar To: Ross Potts cc: freebsd-hardware@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: modems In-Reply-To: <9711131358.ZM7559@unknown.zmail.host> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Now I want to use a modem on FreeBSD at home. Before I started leaning over to > this OS, I tried Linux. Then I heard that they would not take winmodems. On my > Compaq Presario, that is apparently what I have(no jumpers!). That and the > stupidly easy setup in FreeBSD made me change over. It is not the lack of jumpers makes the winmodem suck, it is the lack of a UART chip. The UART chip is being emulated in software. When I worked for an isp, the winmodemds were the hardest to fix via phone support, and dies very easly. > I have since then bought a motorola modemsurfr-33.6(with jumpers). Wouldn't you > know it... two days after I bought it, I found (in the FreeBSD Handbook?) how to > change IRQ settings in userconfig. Maybe I could still use the winmodem and > save the settings like described for NICs? I will keep both modems. Take the winmodem and donate it for a tax writeoff, it is better that way. > My problem is this: I have yet to be able to get a dial tone! AARRRGghhhhh! > I'm using a book for Linux, but the concept is the same in how to set the dev > files! I know once I get a dial tone, setting ppp will be simple. I am asumeing you are not getting the dial tone on he winmodem. YOu do not have to set and dev files for serial devices like a modem, the ones are in this order. COM1 /dev/cuaa0 COM2 /dev/cuaa1 COM3 /dev/cuaa2 COM4 /dev/cuaa3 I find the best way to make sure the modem is working is use minicom. It is alot like Telix (in my opinion the best term that was ever made), and it is easy to configure. Stefan