From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 19:28:54 2010 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 383301065674 for ; Thu, 14 Oct 2010 19:28:54 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id EA1E38FC22 for ; Thu, 14 Oct 2010 19:28:53 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtp (envelope-from ) id <1P6TTw-0001sB-F6>; Thu, 14 Oct 2010 21:28:52 +0200 Received: from e178041208.adsl.alicedsl.de ([85.178.41.208] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-questions@freebsd.org with esmtpsa (envelope-from ) id <1P6TTf-0006id-Bq>; Thu, 14 Oct 2010 21:28:52 +0200 Message-ID: <4CB759E3.9050805@mail.zedat.fu-berlin.de> Date: Thu, 14 Oct 2010 21:28:35 +0200 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100918 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.41.208 Subject: no sound with ALC888 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: Thu, 14 Oct 2010 19:28:54 -0000 Running most recent FreeBSD 8.1-STABLE on a P45/ICH10 based ASUS motherboard. There is no sound. dmesg output reports two HDA devices, one located on a Radeon HD4830 graphics board and one located on the ICH10 chipset. Setting hw.snd.default_unit=1 in /etc/sysctl.conf or manually does not solve the problem. 'cat /dev/sndstat' reports this: FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play) pcm1: (play/rec) default pcm2: (play) pcm3: (play) (dmesg output: hdac0: mem 0xfe7fc000-0xfe7fffff irq 17 at device 0.1 on pci1 hdac0: HDA Driver Revision: 20100226_0142 hdac0: [ITHREAD] hdac1: mem 0xfe6f8000-0xfe6fbfff irq 22 at device 27.0 on pci0 hdac1: HDA Driver Revision: 20100226_0142 hdac1: [ITHREAD] hdac0: HDA Codec #0: ATI R6xx HDMI pcm0: at cad 0 nid 1 on hdac0 hdac1: HDA Codec #0: Realtek ALC888 pcm1: at cad 0 nid 1 on hdac1 pcm2: at cad 0 nid 1 on hdac1 pcm3: at cad 0 nid 1 on hdac1 pcm4: at cad 0 nid 1 on hdac1) I tried windows 7 on the box, no problem, sound is all right. VLC on freebsd doesn't do any sound output. When using a legacy PCI sound card (M-Audio Revolution 5.1), sound is present. I do not have any idea what the muting of the device could trigger. Any suggestions? Please email, too, since I'm not subscribing 'questions'. Thanks. Oliver