From owner-freebsd-questions Wed Dec 15 20:16: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.converging.net (edtn002029.hs.telusplanet.net [161.184.135.251]) by hub.freebsd.org (Postfix) with ESMTP id B10C6154FF for ; Wed, 15 Dec 1999 20:15:53 -0800 (PST) (envelope-from dtougas@brutus.converging.net) Received: (from dtougas@localhost) by brutus.converging.net (8.9.3/8.9.3) id VAA01396; Wed, 15 Dec 1999 21:18:46 -0700 (MST) (envelope-from dtougas) Date: Wed, 15 Dec 1999 21:18:45 -0700 From: D Tougas To: "Loic Mahe'" Cc: freebsd-questions@freebsd.org Subject: Re: Device wst(0) Message-ID: <19991215211845.A1252@converging.net> References: <38578C47.616BC68C@twam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38578C47.616BC68C@twam.com>; from mahe@twam.com on Wed, Dec 15, 1999 at 01:40:39PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have had an HP Colorado 8Gb working for some time with not much problems (until it died). You need the following entries in your kernel config file: options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device wst0 #IDE Tape Drive Re-build your kernel, reboot, then configure the device: cd /dev ./MAKEDEV wst0 You should now find a new device in /dev called rwst0. That should be all you need to get you going. Let me know if you have any problems. -- Damien Tougas Converging Technology Solutions, Inc. Phone: (780)469-1679 Fax: (780)461-5127 E-mail: dtougas@converging.net http://www.converging.net On Wed, Dec 15, 1999 at 01:40:39PM +0100, Loic Mahe' wrote: > Hello from Toulouse/France, > > Anybody already used a tape drive with device wst (ATAPI Tape drive) ? > For example, an HP Colorado 5Gb ? > > I didn't found any examples through http://www.FreeBSD.org/search/search.html > > Loic (reply by mail, thanks in advance) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message