From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#20433: guixsd on macbook Date: Fri, 29 Jan 2016 11:46:43 +0300 Message-ID: <87bn84ydqk.fsf__5074.57524440742$1454057265$gmane$org@gmail.com> References: <87wpr3uav0.fsf@gnu.org> <725c99689cfdf2370c2ec12b2d48b436@openmailbox.org> <87bn8e1q74.fsf@gmail.com> <9f5c7fc59b529a4497b0b7c76152b9d9@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP4hv-0006u9-Pl for bug-guix@gnu.org; Fri, 29 Jan 2016 03:47:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP4hq-00061B-Mc for bug-guix@gnu.org; Fri, 29 Jan 2016 03:47:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP4hq-000617-JD for bug-guix@gnu.org; Fri, 29 Jan 2016 03:47:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aP4hq-0006la-E9 for bug-guix@gnu.org; Fri, 29 Jan 2016 03:47:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <9f5c7fc59b529a4497b0b7c76152b9d9@openmailbox.org> (rennes@openmailbox.org's message of "Fri, 29 Jan 2016 03:32:30 +0100") 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: rennes@openmailbox.org Cc: help-guix@gnu.org, 20433@debbugs.gnu.org rennes@openmailbox.org (2016-01-29 05:32 +0300) wrote: > hi, > > On 2016-01-22 00:13, Alex Kost wrote: >> rennes@openmailbox.org (2016-01-22 00:39 +0300) wrote: >> >>> 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 =E2=80=98usbkbd=E2=80=99 was at fault. >>>> >>>> Could you check if removing =E2=80=98usbkbd=E2=80=99 alone is enough? >>>> >>>> I would expect =E2=80=98usbhid=E2=80=99 to be required since the inter= nal keyboard >>>> appears to be a USB device. >>>> >>>> Thanks, >>>> Ludo=E2=80=99. >>> >>> >>> 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=C2=B4s working: >>> >>> (operating-system >>> (host-name "antelope") >>> (timezone "Europe/Paris") >>> (locale "en_US.UTF-8") >>> (kernel-arguments '("modprobe.blacklist=3Dusbkbd")) >>> ..... >>> >>> >>> if i reconfigure: >>> >>> sudo guix system reconfigure /path/to/configuration.scm >>> >>> is not working. >> >> Did you do "guix pull" before reconfiguring? Support for >> "modprobe.blacklist" arguments was added several days ago, so you need >> to have a recent guix code. > > > apologies for my late reply, i test run "guix pull" before > reconfiguring, and its don`t working. Since a system is configured from root, you also need to run "guix pull" as root. Did you do it, did you just run "guix pull" from your user? --=20 Alex