From owner-freebsd-questions@FreeBSD.ORG Sat Oct 23 19:55:36 2004 Return-Path: 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 BB0EA16A4CE for ; Sat, 23 Oct 2004 19:55:36 +0000 (GMT) Received: from mailgw2.qatar.net.qa (mailgw2.qatar.net.qa [212.77.192.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156F043D39 for ; Sat, 23 Oct 2004 19:55:36 +0000 (GMT) (envelope-from eihab@qatar.net.qa) Received: from Eihab ([82.148.124.74]) by mailgw2.qatar.net.qa (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with SMTP id <0I61009LIZBV8J@mailgw2.qatar.net.qa> for freebsd-questions@freebsd.org; Sat, 23 Oct 2004 22:55:18 +0300 (QATAR) Date: Sat, 23 Oct 2004 22:55:27 +0300 From: "Eihab E. Ibrahim" To: Long Story Message-id: <00b401c4b93a$41dd9960$0500a8c0@Eihab> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Content-type: text/plain; format=flowed; charset=windows-1256; reply-type=response Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: cc: freebsd-questions@freebsd.org Subject: Re: pppoa problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 19:55:36 -0000 ----- Original Message ----- From: "Long Story" To: Sent: Saturday, October 23, 2004 10:08 PM Subject: pppoa problem > Hello everyone here, > > Im on FreeBSD 5.2-1 R > I want to make my bsd box dial the internet thro Speedtouch 330 USB > device. > From /ports/pppoa I have done make, make install , and everything > went fine. > I have done also whats instructed to do, which is : > > cp /usr/local/etc/rc.d/adsl.sh.sample to /usr/local/etc/rc.d/adsl.sh > and > cp /usr/local/share/doc/speedtouch/ppp.conf.sample to > /etc/ppp/ppp.conf > > and changed the adsl profile in ppp.conf to the correct > usrname,password,vpi, vci > also i have included the following in my /etc/rc.conf > > usbd_enable="YES" > ppp_enable="YES" > ppp_mode="ddial" > ppp_profile="adsl" > [...] You only need usbd_enable="YES" in your rc.conf. Try removing the ppp_enable,ppp_mode,ppp_profile from your rc.conf, and let the adsl.sh take over. Hopefully it'll work this way. Eihab E. Ibrahim