From owner-freebsd-stable@FreeBSD.ORG Sun Jul 30 07:52:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9E3A16A4DA; Sun, 30 Jul 2006 07:52:34 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1004D43D46; Sun, 30 Jul 2006 07:52:32 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id RAA15040; Sun, 30 Jul 2006 17:52:28 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 30 Jul 2006 17:52:27 +1000 (EST) From: Ian Smith To: Peter Jeremy In-Reply-To: <20060730052645.GA1310@turion.vk2pj.dyndns.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org, Ariff Abdullah Subject: Re: Sound device reported but no devices created 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: Sun, 30 Jul 2006 07:52:35 -0000 On Sun, 30 Jul 2006, Peter Jeremy wrote: > On Sun, 2006-Jul-30 12:10:54 +0800, Ariff Abdullah wrote: > >On Sun, 30 Jul 2006 13:43:52 +1000 > >Peter Jeremy wrote: > >> I've been trying to get sound working on a Compaq Armada 1580 with > >> a recent 6-STABLE. With devices 'sound' and 'snd_sbc' built into > >> the kernel and no hints, I get: > ... > >> I suspect the problem is that sbc0 is not triggering attachment of > >> pcm0 but I'm uncertain why. Does anyone have any suggestions? > >> > >Try to disable ACPI, or edit /usr/src/sys/dev/sound/isa/sbc.c and > >remove acpi module dependency (line 794) > > The system is too old to support ACPI. I've removed the module > dependency anyway with no difference. Peter, I don't know if this is likely helpful or not, but my Compaq is a 1500c with an ESS ES1869, reporting (on 5.4-RELEASE): sbc0: at port 0x330-0x331,0x388-0x38b,0x220-0x22f irq 5 drq 5,1 on isa0 pcm0: on sbc0 I too have in kernel: device sound device snd_sbc # ES1869 (Compaq OEM) but after much headscratching it only finally worked after adding: snd_ess_load="YES" # this fixed it .. bridge driver for ESS to /boot/loader.conf. My soon to be built 5-STABLE kernel will include also 'device snd_ess' directly, and I'm expecting that to work too. HTH, Ian