From owner-freebsd-multimedia@FreeBSD.ORG Tue Apr 21 10:00:55 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DCA8106564A for ; Tue, 21 Apr 2009 10:00:55 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from gate.criticalsoftware.com (gate.criticalsoftware.com [212.13.37.242]) by mx1.freebsd.org (Postfix) with ESMTP id 58D658FC0A for ; Tue, 21 Apr 2009 10:00:55 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from [192.168.1.139] (unknown [192.168.1.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.criticalsoftware.com (Postfix) with ESMTP id 02D67228518; Tue, 21 Apr 2009 10:41:54 +0100 (WEST) Message-ID: <49ED94AC.7060706@gmail.com> Date: Tue, 21 Apr 2009 10:41:00 +0100 From: Ricardo Jesus User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Alexander Motin References: <1240269789.00102640.1240259402@10.7.7.3> <49ED5CF2.6000204@mavhome.dp.ua> In-Reply-To: <49ED5CF2.6000204@mavhome.dp.ua> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: Not working sound on HP 2133 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ricardo.m.jesus@criticalsoftware.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2009 10:00:55 -0000 Alexander Motin wrote: > Alex Keda wrote: >> hdac0@pci0:128:1:0: class=0x040300 card=0x3030103c chip=0x32881106 >> rev=0x10 hdr=0x00 >> vendor = 'VIA Technologies Inc' >> device = '??? VIA VT8251/8237A High Definition Audio Controller >> - HDA Codec Realtek ALC660' >> class = multimedia >> subclass = HDA >> >> all detected, but - no sound =(( > > Without verbose messages it is impossible to say anything. > The snd_via8233 driver supports the VIA VT8237 and VIA VT8251 audio chipstes. To load the driver as a module at boot time, place the following line in /boot/loader.conf: snd_via8233_load="YES" Have a look at the drivers man page: man snd_via8233.