From owner-freebsd-multimedia@FreeBSD.ORG Tue Nov 28 04:35:49 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11E0716A47C for ; Tue, 28 Nov 2006 04:35:49 +0000 (UTC) (envelope-from cohika@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2941744CA0 for ; Mon, 27 Nov 2006 23:47:08 +0000 (GMT) (envelope-from cohika@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1203069uge for ; Mon, 27 Nov 2006 15:48:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=FWihsfNncjIGj4GhLQueE1fINcwzHM3dvRPyd+ciGUi27ZvtoCFXQa06kciFDliZEmmEPfypFEcgqwCd8WkslVB3dkU2a5xqFCr6P2gJOXmGaxU+WoqvJvY/Qd72kCQgVXOAZfvzEdQQTdiSiidCVAPhdPL/Ja/6IoKL7LbxAOA= Received: by 10.67.97.7 with SMTP id z7mr362036ugl.1164671291213; Mon, 27 Nov 2006 15:48:11 -0800 (PST) Received: by 10.66.222.6 with HTTP; Mon, 27 Nov 2006 15:48:11 -0800 (PST) Message-ID: <2281fab40611271548n5d9d1861ta8320cef46f9959f@mail.gmail.com> Date: Tue, 28 Nov 2006 00:48:11 +0100 From: "Chris tophe" To: multimedia@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: snd_hda X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 04:35:49 -0000 Hello, I'm writing about snd_hda driver, I saw on http://wikitest.freebsd.org/soundsystem "more reports are welcome". I have a laptop with an "Intel 82801FB ICH6 - High Definition Audio Controller [B-2]" sound card according to Everest. Sound doesn't seem to work with FreeBSD 7.0-CURRENT (i rebuilt world and kernel with latest source today) I have snd_hda_load="YES" in loader.conf here's cat /dev/sndstat : FreeBSD Audio Driver (newpcm: 32bit) Installed devices: pcm0: at memory 0x80000000 irq 16 kld snd_hda [20061111_0034] (1p/1r/1v channels duplex default) It looks good, but in gnome sound preferences, when I test the sound nothing happens, no matter what device I pick. Sound does work with Ubuntu, cat /dev/sndstat looks like this, if that's of any help : Sound Driver:3.8.1a-980706 (ALSA v1.0.12rc1 emulation code) Kernel: Linux ubuntu 2.6.17-10-generic #2 SMP Fri Oct 13 18:45:35 UTC 2006 i686 Config options: 0 Installed drivers: Type 10: ALSA emulation Card config: HDA Intel at 0x80000000 irq 169 saa7133[0] at 0xb4007800 irq 209 Audio devices: 0: ALC880 Analog (DUPLEX) 1: SAA7134 PCM Synth devices: NOT ENABLED IN CONFIG Midi devices: NOT ENABLED IN CONFIG Timers: 31: system timer Mixers: 0: Realtek ALC880 1: SAA7134 Mixer maybe I'm doing something wrong, I'm pretty new to FreeBSD. regards, Christophe