From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#20433: Keyboard not working on laptop with guixSD Date: Sat, 16 Jan 2016 15:43:57 +0100 Message-ID: <87bn8l37pu.fsf@elephly.net> References: <877fknsot2.fsf@gnu.org> <874meh4kx3.fsf@gnu.org> <87egdkbj5k.fsf@tsyesika.se> <87pox4v62m.fsf@gnu.org> <87twmgjm1j.fsf@tsyesika.se> <87egdi36ug.fsf@elephly.net> <87vb6tbpca.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKS6D-0002Bg-V9 for bug-guix@gnu.org; Sat, 16 Jan 2016 09:45:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKS6A-0003TQ-PU for bug-guix@gnu.org; Sat, 16 Jan 2016 09:45:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKS6A-0003TL-Mo for bug-guix@gnu.org; Sat, 16 Jan 2016 09:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aKS6A-0000Ut-Di for bug-guix@gnu.org; Sat, 16 Jan 2016 09:45:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87vb6tbpca.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Jessica Tallon , 20433@debbugs.gnu.org Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> So, using HIDBP is probably wrong and might very well be the cause. >> Looking at the module names again I searched the logs for “usbkbd” and, >> yes, the GuixSD logs contain this line: >> >> usbcore: registered new interface driver usbkbd > > Do you think we should remove usbkbd from (gnu system linux-initrd)? > Is there another module we should load instead? I don’t know why one would want to use “usbkbd” and thus HIDBP. As far as I understand “usbhid” should be sufficient. ~~ Ricardo