From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o197OL1u022622 for ; Tue, 9 Feb 2010 02:24:21 -0500 Received: from mx1.redhat.com (ext-mx10.extmail.prod.ext.phx2.redhat.com [10.5.110.14]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o197OGEn001025 for ; Tue, 9 Feb 2010 02:24:16 -0500 Received: from hermes.nyx.net (hermes.nyx.net [206.124.29.24]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o197O1mk024360 for ; Tue, 9 Feb 2010 02:24:01 -0500 Received: from nyx.nyx.net (nyx.nyx.net [206.124.29.1]) by hermes.nyx.net (8.14.3/8.14.3/fnord) with ESMTP id o197O0gd022560 for ; Tue, 9 Feb 2010 00:24:00 -0700 Received: (from btew@localhost) by nyx.nyx.net (8.12.9/8.12.9/Submit) id o197LDoI000657 for blinux-list@redhat.com; Tue, 9 Feb 2010 00:21:13 -0700 (MST) Date: Tue, 9 Feb 2010 00:21:13 -0700 (MST) From: Brian Tew Message-Id: <201002090721.o197LDoI000657@nyx.nyx.net> To: blinux-list@redhat.com Subject: ramblin rec X-Virus-Scanned: clamav-milter 0.95.2 at hermes X-Virus-Status: Clean X-RedHat-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.67 on 10.5.11.17 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.14 X-loop: blinux-list@redhat.com X-BeenThere: blinux-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: Linux for blind general discussion List-Id: Linux for blind general discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 07:24:22 -0000 I finally got the microphone to record using alsa. I want to pass along a tip that may help someone in future. amixer cget numid=1 That command will display everything about the first element on your default sound card. There are 71 such elements on my card. I simply listed them all into a file. Then I had something I could get a handle on. amixer cset numid=1 new-value That command sets element 1 to the new value. I discovered my problem was an element called 'capture source' which was set to phone. I reset it to mic, and now I can harrass the world with my vocalizations. --Brian Tew