From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 27 18:58:57 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242F616A4CE for ; Thu, 27 Jan 2005 18:58:57 +0000 (GMT) Received: from pop-a065b10.pas.sa.earthlink.net (pop-a065b10.pas.sa.earthlink.net [207.217.121.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E673A43D46 for ; Thu, 27 Jan 2005 18:58:56 +0000 (GMT) (envelope-from andrei@kableu.com) Received: from h-69-3-92-218.snvacaid.dynamic.covad.net ([69.3.92.218] helo=mail.kableu.com) by pop-a065b10.pas.sa.earthlink.net with esmtp (Exim 3.33 #1) id 1CuEr2-0005du-00 for freebsd-hackers@freebsd.org; Thu, 27 Jan 2005 10:58:56 -0800 Received: from warrior.kableu.com (warrior.kableu.com [192.168.0.1]) by mail.kableu.com (Postfix) with ESMTP id B9219C0DB for ; Thu, 27 Jan 2005 10:58:56 -0800 (PST) Received: by warrior.kableu.com (Postfix, from userid 1001) id 0934B11444; Thu, 27 Jan 2005 10:58:56 -0800 (PST) Date: Thu, 27 Jan 2005 10:58:56 -0800 From: Andrew Konstantinov To: freebsd-hackers@freebsd.org Message-ID: <20050127185855.GA77941@warrior.kableu.com> References: <20050127034533.81964.qmail@web15004.mail.cnb.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline In-Reply-To: <20050127034533.81964.qmail@web15004.mail.cnb.yahoo.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Cannot start adsl! X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 18:58:57 -0000 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 27, 2005 at 11:45:33AM +0800, qq qq wrote: > Hello,everybody. > The first ,thank you for you help! > bsd 5.3-release. pci :Realtek RTL8139/810x.adsl /2m > When I follow handbook,/etc/ppp/ppp.conf is ok .it something wrong likes = this: > =20 > #ppp -ddial adsl > working in ddial mode > using interface:tun0 >=20 > #ppp -ddial adsl > working in ddial mode > using interface:tun1 >=20 > #ppp -ddial adsl > working in ddial mode > using interface:tun2 >=20 > #ppp -ddial adsl > warnning:no available tunnel devices found (no such file or director) > =20 > #cd /dev > #sh MAKEDEV tun0 > it is nothing. > I am a new user.I have spent on it two days. Is there any particular reason why you need to perform "ppp -ddial adsl" command multiple times? Just put: ppp_enable=3D"YES" ppp_mode=3D"ddial" ppp_profile=3D"adsl" into your /etc/rc.conf file. That should setup adsl connection at the boot = time and then in case if it gets dropped, reinitialize it. Andrew --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFB+Tnvg+6MtxSjexcRAit5AJ9qsBxlZpWibhmz/3/VcWKrKLhODgCfXRUC KXm/U3f70CPnwS+7XA9O6Tw= =XbTh -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE--