From owner-freebsd-questions Mon Jan 11 04:13:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24496 for freebsd-questions-outgoing; Mon, 11 Jan 1999 04:13:33 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from qatar.net.qa (qatar.net.qa [194.133.33.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24491 for ; Mon, 11 Jan 1999 04:13:29 -0800 (PST) (envelope-from sodah@qatar.net.qa) Received: from qatar.net.qa ([194.133.34.245]) by qatar.net.qa (8.8.8/Internet-Qatar) with ESMTP id PAA15547; Mon, 11 Jan 1999 15:12:04 +0300 (GMT) Message-ID: <3699EABD.D1CA0B3F@qatar.net.qa> Date: Mon, 11 Jan 1999 15:12:46 +0300 From: Fadi Sodah X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Sukmin Jeong , freebsd-questions@FreeBSD.ORG Subject: Re: References: <199901110428.NAA24601@ponque.ph.tsukuba.ac.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sukmin Jeong wrote: > Dear colleagues, > > I have a question regarding using a modem on freeBSD. > > I am using a Dell computer (Dimension V series) with an internal modem > of US Robotics (Sportster WinModem 56K). The problem is that the freeBSD > cannot find the modem. The modem is installed to COM2 on Win98 which > corresponds to sio1 on freeBSD. However, in booting message, I found that > > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 ... (I cannot remember exactly, but it is different from sio0) > sio1: ... > > It seems that the freeBSD does not recognize my modem. hi to setup modem in FreeBSD, do the following as ROOT $rm -rf /dev/modem $ln -s /dev/cuaa1 /dev/modem #com2 =cuaa1 then run minicom to call out side $minicom -s thx -Pons To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message