From owner-freebsd-usb@FreeBSD.ORG Fri Nov 20 09:06:59 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E48C4106566B for ; Fri, 20 Nov 2009 09:06:58 +0000 (UTC) (envelope-from 166162@gmail.com) Received: from mail-vw0-f173.google.com (mail-vw0-f173.google.com [209.85.212.173]) by mx1.freebsd.org (Postfix) with ESMTP id 649918FC19 for ; Fri, 20 Nov 2009 09:06:57 +0000 (UTC) Received: by vws3 with SMTP id 3so855147vws.3 for ; Fri, 20 Nov 2009 01:06:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=FjxkMdoEYNNX0Wesrk010IVumo8mzvll384fpoVQOWQ=; b=KJDkR2R+R+8hK4dQWrwtkTpZeZ8XX8/z1EqjhsTqfBTmYq/I1YUTDiRWyZp6OlJiSz VrFBHc1pGT9n7e2SXx6mTJIYgaa/obA9x/ggR8dhHVAXct+Wg22/kRemB/X2GUzEGExq c4RIGtc6BaY/cFI4jsbjiRHkXu3Iv1weSxOJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=RK+t+dVxLZtjuppAtLbeY6FVZdHFdmEPHQ5d4GM0Hwv7AoN51oYEQ4O2jIlvTDmNHG R2UBxDkmUOCjFZioynmda/zkIDAstEHklHzQSB6k3RBkYmb0Gtl2D4ymsMfIIrcn00kA /SDHP2ZNVghvdLv+mqQQF+9Q3CFfe84VfiaGo= MIME-Version: 1.0 Received: by 10.220.65.200 with SMTP id k8mr1513544vci.56.1258708016699; Fri, 20 Nov 2009 01:06:56 -0800 (PST) In-Reply-To: <4B03FB5E.5070308@icyb.net.ua> References: <4B03FB5E.5070308@icyb.net.ua> Date: Fri, 20 Nov 2009 12:06:56 +0300 Message-ID: From: Travelling Particle <166162@gmail.com> To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: [keyboard] ukbd stops working after filesystems mount at boot time X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 09:06:59 -0000 New symptom, as Greg House would say. It appears that keyboard is not as dead as it looks. If I do shutdown -h, the keyboard suddenly becomes usable: I can hit any key to reboot. However, between the start of the late boot stage and the end of halt the system behaves exactly as if somebody pressed Enter and stick some gum to it to stay that way. > I am booting off USB stick because I have to attach root partition on HDD > > with GELI. It all works fine, I am able to enter passphrase on the > keyboard > > (there's only ukbd keyboard in the kernel at this moment, but I had tried > > with atkbd as well; I have also experimented with or without TEKEN with > no > > difference). After root partition is mounted, system mounts other geli > > partitions on the same hard disk. It is right after the filesystems were > > mounted that the problem starts. The output on console at that moment > starts > > to be interleaved with new lines symbols. After late boot stage > completes, I > > see login prompt on console, but system acts *as if* I had just pressed > > Enter and presents login prompt again and again. The keyboard itself > appears > > to be dead. If I choose to boot single-mode, behavior is the same -- I > see > > multiple shell prompts as if I were hitting Enter repeatedly. I had been > > trying various configurations in the kernel for over 5 days now, and > still > > couldn't make the console work on the system (I can login via network > > though). >