From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 21 16:39:23 2016 Received: (at 20433) by debbugs.gnu.org; 21 Jan 2016 21:39:23 +0000 Received: from localhost ([127.0.0.1]:56818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMMws-0006t0-Te for submit@debbugs.gnu.org; Thu, 21 Jan 2016 16:39:23 -0500 Received: from smtp3.openmailbox.org ([62.4.1.37]:33808) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aMMwr-0006so-CB for 20433@debbugs.gnu.org; Thu, 21 Jan 2016 16:39:21 -0500 Received: by mail2.openmailbox.org (Postfix, from userid 1004) id E99AD2AC35D3; Thu, 21 Jan 2016 22:39:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1453412359; bh=VegYt7tYuSNgWCxRa9NXJpV0GwiEEJ9vo9eOh2ED3a4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kiS6Phcbs/FD/4grGuYgF65shDvgqZMznVbsXTmDwuqxrta5fF4AI0A5Mj0zwCsI8 atKSvurFyQ/gS30zYXuBidC40jyaWOqARaimNOZ8dgFKaByvnaXlySitLkk7imqLX3 MjpWZxNt8+sSDID8A8TaA9YAg7KrApcnFoJUyuAs= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on openmailbox-b2 X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=ALL_TRUSTED,BAYES_50, DKIM_ADSP_ALL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from www.openmailbox.org (openmailbox-b1 [10.91.69.218]) by mail2.openmailbox.org (Postfix) with ESMTP id 24F302AC38CC; Thu, 21 Jan 2016 22:39:10 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 21 Jan 2016 15:39:10 -0600 From: rennes@openmailbox.org To: ludo@gnu.org Subject: Re: guixsd on macbook In-Reply-To: <87wpr3uav0.fsf@gnu.org> References: <87wpr3uav0.fsf@gnu.org> Message-ID: <725c99689cfdf2370c2ec12b2d48b436@openmailbox.org> X-Sender: rennes@openmailbox.org User-Agent: Roundcube Webmail/1.0.6 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 20433 Cc: help-guix@gnu.org, 20433@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On 2016-01-20 16:47, ludo@gnu.org wrote: > Hi, > > rennes@openmailbox.org skribis: > >> I've finished installing correctly GuixSD on macbook. There are some >> issue with touchpad. >> >> If anyone has problems with the keyboard when boot guixsd, fix with >> the following commands: >> >> rmmod usbhid >> rmmod usbkbd >> >> or use an external usb keyboard. > > Interesting! We were discussing this at , > and it seems that only ‘usbkbd’ was at fault. > > Could you check if removing ‘usbkbd’ alone is enough? > > I would expect ‘usbhid’ to be required since the internal keyboard > appears to be a USB device. > > Thanks, > Ludo’. Hi Ludo, is correct, removing 'usbkbd'. I only use 'rmmod usbhid' to reload the module of the internal keyboard. i test configuring from the scratch the machine and it´s working: (operating-system (host-name "antelope") (timezone "Europe/Paris") (locale "en_US.UTF-8") (kernel-arguments '("modprobe.blacklist=usbkbd")) ..... if i reconfigure: sudo guix system reconfigure /path/to/configuration.scm is not working. regards