From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: bug#20433: guixsd on macbook Date: Thu, 21 Jan 2016 15:39:10 -0600 Message-ID: <725c99689cfdf2370c2ec12b2d48b436__379.402333828871$1453425838$gmane$org@openmailbox.org> References: <87wpr3uav0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMMxa-0008Jt-5R for bug-guix@gnu.org; Thu, 21 Jan 2016 16:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMMxW-00071O-VP for bug-guix@gnu.org; Thu, 21 Jan 2016 16:40:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMMxW-00071E-Ru for bug-guix@gnu.org; Thu, 21 Jan 2016 16:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aMMxW-0006u2-Ht for bug-guix@gnu.org; Thu, 21 Jan 2016 16:40:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wpr3uav0.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: ludo@gnu.org Cc: help-guix@gnu.org, 20433@debbugs.gnu.org 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