From owner-freebsd-questions@FreeBSD.ORG Wed Dec 21 16:04:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0082116A41F for ; Wed, 21 Dec 2005 16:04:18 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: from mailhub.ihlas.net.tr (mailhub.ihlas.net.tr [213.238.128.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 801A643D7C for ; Wed, 21 Dec 2005 16:04:11 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: (qmail 77329 invoked from network); 21 Dec 2005 16:05:47 -0000 Received: from unknown (HELO ihlasnetym) (maslak@213.238.150.220) by 0 with ESMTPA; 21 Dec 2005 16:05:47 -0000 Message-ID: <17f301c60648$2e08abd0$dc96eed5@ihlasnetym> From: "Yavuz Maslak" To: Date: Wed, 21 Dec 2005 18:03:34 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: I could not dial with modem on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 16:04:18 -0000 Hello I have a internal modem which runs on windows. I add it on FreeBSD machine to dial an isp phone. But I haven't had the = modem run on FreeBSD5.3. =20 My kernel is GENERIC kernel.=20 Here is my /etc/ppp/ppp.conf as below; default: set log Phase Chat LCP IPCP CCP tun command set device /dev/cuaa2 dial: set phone "0123456789" set redial 3.3 100 set reconnect 3 100 set authname *********** set authkey *********** set timeout 1800 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL add default HISADDR enable dns=20 Also I don't know that the machine recognize it or not And I don't know = that which Com(1,2,3,4) port the modem uses. I didn't see in dmesg or = ppp.log. When I put term after ppp command on the screen.I got error as below; Warning: deflink: /dev/cuaa2: Bad file descriptor Failed to open /dev/cuaa2 in ppp.conf I tried other cuaa(s) like cuaa1=20 What shall I do ? How can I install this modem on FreeBSD5.3 Thanks