From owner-freebsd-ports@FreeBSD.ORG Wed Nov 24 03:47:12 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E6F816A4CE; Wed, 24 Nov 2004 03:47:12 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id F30F343D5F; Wed, 24 Nov 2004 03:47:09 +0000 (GMT) (envelope-from dantavious@comcast.net) Received: from focus.dantavious.com (pcp04630633pcs.gambrl01.md.comcast.net[68.49.58.89]) by comcast.net (rwcrmhc13) with ESMTP id <2004112403465901500gr5kde>; Wed, 24 Nov 2004 03:46:59 +0000 From: Derrick Edwards To: freebsd-ports@freebsd.org Date: Tue, 23 Nov 2004 22:59:21 -0500 User-Agent: KMail/1.7.1 References: <200411211341.10072.dantavious@comcast.net> <1101126550.41a1db9640e66@netchild.homeip.net> In-Reply-To: <1101126550.41a1db9640e66@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411232259.21973.dantavious@comcast.net> cc: ports@freebsd.org cc: "Alexander@Leidinger.net" Subject: Re: SKYPE Sound Problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 03:47:12 -0000 On Monday 22 November 2004 07:29 am, Alexander@Leidinger.net wrote: Sorry for the delay... I have sound configured configured in my kernel. Sound works perfectly for all other apps. Skype is only program that does not recognize device. Do you or anyone else have it working? Thanks for your assistance. Dantavious > Zitat von Derrick Edwards : > > Hi, > > I am having difficulties get the sound to work with SKYPE. I am using > > FreeBSD 5 Stable. I get the following error from the console when > > starting up skype. > > > > $ skype > > Engine::init invoked. user is > > Sound device is not defined > > > > Would like to know how to get the sound working with this program. All > > help would be greatly appreciated. > > This sounds like you don't have a soundcard configured. Do you have > the sound drivers in the kernel, or do you load them as modules? > > If not, run "kldload /boot/kernel/snd_*" and have a look at /dev/sndstat > to determine which driver is attached to your soundcard (add the driver > to /boot/loader.conf). > > Bye, > Alexander.