From owner-freebsd-usb@FreeBSD.ORG Wed Nov 18 12:51:11 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 F33AE106568F for ; Wed, 18 Nov 2009 12:51:10 +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 A78168FC0A for ; Wed, 18 Nov 2009 12:51:10 +0000 (UTC) Received: by vws3 with SMTP id 3so281964vws.3 for ; Wed, 18 Nov 2009 04:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=9ASZWBk1pa4Qi073cIU6YaUDGcuv0tcZN4tNlRxPuQA=; b=rxhVJN2ifX9mTuHz1r1pA4MaJnyxjyroUbDK0IWk6wzjGKBqtv+05H9XaGG1Y/dZtD KRGg1p8sEepsXJ6J3x9kVnAzCn67UXnrVgV0OmyZTjwlHAHls5tIWb8FjcfOsuPhi+7D Gls7W6wrz0UQbPqAQhMYsT9Yc4Z5BdqOIzndw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ka/dGVhxv4MW22w3OiSbtDJMO4165zv09Vf2d3YpVSZ7d++LEN2aTeRdGHViYSkluu JANW/UmXeiwIl7uauy0yLB0VYpGWN+WZMiWG7+lqvTcqkEHiTHWTAEQ3SFLnKzmimSvp p4Cptxv9cL5tUUXXvJAEWHKCrY6eaMqU2M8NI= MIME-Version: 1.0 Received: by 10.220.123.32 with SMTP id n32mr4790866vcr.48.1258547133616; Wed, 18 Nov 2009 04:25:33 -0800 (PST) Date: Wed, 18 Nov 2009 15:25:33 +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: [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: Wed, 18 Nov 2009 12:51:11 -0000 Hello, I am not sure if the problem is with USB, because the same hardware works fine with LiveCD. I will seek help here first, please feel free to redirect me to a better place for advice. The system is 8.0-RC3. 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). The hardware is Nvidea ION-based Acer nettop. It does not come with PS/2 keyboard connector and I cannot test it with any keyboard but USB. The keyboard itself I am using is Acer's standard one, and it works fine with LiveCD. I wonder if GELI might mess the things up, but the geli attachment process goes well, and all filesystems are attached just fine. Thanks a lot for help, Vassiliy