From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 21:41:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60F66106568C for ; Wed, 8 Oct 2008 21:41:21 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from smtp-3.orange.nl (smtp-3.orange.nl [193.252.22.243]) by mx1.freebsd.org (Postfix) with ESMTP id 220F48FC25 for ; Wed, 8 Oct 2008 21:41:21 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6202.online.nl (SMTP Server) with ESMTP id 24D111C00084 for ; Wed, 8 Oct 2008 23:41:20 +0200 (CEST) Received: from [192.168.2.173] (s5590cf7b.adsl.wanadoo.nl [85.144.207.123]) by mwinf6202.online.nl (SMTP Server) with ESMTP id E76871C00083 for ; Wed, 8 Oct 2008 23:41:19 +0200 (CEST) X-ME-UUID: 20081008214119947.E76871C00083@mwinf6202.online.nl From: Aniruddha To: freebsd-questions@freebsd.org In-Reply-To: <20081008210853.GA97002@melon.esperance-linux.co.uk> References: <1223412136.3966.10.camel@debian> <4463o4qe3c.fsf@be-well.ilk.org> <1223490072.3978.3.camel@debian> <20081008210853.GA97002@melon.esperance-linux.co.uk> Content-Type: text/plain Date: Wed, 08 Oct 2008 23:41:31 +0200 Message-Id: <1223502091.4635.3.camel@debian> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Subject: Re: Can't get soundcard to work 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: Wed, 08 Oct 2008 21:41:21 -0000 Thanks for the help! Here are the answers: > > > > cat dmesg > /dev/dsp > > > >> su: /dev/dsp: Operation not supported > > This is a weird error message. Don't know whether /dev/dsp exists or > not - worth checking. ls /dev/d da0 da2 dcons devstat dsp0.0 dsp1.0 da1 da3 devctl dgdb dsp0.1 dumpdev > I don't know why you seem to have 2 sound cards but I'd have a look at > getting the Intel sound card going. Put: > > snd_hda_load="YES" > > in /boot/loader.conf Done > Reboot & then see what kldstat(8) and mixer(8) tell you. # kldstat Id Refs Address Size Name 1 6 0xc0400000 97c8a8 kernel 2 1 0xc0d7d000 15524 snd_hda.ko 3 2 0xc0d93000 4a62c sound.ko 4 1 0xc0dde000 6a2c4 acpi.ko 5 1 0xc68ea000 10000 ext2fs.ko # mixer Mixer vol is currently set to 100:100 Mixer pcm is currently set to 75:75 > If that looks reasonable have a go at playing an mp3 or wav with > mplayer. Mplayer might give you some debugging output if it doesn't > work. The output from mplayer [AO OSS] audio_setup: Can't open audio device /dev/dsp: Operation not supported -- Regards, Aniruddha