Subject: Re: ppp dialup?
To: None <port-sparc64@netbsd.org>
From: Adrian Portelli <adrian.p@bigpond.net.au>
List: port-sparc64
Date: 02/20/2003 17:18:51
Hi,

I played round with this a while ago on my Ultra10 and had exactly the
same problems.  I tested the modem and line under a different OS as
well as NetBSD x86 and they behaved fine.  As soon as I tried it on 
the U10 I kept on getting this "not 8 bit clean" message.

I tried it on a -current system and also on a 1.6 system where I had
back ported the drivers from -current.  Both times I got the same errors.

I chatted to petrov@netbsd.org about this a while ago and had no 
immediate luck.  He asked for some debugs of the PPP connection but 
unfortunately by that stage my U10 was doing something different and I
never got back to him.

Maybe someone could pick it up from here . . . .

Adrian.

On Wed, Feb 19, 2003 at 09:08:04PM -0800, Ian Main wrote:
> On Wed, Feb 19, 2003 at 02:41:56PM -0800, Andrey Petrov wrote:
> > On Wed, Feb 19, 2003 at 10:58:47PM +0100, Martin Husemann wrote:
> > > On Wed, Feb 19, 2003 at 01:40:37PM -0800, Ian Main wrote:
> > > 
> > > > I get the following message at bootup:
> > > > 
> > > > t ebus0 addr 3083f8-3083ff ipl 41: ns16550a, working fifo
> > > > com0: console
> > > > kbd0 at com0 (console input)
> > > > com1 at ebus0 addr 3062f8-3062ff ipl 42: ns16550a, working fifo
> > > > ms0 at com1
> > > 
> > > That's keyboard and mouse, not your (external) serial port.
> > > I'd expect those to show up like this:
> > > 
> > > sab0 at ebus0 addr 400000-40007f ipl 43: rev 3.2
> > > sabtty0 at sab0 port 0: console i/o
> > > sabtty1 at sab0 port 1
> > > 
> > > (Hmm, for some reason GENERIC has this driver commented out in 1.6*, you
> > > probably need to enable it in the kernel config file and build a new kernel)
> > > 
> > 
> > sab driver appeared after 1.6 was branched and so it's only in -current 
> > at the moment. It should be fairly easy to get it working there.
> 
> Yes, I discovered that ;)  So, I've gotten my -current kernel installed
> (but I left the rest of userland for now.. takes a while to build this
>  stuff).  However, now I'm getting errors about the serial link not
> being 8 bit clean - "All received characters had bit 7 set to 0".
> 
> I did a bit of monkeying with stty but couldn't seem to make a
> difference.  I keep having to hook the modem up to my wifes win2k
> box to dial out, so I know it works ;)
> 
> Any ideas on that one?
> 
> Thanks for all your help!
> 
>         Ian