From owner-freebsd-hackers@freebsd.org Fri Jan 10 16:15:04 2020 Return-Path: Delivered-To: freebsd-hackers@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 13BEA1EB7AF for ; Fri, 10 Jan 2020 16:15:04 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47vSkH6q12z3HJw for ; Fri, 10 Jan 2020 16:15:03 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id D85C71B20 for ; Fri, 10 Jan 2020 16:15:03 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f45.google.com with SMTP id m14so972808qvl.3 for ; Fri, 10 Jan 2020 08:15:03 -0800 (PST) X-Gm-Message-State: APjAAAXYm+dU6o07g/E2qTMpuv/Uq1gVvKkYsla811Fqg+gT4J3Xf6BD vB7fiXhIf37p+H+cbGGHTv/NQJgLStwqTbnShSk= X-Google-Smtp-Source: APXvYqxMXEsAvFgYu8LUCTikP0ISLsykIKTO8m08F0DqLOLkDY2U28YJ1L+4Ele6vBmO4jc0/74Ot/jCv/+FyXrBEgE= X-Received: by 2002:a0c:fe8d:: with SMTP id d13mr3375475qvs.150.1578672903500; Fri, 10 Jan 2020 08:15:03 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Fri, 10 Jan 2020 10:14:52 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Raspberry PI zero USB - problem To: Wojciech Puchar Cc: FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 16:15:04 -0000 (Resend it to actually go the mailing list; apologies for the dupe) On Fri, Jan 10, 2020 at 8:04 AM Wojciech Puchar wrote: > > i have raspberry Pi ZERO - power over USB and USB on the go, serial > console > everything works except USB. When i attach pendrive to it over USB nothing > happens. While at boot usb is detected, even uhub so everything should > work. > > In the same time pendrive is detected when i try to boot with it inserted. > > > what am i doing wrong. RPi Zero is descriped clearly here: > > https://wiki.freebsd.org/arm/Raspberry%20Pi > > and USB works both device and host. > > is there something that must be set to make it work under FreeBSD? > This is almost certainly the problem that was just fixed in r356564, as pointed out by Hans -- sorry for the breakage. Thanks, Kyle Evans