From owner-freebsd-questions Sat Oct 28 18:43:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from resstor.ndsu.nodak.edu (resstor.ndsu.NoDak.edu [134.129.111.204]) by hub.freebsd.org (Postfix) with ESMTP id 51FD437B479 for ; Sat, 28 Oct 2000 18:43:44 -0700 (PDT) Received: from ndsu.nodak.edu (ndts9.pt01.ndsu.NoDak.edu [134.129.108.229]) by resstor.ndsu.nodak.edu (8.9.3/8.9.3) with ESMTP id UAA16863 for ; Sat, 28 Oct 2000 20:43:41 -0500 Message-ID: <39FB807E.34778B00@ndsu.nodak.edu> Date: Sat, 28 Oct 2000 20:42:22 -0500 From: Jeff Blaufuss X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Re: ppc0: cannot reserve I/O port range References: <39FB478A.4232A6C5@ndsu.nodak.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I managed to figure this out by myself, and for all you having this problem here is the answer (that worked for me) It turns out that the parallel ports I/O port was not defined in the GENERIC kernel config file. All I had to do was go into my BIOS and find out the port that the Parallel port was using and change device ppc0 at isa? irq 7 to device ppc0 at isa? port 0x3bc irq 7 I think that the port the parallel port uses is specific to your computer, so you'll have to find yours out yourself. Jeff Blaufuss wrote: > > I am having problems with my parallel port. When I boot up, I get this > message: > > ppc0: cannot reserve I/O port range > > I have this in my kernel config file (it is from the GENERIC config) > > # Parallel port > device ppc0 at isa? irq 7 > device ppbus # Prallel port bus (required) > device lpt # Printer > #device plip # TCP/IP over parallel > device ppi # Parallel port interface device > #device vpo # Requires scbus and da > > What should I do to fix this? I am running FreeBSD 4.1-RELEASE on an IBM > Intellisation Z Pro 6899-12U (200Mhz PPRO, 64MB RAM, 4.3GB SCSI HD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message