From owner-freebsd-current@FreeBSD.ORG Fri Aug 16 20:13:42 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1BF1B895 for ; Fri, 16 Aug 2013 20:13:42 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id CE6CB2EC8 for ; Fri, 16 Aug 2013 20:13:41 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id EA4207A3C1; Fri, 16 Aug 2013 22:13:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id AE7508EEB0E; Fri, 16 Aug 2013 22:13:50 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ZeX56iaAQh1; Fri, 16 Aug 2013 22:13:50 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id EC6BD8EEB0C; Fri, 16 Aug 2013 22:13:49 +0200 (CEST) Message-ID: <520E8842.4020609@bitfrost.no> Date: Fri, 16 Aug 2013 22:14:58 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alexander Panyushkin Subject: Re: USB no proper work References: <520E8602.5050408@gmail.com> In-Reply-To: <520E8602.5050408@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Aug 2013 20:13:42 -0000 On 08/16/13 22:05, Alexander Panyushkin wrote: > uname -a > FreeBSD scorpion.kiev.ua 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r254417M: > Fri Aug 16 21:53:47 EEST 2013 > root@scorpion.kiev.ua:/usr/obj/usr/src/sys/Kernel amd64 > > After first attach USB Flash drive - is good mount. After detach and > attach again, USB Flash drive not detected any more. > If enter "shutdown -r now" system not be rebooting. > > The flash drive silicon-Power16G PMAP does not work at all. > > In build FreeBSD at Jul 28 2013 it's work fine. Hi, Can you show dmesg? Did you try 10-current as of today? --HPS