From owner-freebsd-questions@freebsd.org Thu May 31 16:15:47 2018 Return-Path: Delivered-To: freebsd-questions@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 8164FEFE74C for ; Thu, 31 May 2018 16:15:47 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from bede.qeng-ho.org (bede.qeng-ho.org [217.155.128.241]) (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 15D2870AB6 for ; Thu, 31 May 2018 16:15:46 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by bede.qeng-ho.org (Postfix) with ESMTP id 8762B10669 for ; Thu, 31 May 2018 17:15:45 +0100 (BST) To: FreeBSD-Questions From: Arthur Chance Subject: Disabling Bluetooth while booting? Message-ID: <373eb1f9-deea-c889-b7de-544692997f8d@qeng-ho.org> Date: Thu, 31 May 2018 17:15:45 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 16:15:47 -0000 I'm trying to install FBSD 11.1 amd64 on a 2015 HP Stream 13 using the memstick image with UEFI booting. It boots OK and starts showing the installer prompt, but then the screen is overwritten by non-stop console messages reading ubt0_intr_read_callback:878 interrupt transfer failed: USB_ERR_IOERROR This is coming out of the ng_ubt code. What are the incantations I need to disable this code? I can't find a device ubt line in the config file, but I presume I need something like ubt_load="NO" in /boot/loader.conf or hint.ubt.0.disabled="1" in /boot/device.hints Or are netgraph related devices different? -- An amusing coincidence: log2(58) = 5.858 (to 0.0003% accuracy).