From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 08:53:14 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 A779D106564A for ; Tue, 8 Apr 2008 08:53:14 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7CE8A8FC12 for ; Tue, 8 Apr 2008 08:53:14 +0000 (UTC) (envelope-from seb.morand@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1497961waf.3 for ; Tue, 08 Apr 2008 01:53:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SSIvAyYyJ/DuXeUYnu/zePdcT8k4yAxqJI6qdJXPlGw=; b=eYqG3ozd9b3grZPZOOtzCyBccFEd11V/8KUI9Q6YopUBJCqK36q1pnvSneLZsg95tFWa7zLFUU3NQm7GIEdGiTp/k5h+r8gq9amNQiQPc9aSlcXK+UQa37ocqbgl324XF2H48aZzGtHKluOak+50662W92cjh/h0Rynv3CbwlCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r9urth0xaVNNHh2Qydn4kV9cKpiXpgs/w2B5F8jl2Q1fJ6qFA9RACZ06YromAOyxoUsdD/7cM9oWUba4fWk3air1GD5s7RCAJtNTISLXbAIUdGAnOsK4sRVvJ4XSExAy2L9FOZDPnN5i5eLw3Zo1ER1f/Id85f5XfQiVloW2Vsc= Received: by 10.114.195.19 with SMTP id s19mr474234waf.57.1207644792985; Tue, 08 Apr 2008 01:53:12 -0700 (PDT) Received: by 10.114.173.14 with HTTP; Tue, 8 Apr 2008 01:53:12 -0700 (PDT) Message-ID: <16d3abd60804080153i59d0770dq7b0645e5bd534d08@mail.gmail.com> Date: Tue, 8 Apr 2008 08:53:12 +0000 From: "=?ISO-8859-1?Q?S=E9bastien_Morand?=" To: freebsd-questions@freebsd.org In-Reply-To: <47F9366F.3030200@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <47F9366F.3030200@gmail.com> Subject: Re: Sound card 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: Tue, 08 Apr 2008 08:53:14 -0000 Hi, I don't really ge an anwser to my own question, but I get a solution to have my sound card working: use OSS and it's automatically detected. My steps: - Remove envy24ht from loader.conf - Install oss (src required) - Enable oss un rc.conf at boot time dsp* devices are created, my sound card is dsp or dsp0. It's working fine and I can manage the sound. S=E9bastien On Sun, Apr 6, 2008 at 8:45 PM, S=E9bastien Morand w= rote: > Hi, > > I have a problem using my soundcard: > I'm not able to hear anything and I can't change the volume : > [20:39:16] root@mellba:~ > Mixer vol is currently set to 75:75 > Mixer treble is currently set to 0:0 > Mixer synth is currently set to 0:0 > Mixer pcm is currently set to 75:75 > Mixer speaker is currently set to 0:0 > Mixer line is currently set to 75:75 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 0:0 > Mixer mix is currently set to 0:0 > Recording source: mic > [20:39:18] root@mellba:~ > # mixer speaker 50:50 > Setting the mixer speaker from 0:0 to 50:50. > mixer: WRITE_MIXER: Device not configured > > Here is my kldstat: > # kldstat > Id Refs Address Size Name > 1 15 0xc0400000 906518 kernel > 2 1 0xc0d07000 a634 reiserfs.ko > 3 1 0xc0d12000 80c8 snd_envy24ht.ko > 4 3 0xc0d1b000 4a5ac sound.ko > 5 2 0xc0d66000 2a58 snd_spicds.ko > 6 1 0xc0d69000 6a32c acpi.ko > 7 1 0xc4c58000 3000 pflog.ko > 8 1 0xc4c5b000 33000 pf.ko > 9 1 0xc4ce1000 22000 linux.ko > 10 1 0xc4d45000 4000 logo_saver.ko > > The sound is correctly detected: > # cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) > Installed devices: > pcm0: at io 0xa000:32,0xa400:128 irq 18 [GIAN= T] > (1p:4v/5r:4v channels duplex default) > [20:40:43] root@mellba:~ > # dmesg | grep pcm0 > pcm0: port 0xa000-0xa01f,0xa400-0xa47f irq 18= at > device 6.0 on pci5 > pcm0: [GIANT-LOCKED] > pcm0: [ITHREAD] > pcm0: system configuration > pcm0: unregister: mixer busy > > I don't understand the mixer busy stuff, and I assume it where my proble= m > is. > I can't unload the module: > kldunload: can't unload file: Device busy > > Hope you will be able to help me > > S=E9bastien >