From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 18:02:06 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC2E316A481 for ; Mon, 24 Sep 2007 18:02:06 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id CD85713C461 for ; Mon, 24 Sep 2007 18:02:06 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IZsGS-0003Qo-7C for questions@freebsd.org; Mon, 24 Sep 2007 11:02:42 -0700 Received: from 71-220-152-241.tcsn.qwest.net ([71.220.152.241] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IZsGK-0003QU-Oo; Mon, 24 Sep 2007 11:02:28 -0700 Message-ID: <46F7FB85.705@math.arizona.edu> Date: Mon, 24 Sep 2007 11:01:41 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (X11/20070916) MIME-Version: 1.0 To: Rem P Roberti , questions@freebsd.org References: <46F7EB8A.4090703@comcast.net> In-Reply-To: <46F7EB8A.4090703@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Submission-Client-IP-RBL-Warning: Submission client IP is listed at combined.njabl.org (127.0.0.3); see Dynamic/Residential IP range listed by NJABL dynablock - http://njabl.org/dynablock.html X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: Skype problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 18:02:07 -0000 Rem P Roberti wrote: > Just installed Skype on my FreeBSD 6.2 system and I can receive and > chat, but I can't transmit. Any ideas on why the mike won't function? Audio card is not configured properly. Skype has noting to do with it as it would work out of box if the hardware is configured properly. Check your recording device, mixer level and similar. You also have to give permission permissions by editing /etc/devfs.conf perm /dev/dsp* 0666 (dsp stands for synthetic sound) and probably the next one would not hurt perm /dev/pci* 0666 It would help if you tell us your set up (which audio card you use, which driver and so on before somebody can say something more). > > TIA, > > Rem > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"