From owner-freebsd-arm@freebsd.org Sun Sep 30 09:12:17 2018 Return-Path: Delivered-To: freebsd-arm@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 45D3810B97B4 for ; Sun, 30 Sep 2018 09:12:17 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AC1D57AAB9 for ; Sun, 30 Sep 2018 09:12:16 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 2258485b; Sun, 30 Sep 2018 11:12:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=zXdVBjwHogQ3cixsz+kcI0hO1F8=; b=E+HEPFynS1T4dkBtL0GRC+5++Ga7 Hr62p5Asw2Q1OiQhq+K4FSth8SX096mW1Y69Ln3bGXFWQRA0+S0juSDhj2gmxcZG w9/3WrJKSdopB+FXrNFHRHqyle1f5wBFECHdQlrs1aFnKgP0CzFW/uayory/24bF qyVcAoRnEfVFFJo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=N7jOQ3WorZ18x0BUsmcxTUKQZPFKP9ktV/L+nAsikLmHTlRy3nx7JTnI FOGA9myQ8r9HyJL09zA0Lvv9VTOrqb5U7uoL3m5CzNZ1b51HEVWmSOkzbHIp1vb/ NnTqEq2UosbcirqSMISjDDDySMxVJ9TPKB6IyWwKImM/L7hXH+s= Received: from knuckles.blih.net (ip-9.net-89-3-105.rev.numericable.fr [89.3.105.9]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 5463103a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 30 Sep 2018 11:12:09 +0200 (CEST) Date: Sun, 30 Sep 2018 11:12:08 +0200 From: Emmanuel Vadot To: bob prohaska Cc: freebsd-arm@freebsd.org Subject: Re: Timeout poll on interrupt endpoint for RPI3 with keyboard and mouse Message-Id: <20180930111208.5df04f5b7fb336cdfcf2fd74@bidouilliste.com> In-Reply-To: <20180929185213.GA58381@www.zefox.net> References: <20180929185213.GA58381@www.zefox.net> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 09:12:17 -0000 Hi, On Sat, 29 Sep 2018 11:52:13 -0700 bob prohaska wrote: > For the first time in a few months I connected a monitor, Dell keyboard and > mouse to my Pi3, presently running > 12.0-ALPHA7 r338964 GENERIC arm64 > which have all worked well since I got the Pi3 around six months ago. > > With the peripherals connected, the serial console spews > Timeout poll on interrupt endpoint > and does not seem to accept normal inputs, so it isn't > possible to get into the debugger, boot an old kernel > or otherwise try to sort out what's going on. > > disconnecting the monitor had no effect. > Removing the keyboard/mouse restores normal behavior. > > Anybody got a hint what might be wrong? FWIW, this OS/kernel > pair were compiled and installed with neither mouse/keyboard > nor monitor connected. I wouldn't expect that to matter, but... > > Thanks for reading, > > bob prohaska Are you talking about U-Boot or kernel itself ? I don't remember if I tested keyboard in u-boot when I updated it to 2018.09 but it definitly works for me in FreeBSD. I'll try again ALPHA7 to be sure. -- Emmanuel Vadot