From owner-freebsd-stable@freebsd.org Sun Feb 28 20:40:38 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 C1D1D549729 for ; Sun, 28 Feb 2021 20:40:38 +0000 (UTC) (envelope-from carlj@peak.org) Received: from smtp.email-protect.gosecure.net (smtp.email-protect.gosecure.net [208.80.202.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 4DpZz83mW9z4sCH for ; Sun, 28 Feb 2021 20:40:35 +0000 (UTC) (envelope-from carlj@peak.org) Received: from envoy14.neonova.net ([137.118.58.100]) by smtp.email-protect.gosecure.net ({66aca2d6-78b8-11eb-a216-4527b449efdc}) via TCP (outbound) with ESMTP id 20210228204029970_00002459 for ; Sun, 28 Feb 2021 12:40:29 -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 4DpZyy4sfgz9tH3 for ; Sun, 28 Feb 2021 15:40:26 -0500 (EST) Received: from carlj by bay.localnet with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1lGSrZ-0003Q9-Hd for freebsd-stable@freebsd.org; Sun, 28 Feb 2021 12:40:25 -0800 From: Carl Johnson To: freebsd-stable@freebsd.org Subject: Re: Rasberry Pi 4 has no USB References: <868s786r40.fsf@bay.localnet> <20210228203542.02d8435c12a4da34d59dac71@bidouilliste.com> Date: Sun, 28 Feb 2021 12:40:25 -0800 In-Reply-To: <20210228203542.02d8435c12a4da34d59dac71@bidouilliste.com> (Emmanuel Vadot's message of "Sun, 28 Feb 2021 20:35:42 +0100") Message-ID: <86sg5g53k6.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: 4DpZz83mW9z4sCH 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.202.2 as permitted sender) smtp.mailfrom=carlj@peak.org X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[208.80.202.2:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:208.80.200.0/21]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[208.80.202.2:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; 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 20:40:39 -0000 Emmanuel Vadot writes: > On Sun, 28 Feb 2021 09:26:23 -0800 > 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. >> -- >> Carl Johnson carlj@peak.org >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > Hello, > > This is known, see > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252971#c25 > > I wanted to wait that a tag was created on the rpi-firmware github > repo but it seems that they don't want to so I'll update the port next > week so RC1 will have the updated firmware. > > Cheers, Thank you very much for that! I will test that as soon as it comes out. -- Carl Johnson carlj@peak.org