Re: Raspberry Pi 4B does not detect devices in USB 3.0
Date: Mon, 14 Feb 2022 13:39:51 UTC
Hi, On Mon, Feb 14, 2022 at 08:40:56PM +0800, Archimedes Gaviola wrote: >On Fri, Dec 24, 2021 at 12:32 PM Archimedes Gaviola < >archimedes.gaviola@gmail.com> wrote: > >> On Fri, Dec 24, 2021 at 10:49 AM Daniel O'Connor <darius@dons.net.au> >> wrote: >>> >>> > On 24 Dec 2021, at 02:25, Archimedes Gaviola < >>> archimedes.gaviola@gmail.com> wrote: >>> > Are you using the boot files that came with 13.0 (dtb, etc)? >>> > >>> > Yes, I am. I have not changed anything that came from 13.0 files, it's >>> all intact since I wrote the image to the microSD card. I might be wrong here - but I seem to recollect that there was some issue with the pi4 and 13.0-RELEASE. I have only ever used snapshots of that branch. If you go to the msdos partition of your installation and run strings on start4.elf, what do you see? I saw this (from the last time installed 13-STABLE) # strings start4.elf | grep VC_BUILD_ID_ VC_BUILD_ID_USER: dom VC_BUILD_ID_TIME: 12:10:40 VC_BUILD_ID_VARIANT: start VC_BUILD_ID_TIME: Feb 25 2021 VC_BUILD_ID_BRANCH: bcm2711_2 VC_BUILD_ID_HOSTNAME: buildbot VC_BUILD_ID_PLATFORM: raspberrypi_linux VC_BUILD_ID_VERSION: 564e5f9b852b23a330b1764bcf0b2d022a20afd0 (clean) -- J.