From owner-freebsd-questions Sat Jun 1 0:57:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 0FE0137B400 for ; Sat, 1 Jun 2002 00:57:26 -0700 (PDT) Received: by foo31-146.visit.se (Postfix, from userid 1001) id 1EE406AB1F; Sat, 1 Jun 2002 09:57:21 +0200 (CEST) Date: Sat, 1 Jun 2002 09:57:20 +0200 From: Martin Karlsson To: Fuzzy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to setup on board audio? Message-ID: <20020601075720.GA407@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Fuzzy , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Fuzzy [2002-06-01 03.36 -0400]: >=20 > chip2: > port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff > irq 12 at device 7.5 on pci0 >=20 > the kernel found the on board audio, but I don't > know what else I need to add to the kernel or define > in /dev to do sound? The handbook is your friend: Basically, you'll want to eiter add 'device pcm' to the kernel, or load it dynamically with kldload(8). If you succeed, the output of 'dmesg | grep pcm' will be _something_ _like_: pcm0: on sbc0 In that case, do the following as root: =20 # cd /dev # sh MAKEDEV snd0 You'll find this outlined at the above URL (if my explanation differs from the handbook, the handbook is right!) :-) HTH --=20 Martin Karlsson _ GPG/PGP public key: 0x9C924660 ASCII ribbon campaign ( ) -against HTML, vCards and X -proprietary attachments in e-mail / \ --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE8+H5fZv+TMpySRmARAkKVAJ43zsYU2SqqbCO5Eql4o8YxvF1+VwCgiV6C ajoluPViD4m26ddt8Y71W+E= =jhlI -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message