From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 12:50:03 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEF14DF3 for ; Sun, 16 Nov 2014 12:50:03 +0000 (UTC) Received: from mail-yh0-f45.google.com (mail-yh0-f45.google.com [209.85.213.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B53192F1 for ; Sun, 16 Nov 2014 12:50:03 +0000 (UTC) Received: by mail-yh0-f45.google.com with SMTP id f10so3258345yha.18 for ; Sun, 16 Nov 2014 04:49:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=9v0gvNoAk/NZjQeAEp6QBleSmhhybcGT5Jf/49GJEqo=; b=j2/VeA+/UVaUJOb/GYt0cX5zd5xRLVPCtqW5v1xe8y9j86JSgqMTzarRIo+mwGrG0H oOApEf+rLv79qawp1cpp/5DztNcci18fKFukshBsspOIAOy1n0m9jUOF+UHut7t2YW1m B9RCCVnQa0lg2IIg99r5JdrmQ4PqI1q7cw5lK9sdKiIuSvx/+RnNE6LSAi4BLJe3F5sX biNLJl/3MxQ/ZMaac0rVN1P8b3EfOGvQBq2vkVfWUmOOqmMht0qR4Ero+IJ3C/7yVo4n d7HSTfoA55qukEnyLsDSGyUR9zHT7isBD0Lo36J6+E9tJAgSqxICSeHScjTGfyfqqfjA 3qfg== X-Gm-Message-State: ALoCoQkxJjsFUOZ8xlrBe/ipwL8vG5hhDEjlAPk84grrkNmkP8sND7qw4YAD5RSTlHBVQqx0uE6P MIME-Version: 1.0 X-Received: by 10.236.32.168 with SMTP id o28mr526601yha.168.1416138839142; Sun, 16 Nov 2014 03:53:59 -0800 (PST) Received: by 10.170.46.203 with HTTP; Sun, 16 Nov 2014 03:53:59 -0800 (PST) X-Originating-IP: [62.165.255.179] In-Reply-To: <5467CEE2.908@banym.de> References: <5467CEE2.908@banym.de> Date: Sun, 16 Nov 2014 12:53:59 +0100 Message-ID: Subject: Re: Changing makeoptions UKBD_DFLT_KEYMAP leads to kernel build fail From: Oliver Pinter To: Dominik Zajac Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 12:50:04 -0000 On 11/15/14, Dominik Zajac wrote: > Hi, > > I am trying to change the default keymap for my keyboard therefore I > added the following options to my kernel configuration which leads to > the error bellow. > > Added options: > > options KBD_INSTALL_CDEV > > options UKBD_DFLT_KEYMAP > > makeoptions UKBD_DFLT_KEYMAP=de.iso > > > I tried it with this, too: > > makeoptions UKBD_DFLT_KEYMAP=german.iso > > > Both leads to the following problem: > > > /usr/src/sys/dev/usb/input/ukbd.c:1209:18: error: use of undeclared > identifier 'key_map' > > sc->sc_keymap = key_map; > > ^ > > /usr/src/sys/dev/usb/input/ukbd.c:1210:18: error: use of undeclared > identifier 'accent_map' > > sc->sc_accmap = accent_map; > > ^ > > 2 errors generated. > > *** Error code 1 Hi! See this ticket: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194744 and the related bugs. > > Is there a dynamic way to change the keyboard layout at boot time to typ > the zfs passphrase on my default keyboardlayout? > > Regards, > > Dominik > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >