From owner-freebsd-current Wed Oct 14 19:27:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA15226 for freebsd-current-outgoing; Wed, 14 Oct 1998 19:27:43 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from smtp02.primenet.com (smtp02.primenet.com [206.165.6.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA15217 for ; Wed, 14 Oct 1998 19:27:41 -0700 (PDT) (envelope-from tlambert@usr04.primenet.com) Received: (from daemon@localhost) by smtp02.primenet.com (8.8.8/8.8.8) id TAA25635; Wed, 14 Oct 1998 19:27:24 -0700 (MST) Received: from usr04.primenet.com(206.165.6.204) via SMTP by smtp02.primenet.com, id smtpd025613; Wed Oct 14 19:27:19 1998 Received: (from tlambert@localhost) by usr04.primenet.com (8.8.5/8.8.5) id TAA19874; Wed, 14 Oct 1998 19:27:16 -0700 (MST) From: Terry Lambert Message-Id: <199810150227.TAA19874@usr04.primenet.com> Subject: Re: Novice question To: green@zone.syracuse.NET (Brian Feldman) Date: Thu, 15 Oct 1998 02:27:16 +0000 (GMT) Cc: gseward@jps.net, current@FreeBSD.ORG In-Reply-To: from "Brian Feldman" at Oct 14, 98 10:05:26 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > All I know is that sysinstall (hence the GENERIC kernel too) disk does NOT > have PnP, and I don't see one goddamned reason it shouldn't have PnP in > 3.0-RELEASE! Along with installing ELF bootability. HEAR ME JKH? > > > I am trying to install FreeBSD over a FTP connection, and I have > > been unable to get it to recognise my PnP modem. I set it in the > > kernel configuration at the com port address and IRQ identified by > > BIOS and it is never found. Any ideas? Disable PnP in the BIOS. For all PnP devices for which PnP is enabled in the BIOS, if the device is not in the boot path, the BIOS disables the device. If this does not help, then your modem is probably a "softmodem", which is a modem that relies on the host processor for some aspects of signal processing, whether MNP only, or all the way to actually signal processing the modem signal stream after merely line converting, ADAC'ing the signal, and maybe buffering at a given clock. FreeBSD won't work with modems like this (nor will Linux, nor will nearly any non-MS OS) because it requires drivers from the modem vendor (and said drivers suck your CPU through a hole in the floor). Anyway, if it works with PnP disabled in the BIOS, be sure to add your voice to Brian's (personally, I think FreeBSD should manage PnP hadrware by doing *all* the PnP work, even for PnP cards plugged into machines without PnP BIOS; actually, Windows 95/98 recommends disabling the PnP BIOS on the theory that the OS knows the hardware better than the hardware vendor does. Many times, this is right, e.g., ALR's BIOS does not properly reserve IRQ 12 for the built-in bus mouse). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message