From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 19:51:21 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 590E316A429 for ; Wed, 20 Jul 2005 19:51:20 +0000 (GMT) (envelope-from albi@scii.nl) Received: from mail.aseed.antenna.nl (aseed.demon.nl [83.160.138.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF44843D49 for ; Wed, 20 Jul 2005 19:51:19 +0000 (GMT) (envelope-from albi@scii.nl) Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id 842B3154470 for ; Wed, 20 Jul 2005 21:55:09 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 04F7058C606 for ; Wed, 20 Jul 2005 21:51:17 +0200 (CEST) Date: Wed, 20 Jul 2005 21:51:16 +0200 From: "albi@scii.nl" To: freebsd-questions@freebsd.org Message-Id: <20050720215116.7cd18bfb.albi@scii.nl> In-Reply-To: <200507202140.23180.vdm.fbsd@virgilio.it> References: <42DC14FE0000EC76@ims1d.cp.tin.it> <20050720161125.GC94371@dan.emsphone.com> <200507202140.23180.vdm.fbsd@virgilio.it> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: usb mass storage failure X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 19:51:22 -0000 On Wed, 20 Jul 2005 21:40:22 +0200 Vittorio De Martino wrote: > > Try the patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=81846 > > Dan, thank you very much for your valuable suggestion > BUT > being a real novice with freebsd (I have experience of linux) could > you please explain straightforwardly HOW and WHERE I should apply the > patch? looking at the patch, you can do the following : rm /usr/src/sys/cam/scsi/scsi_da.c.o open /usr/src/sys/cam/scsi/scsi_da.c in your fav. editor search for "FL" (with quotes) and add the lines with the + signs in front in between where it is suppose to go (following the above url) another option : copy and paste the proposed patch into a file e.g. called /usr/src/patch1 cd /usr/src patch < patch1