From owner-freebsd-stable@freebsd.org Mon May 14 14:35:59 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8781EDF0470 for ; Mon, 14 May 2018 14:35:59 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1334A6A351 for ; Mon, 14 May 2018 14:35:59 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id C33BADF046D; Mon, 14 May 2018 14:35:58 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1CE1DF046B for ; Mon, 14 May 2018 14:35:58 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 555DC6A34E for ; Mon, 14 May 2018 14:35:58 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id D79E03B356; Mon, 14 May 2018 16:35:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rzd3gBM2oJ0q; Mon, 14 May 2018 16:35:48 +0200 (CEST) Received: from [192.168.101.70] (vpn.ecoracks.nl [176.74.240.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 3FCD73B355 for ; Mon, 14 May 2018 16:35:48 +0200 (CEST) To: "stable@freebsd.org" From: Willem Jan Withagen Subject: USB GSM still in trouble after upgrade to 11.1-RELEASE-p10 Openpgp: preference=signencrypt Message-ID: <8342b761-b052-4cc9-1bc6-f708d113efd7@digiware.nl> Date: Mon, 14 May 2018 16:35:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 14:35:59 -0000 Hi, Yesterday evening I upgraded a system to 11.1-RELEASE-p10. But that sort of upset my GSM-dongle I use for alarming. And it did not do that before the upgrade, where I was running -p9. This is what I find repeated at rather high frequency in the logs: +ugen1.3: at usbus1 +u3g0 on uhub3 +u3g0: on usbus1 +u3g0: Found 2 ports. +umass0 on uhub3 +umass0: on usbus1 +umass0: SCSI over Bulk-Only; quirks = 0x0000 +umass0:3:0: Attached to scbus3 +(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 +(probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error +(probe0:umass-sim0:0:0:0): Retrying command +(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 +(probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error +(probe0:umass-sim0:0:0:0): Retrying command +(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 +(probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error +(probe0:umass-sim0:0:0:0): Retrying command +(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 +(probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error +(probe0:umass-sim0:0:0:0): Retrying command +(probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00 +(probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error +(probe0:umass-sim0:0:0:0): Error 5, Retries exhausted +ugen1.3: at usbus1 (disconnected) +u3g0: at uhub3, port 2, addr 3 (disconnected) +u3g0: detached +umass0: at uhub3, port 2, addr 3 (disconnected) +umass0: detached So when I get home, I'm going to pull the stick. But what could be going on here? --WjW