From owner-freebsd-current@FreeBSD.ORG Mon Jan 12 18:49:41 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87377506 for ; Mon, 12 Jan 2015 18:49:41 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04AB69B9 for ; Mon, 12 Jan 2015 18:49:41 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id p9so19169696lbv.0 for ; Mon, 12 Jan 2015 10:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ZQbEz/tunRu/aUpfWcG0vI1M1OvBXYj9s+0vxTs16qk=; b=TN73x5w+J24FAHsuKCoFctvgzxBC8qjNBi/Us27Ja6fWTeSWCGG0lM9kz8w49rrq3O 7dE/DGcAxHUJj8veg6QwGFoOXjmaDLG6Tqov8xURPY30gSZ2/F5+niBBeS+B2RL9PgxO 503mhir/0EUJF8gCNp0bXy0uHiBtIm4W5TXdTynzwibn3PH3M4vqdm0P+bX1iQJALjao GC/+nCXH9Fs0od6xOvlo9IkCGB7K2pMG+FuKbNxg5uFU4UBka8SsT+WugFWBU/j21sx2 8oip3/39uD03tvxQezp4egxKF551L95XG0DpHuQhQASJdq2vU71fhLqHw9riRKo2GGjr WBew== X-Received: by 10.112.167.68 with SMTP id zm4mr38317977lbb.93.1421088579030; Mon, 12 Jan 2015 10:49:39 -0800 (PST) Received: from scorpion.intra ([85.223.253.202]) by mx.google.com with ESMTPSA id r3sm187204lal.37.2015.01.12.10.49.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Jan 2015 10:49:38 -0800 (PST) Message-ID: <54B41747.7070609@gmail.com> Date: Mon, 12 Jan 2015 20:49:43 +0200 From: =?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCf0LDQvdGO0YjQutC40L0=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: FreeBSD Current Subject: Re: USB no proper work References: <520E8602.5050408@gmail.com> In-Reply-To: <520E8602.5050408@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 12 Jan 2015 18:49:41 -0000 Hi! Same problem, usb flash no proper work after detach. dmesg: ugen1.5: at usbus1 umass1: on usbus1 umass1: SCSI over Bulk-Only; quirks = 0x4101 umass1:8:1:-1: Attached to scbus8 da1 at umass-sim1 bus 1 scbus8 target 0 lun 0 da1: Removable Direct Access SCSI-4 device da1: Serial Number 98B2A715 da1: 40.000MB/s transfers da1: 4019MB (8230912 512 byte sectors: 255H 63S/T 512C) da1: quirks=0x2 sgioctl: rejecting cmd 0x40086481 wlan0: link state changed to UP ugen1.5: at usbus1 (disconnected) umass1: at uhub0, port 6, addr 5 (disconnected) da1 at umass-sim1 bus 1 scbus8 target 0 lun 0 da1: s/n 98B2A715 detached 16.08.2013 23: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.