Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 15:57:10 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Vittorio De Martino <vdm.fbsd@virgilio.it>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: usb mass storage failure
Message-ID:  <20050720205710.GD94371@dan.emsphone.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 20), Vittorio De Martino said:
> Alle 18:11, mercoledì 20 luglio 2005, Dan Nelson ha scritto:
> > In the last episode (Jul 20), vdm.fbsd@virgilio.it said:
> > > Context: freebsd 5.4
> > >
> > > My brand-new usb mp3 reader, even though is seen as a flash disk by
> > > the OS, cannot be used because:
> > >
> > > umass0: vendor 0x10d6 USB 2.0(FS) FLASH DISK, rev 1.10/1.00, addr 2
> > > da0 at umass-sim0 bus 0 target 0 lun 0
> > > da0: <USB2.0 (FS) FLASH DISK 1.00> Removable Direct Access SCSI-0 device
> > > da0: 1.000MB/s transfers
> > > da0: 497MB (1019617 512 byte sectors: 64H 32S/T 497C)
> > > umass0: BBB reset failed, STALLED
> > > umass0: BBB bulk-in clear stall failed, STALLED
> > > umass0: BBB bulk-out clear stall failed, STALLED
> >
> > 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?

Easiest way is to save that PR to a text file, then cd to /usr/src, 
and use the patch command:

cd /tmp
fetch -o 81846 "http://www.freebsd.org/cgi/query-pr.cgi?pr=81846"
cd /usr/src
patch < /tmp/81846

Then rebuild and install a new kernel and reboot.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050720205710.GD94371>