From owner-freebsd-stable@FreeBSD.ORG Mon Mar 5 00:09:29 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5F3F16A400 for ; Mon, 5 Mar 2007 00:09:29 +0000 (UTC) (envelope-from frzburn@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id 6E53D13C48D for ; Mon, 5 Mar 2007 00:09:29 +0000 (UTC) (envelope-from frzburn@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so1822733nfc for ; Sun, 04 Mar 2007 16:09:28 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=TVuC65NaeMDOCRHz2pDZo3hi+hW8nsB5mVSOO6wZgrFZbxqCOe+Z8Z+sEb9jwry1O34Mzlkew9cSZi2vRHwvm1CSpLXHPRs7U6ixFNi7LjCwwlx6BHhbn6TLzdHvyvA0A1CG9sKzm76uDsPxIhJi0mHTfOn5VQw9AFCB9g3Yjls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VNYm3H9JmRpRLjP+Wb+I8La+jcMPxBKf4nG+uF4yf2UNDiyOG09zOXd3+ViOVE9U6retALLZsNYefjVNqgZ0RRiPjDnlVYSlx62Y+kn9eteCxBDA5XY1WJwc5k4l2DMMsNXDcWNE5G8bAx+4hqcS903ai1t5OTGKxaMi2b0blK0= Received: by 10.82.107.15 with SMTP id f15mr4325346buc.1173053368258; Sun, 04 Mar 2007 16:09:28 -0800 (PST) Received: by 10.82.139.19 with HTTP; Sun, 4 Mar 2007 16:09:28 -0800 (PST) Message-ID: <2942dae0703041609k5d95c53cqf8b75826fd50cf87@mail.gmail.com> Date: Sun, 4 Mar 2007 19:09:28 -0500 From: frzburn To: freebsd-stable@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 Subject: Can't get sound to work! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 00:09:29 -0000 Hi! I'm unable to get my sound card working =( I first tried kldload snd_ich, since I have a ICH7 chip. But there was no ``installed device'' in /dev/sndstat. So I tried kldload snd_driver, as suggested by the handbook, and I didn't get any result. I also loaded sound.ko before loading snd_driver, without success. I got a Dell Inspiron 6400 (e1505). Here's my uname -a: FreeBSD FronzenMind.FrozenLabs 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Sat Mar 3 13:48:11 EST 2007 root@:/usr/obj/usr/src/sys/MYKERNEL amd64 And my pciconf -l -v (truncated): none0@pci0:27:0: class=0x040300 card=0x01bd1028 chip=0x27d88086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82801G (ICH7 Family) High Definition Audio' class = multimedia Thanks! =) frzburn