From owner-freebsd-stable@FreeBSD.ORG Wed Jun 13 12:25:10 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 572A6106566C; Wed, 13 Jun 2012 12:25:10 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from mail.tyknet.dk (mail.tyknet.dk [176.9.9.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0CAED8FC08; Wed, 13 Jun 2012 12:25:10 +0000 (UTC) Received: from [IPv6:2a01:3a0:a:90:35e9:e7e6:956f:24dc] (unknown [IPv6:2a01:3a0:a:90:35e9:e7e6:956f:24dc]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tyknet.dk (Postfix) with ESMTPSA id 46B9D978F7; Wed, 13 Jun 2012 14:19:47 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.4.1 mail.tyknet.dk 46B9D978F7 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1339589988; bh=d+H5H9f2eEYyC6SVsvYYv7SZOVfuN/QLA6mK2CfLZao=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=w06Sl3s158qLv/X3PhXOkqmTUreCT463B8ttxEZsmc6zSR2aJ/8eGNY2UFSG/eIqo LjEyjLvf1Ai15l/sac4KlCTaA6+fVV/5YWuHCuGloo0d2APFgEOrETSUYi8rGXXe8m t7RRGnsm3i2P39ogi5Wb4TPjgAPDg9wZ7/k0vAyg= Message-ID: <4FD8855C.9090404@gibfest.dk> Date: Wed, 13 Jun 2012 14:19:40 +0200 From: Thomas Steen Rasmussen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: bug-followup@FreeBSD.org, rsimmons0@gmail.com, stable@freebsd.org X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2012 12:25:10 -0000 Hello, Just to let everyone know that this is still an issue. I am trying to install FreeBSD 9.0 amd64 on a Lenovo X121e and I can't get it to accept the geli passphrase during boot. I've confirmed using kern.geom.eli.visible_passphrase=1 that the passphrase is correct, and the same passphrase is accepted when the system is booted up. I've tried disabling kbdmux in /boot/device.hints like the PR said, but that didn't help. I also tried disabling atkbd and atkbdc without any luck, infact I couldn't type anything at all when disabling those. Any hints or suggestions to what I might try ? I have another 9-stable laptop that mounts a geli volume at boot, no idea why that one works and this new one doesn't. Thanks in advance, /Thomas Steen Rasmussen