Date: Wed, 7 Apr 1999 22:41:39 +0930 (CST) From: Gregory Lewis <glewis@dartagnan.maths.adelaide.edu.au> To: gert.maaskant@eds.com (Maaskant, Gert) Cc: freebsd-questions@freebsd.org Subject: Re: PPP problems. Message-ID: <9904071311.AA05431@dartagnan.maths.adelaide.edu.au> In-Reply-To: <F9B04892F625D1118BDC00805FBEAC04F03C75@nlutm001.nl.eds.com> from "Maaskant, Gert" at "Apr 7, 99 09:46:48 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> I hope that some of you can help me with my PPP problem. > > I have connect my modem on the COM2 port (win-95) and it works fine. > When I start FreeBSD with the default GENERIC kernel, it's showed the sio0 > device. > When I start the machine with the self-made kernel (called Margert) it shows > the same output. > > As you can see, I disable the sio1 device in the startup, bud it doesn't > help. Here is your problem. COM2 == sio1, so you've just disabled the port your modem is connected to :). You need to reenable that device and make sure that ppp is trying to talk to the modem on /dev/cuaa1 (this is done in ppp.conf with 'set device /dev/cuaa1'). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 3237 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9904071311.AA05431>