Subject: Re: Alcatel USB ADSL on G4 Cube/NetBSD?
To: None <port-macppc@netbsd.org>
From: David Reid <mail@david-reid.com>
List: port-macppc
Date: 09/05/2001 01:04:46
This is what I see in the error logs (changed my connection so I can copy it
in now :))

Sep  4 17:30:02 cube pppd[1644]: Using interface ppp0
Sep  4 17:30:02 cube pppd[1644]: Connect: ppp0 <--> /dev/ttyp1
Sep  4 17:30:02 cube /netbsd: ppp0 output:ff 03 c0 21 01 02 00 10 02 06 00
00 00 00 05 06 ...!............
Sep  4 17:30:02 cube /netbsd: ppp0 output:10 0a 81 07
....
Sep  4 17:30:32 cube pppd[1644]: LCP: timeout sending Config-Requests
Sep  4 17:30:32 cube pppd[1644]: Connection terminated.

The kernel sees it as follows...

Sep  4 16:31:04 cube /netbsd: uhub2 at uhub0 port 1ugen0 at uhub1 port 1
Sep  4 16:31:04 cube /netbsd: uhub2: Mitsumi Electric Hub in Apple Extended
USB Keyboard, class 9/0, rev 1
.10/1.22, addr 2
Sep  4 16:31:04 cube /netbsd:
Sep  4 16:31:04 cube /netbsd: ugen0: ALCATEL Speed Touch USB, rev 1.10/0.00,
addr 2
Sep  4 16:31:04 cube /netbsd: uhub2: 3 ports with 2 removable, bus powered
Sep  4 16:31:04 cube /netbsd: ukbd0 at uhub2 port 1 configuration 1
interface 0
Sep  4 16:31:04 cube /netbsd: ukbd0: Mitsumi Electric Apple Extended USB
Keyboard, rev 1.10/1.22, addr 3,
iclass 3/1
Sep  4 16:31:04 cube /netbsd: wskbd1 at ukbd0: console keyboard, using
wsdisplay0
Sep  4 16:31:04 cube /netbsd: uhid0 at uhub2 port 1 configuration 1
interface 1
Sep  4 16:31:04 cube /netbsd: uhid0: Mitsumi Electric Apple Extended USB
Keyboard, rev 1.10/1.22, addr 3,
iclass 3/0


The package I built is speedtouch-BSD-06062001.tar.gz as it said this was
the latest that worked with NetBSD...

Has anyone got this working on a Mac under NetBSD? I really don't want to
have to go back to a windoze box just to run my adsl...

david

----- Original Message -----
From: "David Reid" <dreid@jetnet.co.uk>
To: <port-macppc@netbsd.org>
Sent: Tuesday, September 04, 2001 11:51 PM
Subject: Alcatel USB ADSL on G4 Cube/NetBSD?


> Folks,
>
> Installed all the relevant bits, built the correct kernel and the files
from
> the web site.
>
> Modem is seen and when I do a modem_run it all goes well.  It seems happy
(2
> lights on though no-ones home :))
>
> Problem comes when I try and use the pppd call adsl as it never manages to
> connect.  I've tried everyhting I can think of but still nothing.  The
> config I'm using is one I've found in a lot of places on the web and
> everyone else seems to be reporting it works.
>
> Question is have I just got something wrong or am I mad to even try and
get
> this working?  Will it work with macppc?  I'm running -current as of about
a
> week ago if that makes any difference...
>
> Anything I can do to further debug it?  It's annoying not being able to
see
> what's going wrong beyond a cryptic message in /var/log/messages...  What
> seems very strange is that the message is the same whether or not the
modem
> is attached!!!
> Not right for sure :(
>
> david
>
> /etc/ppp/peers/adsl:
> debug
> kdebug 1
> noipdefault
> defaultroute
> pty "/usr/local/bin/pppoa2 -vpi 0 -vci 38"
> sync
> user "myusername@hgx.btinternet.com"
> noauth
> #novjccomp
> noaccomp
> nopcomp
> #nomagic
> noccp
> novj
> #asyncmap 0
> usepeerdns
> holdoff 1
> #persist
> maxfail 0
>
> /etc/ppp/options:
> crtscts
> noipdefault
> usepeerdns
> hide-password
> defaultroute
> persist
> lock
>
>
>