From owner-freebsd-stable@FreeBSD.ORG Sun Jul 30 03:43:55 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 6EE4D16A4DA for ; Sun, 30 Jul 2006 03:43:55 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail19.syd.optusnet.com.au (mail19.syd.optusnet.com.au [211.29.132.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD06943D5D for ; Sun, 30 Jul 2006 03:43:54 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail19.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k6U3hqOG018754 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 30 Jul 2006 13:43:53 +1000 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.6/8.13.6) with ESMTP id k6U3hqPR001134 for ; Sun, 30 Jul 2006 13:43:52 +1000 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.6/8.13.6/Submit) id k6U3hqPr001133 for freebsd-stable@freebsd.org; Sun, 30 Jul 2006 13:43:52 +1000 (EST) (envelope-from peter) Date: Sun, 30 Jul 2006 13:43:52 +1000 From: Peter Jeremy To: freebsd-stable@freebsd.org Message-ID: <20060730034352.GA729@turion.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Subject: 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 03:43:55 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: ESS0004: adding io range 0x250-0x257, size=3D0x8, align=3D0 pnpbios: handle 16 device ID ESS0004 (04007316) ESS1878: adding io range 0x220-0x22f, size=3D0x10, align=3D0 ESS1878: adding io range 0x388-0x38b, size=3D0x4, align=3D0 ESS1878: adding io range 0x330-0x331, size=3D0x2, align=3D0 ESS1878: adding irq mask 0x20 ESS1878: adding dma mask 0x2 ESS1878: adding dma mask 0x20 pnpbios: handle 17 device ID ESS1878 (78187316) =2E.. unknown: failed to probe at port 0x250-0x257 on isa0 sbc0: at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,= 5 on isa0 sbc0: [GIANT-LOCKED] unknown: failed to probe at port 0x3e0-0x3e1 on isa0 Device configuration finished. Note that there's no pcm reported and the only sound-related device is /dev/sndstat. I get the same behaviour if I don't build sound into the kernel and kldload snd_sbc.ko (which autoloads sound.ko). laptop1# sysctl hw.snd.verbose=3D2 hw.snd.verbose: 1 -> 2 laptop1# sysctl hw.snd hw.snd.targetirqrate: 32 hw.snd.report_soft_formats: 1 hw.snd.verbose: 2 hw.snd.unit: 0 hw.snd.maxautovchans: 0 laptop1# cat /dev/sndstat=20 FreeBSD Audio Driver (newpcm) Installed devices: laptop1#=20 I have successfully used sound on a similar laptop with 4.9, where the probes looked like: sbc0: at port 0x220-0x22f,0x388-0x38b,0x330-0x331 irq 5 drq 1,= 5 on isa0 pcm0: on sbc0 I suspect the problem is that sbc0 is not triggering attachment of pcm0 but I'm uncertain why. Does anyone have any suggestions? --=20 Peter Jeremy --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFEzCr4/opHv/APuIcRAi17AJsELAh7+Lk15HIdDRZG2/fFS7JLuwCgto33 jPjbox5wPaQHjKmPF1fquhg= =gSZz -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2--