From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Pimentel Subject: Re: Microscheme failed Date: Thu, 14 Jul 2016 11:22:09 -0300 Message-ID: <677969efa60aeb2d2b9bfa6669605b7e@d4n1.org> References: <448fd23bfc5b716dadbaf46aac1b85ce@d4n1.org> <87vb0mdj4w.fsf@elephly.net> <87inwlhlgv.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]:37735) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNhWr-00084W-1V for help-guix@gnu.org; Thu, 14 Jul 2016 10:22:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNhWn-0002VE-Q7 for help-guix@gnu.org; Thu, 14 Jul 2016 10:22:16 -0400 In-Reply-To: <87inwlhlgv.fsf@gnu.org> 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: ludo@gnu.org Cc: help-guix@gnu.org >> (define avrispmkii-udev-rule >> (udev-rule "90-avrispmkii.rules" >> "\ >> SUBSYSTEM!=\"usb\", ACTION!=\"add\", GOTO=\"avrisp_end\" >> >> # Atmel Corp. JTAG ICE mkII >> ATTR{idVendor}==\"03eb\", ATTR{idProduct}==\"2103\", MODE=\"660\", >> GROUP=\"dialout\" >> # Atmel Corp. AVRISP mkII >> ATTR{idVendor}==\"03eb\", ATTR{idProduct}==\"2104\", MODE=\"660\", >> GROUP=\"dialout\" >> # Atmel Corp. Dragon >> ATTR{idVendor}==\"03eb\", ATTR{idProduct}==\"2107\", MODE=\"660\", >> GROUP=\"dialout\" >> >> LABEL=\"avrisp_end\"\n")) >> >> (operating-system >> … >> (services (cons* (modify-services %desktop-services >> (udev-service-type config => >> (udev-configuration >> (inherit config) >> (rules (append >> (udev-configuration-rules config) >> (list >> avrispmkii-udev-rule)))))))) >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Should we add this as an optional service or to the default set of udev > rules? > It works. I think a good solution as optional service now. Thanks, Note: Ricardo, I reported avr-toolchain bug in bug-guix. I'll try debug and fix it. -- Daniel Pimentel (aka d4n1)