From owner-freebsd-questions Tue Jun 11 5:58:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 0F5B437B411 for ; Tue, 11 Jun 2002 05:58:37 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-38-98.dsl.chcgil.ameritech.net [68.20.38.98]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5BCwYcL024280; Tue, 11 Jun 2002 07:58:35 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: "Ayman Zarka." , "FreeBSD Questions." Subject: Re: Again Iomega IDE ZIP 250MB. Date: Tue, 11 Jun 2002 07:58:35 -0500 X-Mailer: KMail [version 1.4] References: <20020610202608.77656cde.az@freebsd.identd.net> In-Reply-To: <20020610202608.77656cde.az@freebsd.identd.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206110758.35995.dsyphers@uchicago.edu> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 10 June 2002 10:26 pm, Ayman Zarka. wrote: > #IOMEGA ZIP Drive 250 MB Options: > controller scbus0 # > device da0 # > device vp0 # IOMEGA IDE ZIP Drive 250MB > options VP0_DEBUG # ZIP/ZIP+ debug > > > config: line 267: Obsolete keyword 'controller' found - use 'device' This seems to indicate that your kernel config file is much older than your system. You may want to get everything in sync. However, that's not your main problem. > So I changed it to device it gave: > > Warning: device "vp" is unknown Your main problem seems to be exactly this - vp isn't a known device. The correct name for the device is 'vpo' not 'vp0' (that's the lower-case letter 'O' on the end of the first). When in doubt about device names, check LINT. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message