From owner-freebsd-questions Tue May 12 04:38:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17801 for freebsd-questions-outgoing; Tue, 12 May 1998 04:38:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17774 for ; Tue, 12 May 1998 04:38:01 -0700 (PDT) (envelope-from scott@dcs.qmw.ac.uk) Received: from brunos-sun.dcs.qmw.ac.uk [138.37.88.185]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; id MAA02918; Tue, 12 May 1998 12:35:55 +0100 (BST) Date: Tue, 12 May 1998 12:35:55 +0100 (BST) Message-Id: <199805121135.MAA02918@hotpoint.dcs.qmw.ac.uk> Received: locally by brunos-sun (SMI-8.6/QMW-client-3.2b); poster "scott"; id MAA00694; Tue, 12 May 1998 12:31:33 +0100 From: Scott Mitchell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG CC: Doug White Subject: Re: FreeBSD Modem Compatibility In-Reply-To: <36109171@toto.iv> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug White said: >On Sun, 10 May 1998, Matt Storch wrote: > >> I've tried everything to get PPP working with my SMART Rapid Transit >> K56flex modem. Neither kernel level or user level ppp work. Since it's a >> Plug and Play modem, I was wondering: Does FreeBSD work with PnP modems? >> If so, do you have any suggestions for how to get PPP working, as I've >> tried everything in the online documentation. If not, is support for >> them planned for version 3.0? > >2.2.6 should (may?) pick it up if you rebuild a kernel with > >controller pnp0 > >If it doesn't try to get the device/vendor ID so we can program it in. Even if it isn't picked up automatically you can always configure the IRQ & port using the '-c' option at boot time. Just make sure the config you choose doesn't clash with any of your other serial ports (or any other device for that matter), and that you enable the sio device that you assign it to. Eg, to put the modem on sio2 you might do something like: config> pnp 1 0 enable os irq0 5 port 0x3e8 then make sure sio2 is enabled and the modem *should* be detected. This works for me on a crusty old pre-PnP 486, but YMMV. BTW Doug, if I wanted the modem to be autodetected, where would I put the relevant info? A quick poke through the kernel sources hasn't revealed anything, but I am probably looking in the wrong place. Scott -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0x54B171B9 | like a dried up piece of roast goat" QMW College, London, UK | 0xAA775B8B | -- J. S. Bach. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message