From owner-freebsd-questions@FreeBSD.ORG Wed Dec 19 13:25:19 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 2018316A418 for ; Wed, 19 Dec 2007 13:25:19 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id A09FD13C44B for ; Wed, 19 Dec 2007 13:25:18 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-313216.home.otenet.gr [85.72.79.30]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id lBJDPEhr021754; Wed, 19 Dec 2007 15:25:16 +0200 Message-ID: <47691BBA.9060205@otenet.gr> Date: Wed, 19 Dec 2007 15:25:14 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Chris Makepeace References: <51e6c6060712190444i64b34139lab9990dd168a8652@mail.gmail.com> In-Reply-To: <51e6c6060712190444i64b34139lab9990dd168a8652@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 13:25:19 -0000 Chris Makepeace wrote: > I am a Linux distro fiddler who is trying to settle down... > > 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. > > Sound is supposed to come via an integrated Realtek ACL883 chip on the > P965 main board. Realtek themselves have drivers for "Linux (2.4 and > 2.6)" and also "RHEL4 update 4". These are tar.bz files; dare I > inflict them on my new setup? I dread trying to hack them to fit it. > > Most other searches end up with Windows drivers only. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > In short: no don't try it. I don't have an 965P mobo, but my guess is they are using some form of High Definition Audio (azalia) chipset. These usually work with the snd_hda driver, which can be loaded as a module, see instructions here: http://lists.freebsd.org/pipermail/freebsd-questions/2007-August/155261.html I believe PC-BSD has this driver as it is based on 6.2-STABLE (if not you can download the driver from the location mentioned above). Try: cat /dev/sndstat and see if it reports anything. Try loading the driver by hand at the console and see if it reacts (cat /dev/sndstat): kldload snd_hda Also read the specifics on FreeBSD audio driver installation on the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html IIRC, PC-BSD tries to probe all soundcards on startup, so if you have no sound it may well be your card is unsupported.