kern/105169: [panic] cp hangs on copy to a compact flash card

Helmut Schellong var at schellong.biz
Mon Nov 6 20:40:32 UTC 2006


The following reply was made to PR kern/105169; it has been noted by GNATS.

From: Helmut Schellong <var at schellong.biz>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/105169: [panic] cp hangs on copy to a compact flash card
Date: Mon, 06 Nov 2006 21:23:56 +0100

 I recommend to remove the device ehci from kernel.
 
 ehci crashes randomly and blocks the system in various ways.
 Sometimes followed by kernel panic, sometimes without panic.
 
 One time the file BETA3 .iso was copied succesfully.
 The transfer rate was about 2.5 MB/s, not the speed of the flash card (18MB/s).
 
 At further tests the copied size was ~50 MB, of the BETA3 .iso (~415 MB).
 Then crash again:
 
 umass0: BBB reset failed, TIMEOUT
 umass0: BBB bulk-in clear stall failed, TIMEOUT
 umass0: BBB bulk-out clear stall failed, TIMEOUT
 umass0: BBB reset failed, TIMEOUT
 umass0: BBB bulk-in clear stall failed, TIMEOUT
 umass0: BBB bulk-out clear stall failed, TIMEOUT
 umass0: BBB reset failed, TIMEOUT
 umass0: BBB bulk-in clear stall failed, TIMEOUT
 umass0: BBB bulk-out clear stall failed, TIMEOUT
 ...
 
 I have solved this problem by building a kernel
 without device ehci.
 
 Sandisk offers CF cards ExtremeIV with 40 MB/s ...
 uhci runs with 1 MB/s only, but it works fine.


More information about the freebsd-bugs mailing list