From owner-freebsd-questions@FreeBSD.ORG Wed Dec 19 14:15:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E0AC16A418 for ; Wed, 19 Dec 2007 14:15:42 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id C552A13C4CE for ; Wed, 19 Dec 2007 14:15:41 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1J4yzg-0003yr-Se; Wed, 19 Dec 2007 14:29:52 +0100 Message-ID: <47691C66.6010808@gahr.ch> Date: Wed, 19 Dec 2007 14:28:06 +0100 From: Pietro Cerutti User-Agent: Thunderbird 2.0.0.9 (X11/20071121) MIME-Version: 1.0 To: Chris Makepeace References: <51e6c6060712190444i64b34139lab9990dd168a8652@mail.gmail.com> In-Reply-To: <51e6c6060712190444i64b34139lab9990dd168a8652@mail.gmail.com> X-Enigmail-Version: 0.95.5 OpenPGP: id=9571F78E; url=http://www.gahr.ch/pgp Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig171A7BE8F56E94837DD5FE8F" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel03.rubas-s03.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gahr.ch X-Source: X-Source-Args: X-Source-Dir: Cc: User Questions Subject: Re: Realtek sound driver query X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 14:15:42 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig171A7BE8F56E94837DD5FE8F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Chris Makepeace wrote: > I am a Linux distro fiddler who is trying to settle down... Good idea ;-) >=20 > Just installed PC-BSD and the ".../dev/dsp could not be opened (no > such file or directory)" error appeared. "Mixer cannot be found", > says the little panel icon. >=20 > Sound is supposed to come via an integrated Realtek ACL883 chip on the > P965 main board. I have the same chip, which is supported by the snd_hda driver. If you have access to the kernel sources, you could try the following: # cd /usr/src/sys/modules/sound/driver/hda/ # make && make install # cd /usr/src/sys/modules/sound/sound # make && make install # kldload snd_hda and see whether something appears on your /var/log/messages and the output of `cat /dev/sndstat` Best, --=20 Pietro Cerutti PGP Public Key: http://gahr.ch/pgp --------------enig171A7BE8F56E94837DD5FE8F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHaRxxwMJqmJVx944RCsIaAKDB8CNf4foLCCnD1u+8eddNBBQKfACfShP1 r+2xrBSZJkPX9B6lqUWwQhA= =mbwp -----END PGP SIGNATURE----- --------------enig171A7BE8F56E94837DD5FE8F--