From owner-freebsd-stable@freebsd.org Sun Feb 28 19:03:18 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C80A53D3F0 for ; Sun, 28 Feb 2021 19:03:18 +0000 (UTC) (envelope-from carlj@peak.org) Received: from smtp.email-protect.gosecure.net (smtp.email-protect.gosecure.net [208.80.203.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.email-protect.gosecure.net", Issuer "Thawte RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DpXps2hGzz4jhv for ; Sun, 28 Feb 2021 19:03:17 +0000 (UTC) (envelope-from carlj@peak.org) Received: from envoy14.neonova.net ([137.118.58.100]) by smtp.email-protect.gosecure.net ({f67c29b6-78ba-11eb-865f-37113eb91cb9}) via TCP (outbound) with ESMTP id 20210228190308894_00002501 for ; Sun, 28 Feb 2021 11:03:08 -0800 X-RC-FROM: X-RC-RCPT: Received: from bay.localnet (unknown [199.58.99.76]) (Authenticated sender: carlj@peak.org) by envoy14.neonova.net (Postfix) with ESMTPA id 4DpXpc59xJz9sxV for ; Sun, 28 Feb 2021 14:03:04 -0500 (EST) Received: from carlj by bay.localnet with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lGRLL-0003N0-Np for freebsd-stable@freebsd.org; Sun, 28 Feb 2021 11:03:03 -0800 From: Carl Johnson To: freebsd-stable@freebsd.org Subject: Re: Rasberry Pi 4 has no USB References: <868s786r40.fsf@bay.localnet> <28b199fb-8876-66c3-e75d-9d9e5b0f705b@tundraware.com> Date: Sun, 28 Feb 2021 11:03:03 -0800 In-Reply-To: <28b199fb-8876-66c3-e75d-9d9e5b0f705b@tundraware.com> (Tim Daneliuk's message of "Sun, 28 Feb 2021 11:31:44 -0600") Message-ID: <86wnus582g.fsf@bay.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-MAG-OUTBOUND: greymail.email-protect.gosecure.net@137.118.58.100/32 X-Rspamd-Queue-Id: 4DpXps2hGzz4jhv X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=peak.org; spf=pass (mx1.freebsd.org: domain of carlj@peak.org designates 208.80.203.2 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-3.80 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[208.80.203.2:from]; R_SPF_ALLOW(-0.20)[+ip4:208.80.200.0/21:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[208.80.203.2:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[peak.org,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:208.80.202.0/23, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-stable] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2021 19:03:18 -0000 Tim Daneliuk writes: > On 2/28/21 11:26 AM, Carl Johnson wrote: >> I have an 8GB RPi 4B that I am trying out, but it has no USB response at >> all. That means that I can't use a keyboard or mouse, but I can use a >> serial console and ethernet. I can plug any USB device into any port, >> but there is nothing logged in /var/messages. Running usbconfig as root >> just reports 'No device match or lack of permissions'. Running >> 'dmesg | grep -i usb' reports only the following lines: >> >> usb_nop_xceiv0: on ofwbus0 >> bcm_xhci0: irq 81 at device 0.0 on pci2 >> usb_needs_explore_all: no devclass >> >> Running 'pciconf -lv' shows there is a VL805 USB controller present. I >> tested this with Linux and everything worked properly. This is a new >> computer that I bought only a couple of weeks ago. Does anybody have >> any ideas on what this might be, or what I could do to try to figure it >> out? >> >> Thanks in advance for any ideas. >> > > > Not to belabour the obvious, but have you booted the machine with Linux > to see if USB works there? (Just to avoid the possibility that you > have bad hardware.) I did verify that it works on Linux and everything worked properly there. -- Carl Johnson carlj@peak.org