From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Microscheme failed Date: Mon, 04 Jul 2016 10:10:56 +0200 Message-ID: <87inwlhlgv.fsf@gnu.org> References: <448fd23bfc5b716dadbaf46aac1b85ce@d4n1.org> <87vb0mdj4w.fsf@elephly.net> 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]:43815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJyy9-0007gK-0L for help-guix@gnu.org; Mon, 04 Jul 2016 04:11:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJyy3-0003Bo-Sl for help-guix@gnu.org; Mon, 04 Jul 2016 04:11:04 -0400 In-Reply-To: <87vb0mdj4w.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 04 Jul 2016 08:14:55 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: Daniel Pimentel , help-guix@gnu.org Hello! Ricardo Wurmus skribis: > For my AVR programmers I have this in my system configuration: > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > (define avrispmkii-udev-rule > (udev-rule "90-avrispmkii.rules" > "\ > SUBSYSTEM!=3D\"usb\", ACTION!=3D\"add\", GOTO=3D\"avrisp_end\" > > # Atmel Corp. JTAG ICE mkII > ATTR{idVendor}=3D=3D\"03eb\", ATTR{idProduct}=3D=3D\"2103\", MODE=3D\"660= \", GROUP=3D\"dialout\" > # Atmel Corp. AVRISP mkII > ATTR{idVendor}=3D=3D\"03eb\", ATTR{idProduct}=3D=3D\"2104\", MODE=3D\"660= \", GROUP=3D\"dialout\" > # Atmel Corp. Dragon > ATTR{idVendor}=3D=3D\"03eb\", ATTR{idProduct}=3D=3D\"2107\", MODE=3D\"660= \", GROUP=3D\"dialout\" > > LABEL=3D\"avrisp_end\"\n")) > > (operating-system > =E2=80=A6 > (services (cons* (modify-services %desktop-services > (udev-service-type config =3D> > (udev-configuration > (inherit config) > (rules (append (udev-configurati= on-rules config) > (list avrispmkii-= udev-rule)))))))) > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Should we add this as an optional service or to the default set of udev rules? Ludo=E2=80=99.