From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Hofman Subject: Re: simple program for capturing and playing pcm Date: Mon, 26 Jul 2010 10:54:13 +0200 Message-ID: <4C4D4D35.4090206@ivitera.com> References: <4C4D3BFE.6060100@ivitera.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cable.insite.cz (upc-plzen.insite.cz [84.242.100.8]) by alsa0.perex.cz (Postfix) with ESMTP id 67CDE10385E for ; Mon, 26 Jul 2010 10:54:13 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: loody Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org loody napsal(a): > hi: > > 2010/7/26 Pavel Hofman : >> loody napsal(a): >>> Dear all: >>> Is there simple program which can help me to play and capture pcm >>> files from usb speaker and mic? >>> appreciate your help, >>> miloody >> aplay, arecord > I found them in alsa-utility :) > but when I try to configure them, I get following messages: > > checking for form.h... yes > checking for new_panel in -lpanelw... no > configure: error: panelw library not found > > but I list the /usr/lib, I see > $ ls /usr/lib/libpanel* -lht > lrwxrwxrwx 1 root root 27 2009-11-11 07:59 > /usr/lib/libpanel-applet-2.so.0 -> libpanel-applet-2.so.0.2.60 > lrwxrwxrwx 1 root root 16 2009-11-11 07:52 /usr/lib/libpanelw.so.5 -> > libpanelw.so.5.7 > lrwxrwxrwx 1 root root 15 2009-11-11 07:52 /usr/lib/libpanel.so.5 -> > libpanel.so.5.7 > lrwxrwxrwx 1 root root 13 2009-11-11 00:41 /usr/lib/libpanel.so -> > libpanel.so.5 > -rw-r--r-- 1 root root 51K 2009-10-19 22:00 /usr/lib/libpanel-applet-2.so.0.2.60 > -rw-r--r-- 1 root root 19K 2009-10-12 21:12 /usr/lib/libpanel.a > -rw-r--r-- 1 root root 14K 2009-10-12 21:12 /usr/lib/libpanel.so.5.7 > -rw-r--r-- 1 root root 14K 2009-10-12 21:12 /usr/lib/libpanelw.so.5.7 > $ > > did I miss something? > I try to run the aplay/arecord under console and if I guess correctly, > I don't need panelw lib. if so, how could I disable it? > appreciate your help, > miloody > > what is panelw Those are ncurses libs required by alsamixer. Try ./configure --disable-alsamixer --disable-alsaconf That has worked for me, ubuntu 9.10. Pavel.