From owner-freebsd-ports@freebsd.org Sun Sep 18 18:46:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40F35BDFF30 for ; Sun, 18 Sep 2016 18:46:18 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A280A91 for ; Sun, 18 Sep 2016 18:46:17 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a57.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) by hapkido.dreamhost.com (Postfix) with ESMTP id 476B891C36 for ; Sat, 17 Sep 2016 23:44:18 -0700 (PDT) Received: from homiemail-a57.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTP id 2B76E600270D for ; Sat, 17 Sep 2016 23:44:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h=to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=menhennitt.com.au; bh=48Sd7TAH5FpW mEhx0+T8tlGHTNc=; b=QplELTDsDs051v/vZfT7arJZa1S+sHJ4u/5yqPjIRFzt kNfXXfd1JKHWEZMxshOiUz7UKVaZBpZ88OkfR+3ICdwcBJh5g+EmkHM2KuWqMw/o b2CYdPpcRGzrRyN2pwRcnG5jnK9NUcX5KjjEk8rqYLAe/WZEc1s017i+OTinxeU= Received: from [203.2.73.68] (c122-107-214-88.mckinn3.vic.optusnet.com.au [122.107.214.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTPSA id AFC076002709 for ; Sat, 17 Sep 2016 23:44:11 -0700 (PDT) To: freebsd-ports@freebsd.org From: Graham Menhennitt Subject: VirtualBox can't attach USB devices Message-ID: Date: Sun, 18 Sep 2016 16:44:09 +1000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 18:46:18 -0000 Hi all, I've been using my Epson scanner in Windows XP under VirtualBox for many years. I recently updated my source and ports to the latest and now I can't access my scanner. In fact I can't seem to attach any USB devices. I've tried creating a filter for it under USB Settings, and I've tried manually connecting it from the Devices->USB menu by clicking its checkbox. In both cases, it doesn't connect. If I try a second time, I get a message: Failed to attach the USB device EPSON Scanner to the virtual machine WinXP. USB device 'EPSON EPSON Scanner' with UUID {aa1eba25-05eb-4aed-8e9f-803807dd3bc4} is busy with a previous request. Please try again later. Result Code: NS_ERROR_INVALID_ARG (0x80070057) Component: HostUSBDeviceWrap Interface: IHostUSBDevice {c19073dd-cc7b-431b-98b2-951fda8eab89} Callee: IConsole {872da645-4a9b-1727-bee2-5585105b9eed} I've waited for an hour in case it was just taking a long time to connect - no joy. This is on FreeBSD 11-Stable (as of today) AMD64, and ports updated as of today. And I build the kmod with the current kernel source in place. Does anybody have any clues, please? Thanks, Graham