From owner-freebsd-questions@FreeBSD.ORG Thu Feb 19 11:34:44 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 C926B16A538 for ; Thu, 19 Feb 2004 11:34:44 -0800 (PST) Received: from zukmail04.zreo.compaq.com (zukmail04.zreo.compaq.com [161.114.128.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5048843D1D for ; Thu, 19 Feb 2004 11:34:44 -0800 (PST) (envelope-from carla.godinho@hp.com) Received: from reoexg11.emea.cpqcorp.net (reoexg11.emea.cpqcorp.net [16.25.5.9]) by zukmail04.zreo.compaq.com (Postfix) with ESMTP id 6ED5F2D34; Thu, 19 Feb 2004 19:34:52 +0000 (GMT) Received: from ptiexc02.emea.cpqcorp.net ([15.178.5.100]) by reoexg11.emea.cpqcorp.net with Microsoft SMTPSVC(5.0.2195.6673); Thu, 19 Feb 2004 19:34:38 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6529.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 19 Feb 2004 19:34:37 -0000 Message-ID: <47E8567372BB7F4E85BDEED048692A9901C8F14D@ptiexc02.emea.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9? Thread-Index: AcP3ADSi3doibtthQMyrvSQoUOWRwwAHtdcg From: "Godinho, Carla" To: "Wayne Pascoe" X-OriginalArrivalTime: 19 Feb 2004 19:34:38.0628 (UTC) FILETIME=[69B8EE40:01C3F71F] cc: freebsd-questions@FreeBSD.ORG cc: ptbsd@yahoo.com Subject: RE: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9? 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: Thu, 19 Feb 2004 19:34:44 -0000 Yes did tried that link when installing de modem, but I get a protocol error when connecting to ADSL. See the details bellow: I'm having problems when trying to use the Modem Alcatel SpeedTouch 330 with the FreeBSD 4.9. Everytime I tried to start the ppp I get the following error: ppp[2742]: tun0: Phase: Unknown protocol 0x7075 (unrecognised protocol) I've done some research in the Internet and I'm aware that it is tuff to use this kind of Modem with FreeBSD 4.9. I will try to describe the installation and configuration steps that I've done to set this modem, so you can help me: 1) I get the firmware from http://speedtouch.sourceforge.net/files/firmware.bin and the speedtouch-1.2-beta2 from http://speedtouch.sourceforge.net/index.php?/download.en.html 2) I installed the speedtouch-1.2-beta2 with success 3) Then I copied the firmware.bin to /usr/local/libdata/firmware.bin 4) I connected my Modem to the usb Port and my system recognized the Modem saying: ugen0 Alcatel Speech Modem 330 4) I configured my /etc/ppp/ppp.conf like this: # $Id: ppp.conf.sample,v 1.4 2003/01/01 15:18:33 rogler Exp $ ################################################################# default: ident user-ppp VERSION (built COMPILATIONDATE) set log Phase Chat IPCP CCP tun command adsl: set phone <> set authname op137649@telepac set authkey 14851889 set device !"/usr/local/sbin/pppoa2 -vpi 0 -vci 35 -e 1 -d /dev/ugen0 -v 2" accept chap set speed sync set timeout 0 enable lqr set lqrperiod 5 set redial 15 10000 set dial "" set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns #######end ______________________________________ Where vpi,vci is 0.35 for Portugal 5) Then I started manually the modem_run like this: /usr/local/sbin/modem_run -m -v 2 -f /usr/local/libdata/firmware.bin -d /dev/ugen0 & 6) I run the command ppp -background adsl 7) The error is described in the file /var/log/ppp.log: Feb 18 09:54:39 Nereus_teste ppp[2741]: Phase: Using interface: tun0 Feb 18 09:54:39 Nereus_teste ppp[2741]: Phase: deflink: Created in closed state Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set phone <> Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set authname op137649@telepac Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set authkey ******** Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set device !/usr/local/sbin/pppoa2 -vpi 0 -vci 35 -e 1 -d /dev/u gen0 -v 2 Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: accept chap Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set speed sync Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set timeout 0 Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: enable lqr Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set lqrperiod 5 Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set redial 15 10000 Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set dial Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: add default HISADDR Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Command: adsl: enable dns Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: PPP Started (background mode). Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: bundle: Establish Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: closed -> opening Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Connected! Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: opening -> dial Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Chat: deflink: Dial attempt 1 of 10000 Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: dial -> carrier Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: carrier -> login Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: login -> lcp Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: Unknown protocol 0x7075 (unrecognised protocol) Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: read (0): Connection reset by peer Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Disconnected! Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: lcp -> logout Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: logout -> hangup Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Disconnected! Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: Connect time: 0 secs: 63 octets in, 71 octets out Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: 1 packets in, 1 packets out Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: total 134 bytes/sec, peak 0 bytes/sec on Wed Feb 18 09:54:39 2004 Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: HUPing 2744 Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: deflink: hangup -> closed Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: bundle: Dead Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Phase: PPP Terminated (normal). Feb 18 09:54:39 Nereus_teste ppp[2742]: tun0: Chat: Parent notified of failure Feb 18 09:54:39 Nereus_teste ppp[2741]: tun0: Phase: Parent: Child failed (errdead) P.S: I have to use the FreeBSD 4.9, the stable version, so I cannot upgrade or downgrade the SO system. Thanks CG -----Original Message----- From: Wayne Pascoe [mailto:waynep@smtp.penguinpowered.org] On Behalf Of Wayne Pascoe Sent: quinta-feira, 19 de Fevereiro de 2004 15:53 To: Godinho, Carla Cc: freebsd-questions@FreeBSD.ORG; ptbsd@yahoo.com Subject: Re: Alcatel Speedtouch 330 using PPPOE, how can I do it on FreeBSD 4.9? On Thu, Feb 19, 2004 at 12:01:29PM -0000, Godinho, Carla wrote: > Hi, > Is there anyone who has run with success the Modem Alcatel Speedtouch > 330 (USB) using the PPPOE, for FreeBSD 4.9? > Where can I find Alcatel Speedtouch 330 drivers or (ports) for FreeBSD > 4.9 using the PPPOE? > I'm trying to connect this kind of Modem in my system FreeBSD 4.9, but > the only drivers I've found were for pppoa2 and pppoa3, and my ADSL > Provider uses the pppoe. I'm not sure if the 330 is supported, but have you tried http://speedtouch.sourceforge.net/ ?=20 Not sure if that's any good. --=20 Wayne Pascoe God gave you the power - Preacher on the Simpsons Hmm. You'd think he'd wanna... limit my=20 power - Bart