From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 3BECE1EF92C; Fri, 3 Apr 2015 16:49:18 -0400 (EDT) Received: from mail-yk0-x22a.google.com (mail-yk0-x22a.google.com [IPv6:2607:f8b0:4002:c07::22a]) by befuddled.reisers.ca (Postfix) with ESMTPS id F02FC1EF927 for ; Fri, 3 Apr 2015 16:49:14 -0400 (EDT) Received: by ykeg184 with SMTP id g184so31550213yke.2 for ; Fri, 03 Apr 2015 13:49:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:thread-index :content-language; bh=UYXKP14KGCzcmIRXdAKnD+8nfX1za4Vj8UzfYSbTtSA=; b=jI9S5g0QN1GF4Rp6oGsW4YGwoSltip1LEpZhjgF3iLgnCe7k8QeELk1CNONPjefGLj wdw3YoNQF01L4q//udxkGA8ILo4wMaO/LlWR3yJ2dvYNMMb8LTprpZiRwcNsGdq6unhw qsMSak6qzO1Ft5WAGvcn7P+MUrsFVeqpAGZ3Z36uU1mB+bEGPL3u6hHlrCYBMTyhVT5r ZW76tf98PJQDbKFVuG27ujytXdI5jU2bNkUNXoZqoqsoqr/dnIiKcKPl3fX+TWnuaEz7 qRJ+8jpbeDMqH/ERIn+QzpeCx8KYk9i1linQAooCNHmRKOclkeONlw2oQkzUAK0kUO9k J+pQ== X-Received: by 10.236.27.6 with SMTP id d6mr3953119yha.18.1428094139905; Fri, 03 Apr 2015 13:48:59 -0700 (PDT) Received: from CITESP10R37764 (108-227-229-142.lightspeed.brhmal.sbcglobal.net. [108.227.229.142]) by mx.google.com with ESMTPSA id 21sm7167786yhf.24.2015.04.03.13.48.58 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 03 Apr 2015 13:48:58 -0700 (PDT) Sender: Keith Wessel From: "Keith Wessel" To: "'Speakup is a screen review system for Linux.'" References: <52FA7C03.6070206@math.wisc.edu> In-Reply-To: <52FA7C03.6070206@math.wisc.edu> Subject: RE: playing a tune at startup Date: Fri, 3 Apr 2015 15:48:57 -0500 Message-ID: <004201d06e4f$9c0cf130$d426d390$@wessel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQFzZtEZSQPtFB9Fk5vLJ48w9Zw4Zp310WAQ Content-Language: en-us X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 20:49:19 -0000 John, I'm finally on grub2 and was eager to dive in and make myself a catchy little tune! Sadly, your script gives me a 404. Where did it go??? Keith -----Original Message----- From: Speakup [mailto:speakup-bounces@linux-speakup.org] On Behalf Of John G. Heim Sent: Tuesday, February 11, 2014 1:38 PM To: Speakup is a screen review system for Linux. Subject: playing a tune at startup All, I've written what i think is a handy little utility for testing and experimenting with grub init tunes. To use it, you can do one of three things: 1. Just run the script. In this case, it will read /etc/default/grub and play the current GRUB_INIT_TUNE. 2.Set the GRUB_INIT_TUNE environmental variable to a tune. In this case, it will play your tune. This allows you to try out different tunes. 3. Use one of the tunes I've created. Do this by editing the script and uncommenting the line for the tune you want to try. There are several tunes listed at the top of the script. The script plays the GRUB_INIT_TUNE and then echos it to the console. To save a tune, just redirect the output to your grub default file,: # grub-init-tune >> /etc/default/grub # update-grub To download the script, point a browser here: http://www.iavit.org/~john/grub-init-tune Or: # wget http://www.iavit.org/~john/grub-init-tune # chmod 07555 grub-init-tune _______________________________________________ Speakup mailing list Speakup@linux-speakup.org http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup