From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: bug#20433: guixsd on macbook Date: Fri, 29 Jan 2016 18:22:53 +0100 Message-ID: <0937a749008ec37bdc867c29abc5ba81__27419.5191487253$1454088261$gmane$org@openmailbox.org> References: <87wpr3uav0.fsf@gnu.org> <725c99689cfdf2370c2ec12b2d48b436@openmailbox.org> <87bn8e1q74.fsf@gmail.com> <9f5c7fc59b529a4497b0b7c76152b9d9@openmailbox.org> <87bn84ydqk.fsf@gmail.com> 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]:43444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPCmD-0001vx-VX for bug-guix@gnu.org; Fri, 29 Jan 2016 12:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPCmA-0002tr-Fg for bug-guix@gnu.org; Fri, 29 Jan 2016 12:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPCmA-0002tn-C5 for bug-guix@gnu.org; Fri, 29 Jan 2016 12:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aPCmA-0003sr-7P for bug-guix@gnu.org; Fri, 29 Jan 2016 12:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87bn84ydqk.fsf@gmail.com> 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: Alex Kost Cc: help-guix@gnu.org, 20433@debbugs.gnu.org On 2016-01-29 09:46, Alex Kost wrote: > 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 ‘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. >>> >>> 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? Thanks Alex, now works!.