From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 14:00:50 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D430016A4CE for ; Wed, 13 Apr 2005 14:00:50 +0000 (GMT) Received: from f22.mail.ru (f22.mail.ru [194.67.57.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7186B43D39 for ; Wed, 13 Apr 2005 14:00:50 +0000 (GMT) (envelope-from o_sema@mail.ru) Received: from mail by f22.mail.ru with local id 1DLiQD-000Mnz-00 for freebsd-questions@freebsd.org; Wed, 13 Apr 2005 18:00:49 +0400 Received: from [147.32.98.175] by win.mail.ru with HTTP; Wed, 13 Apr 2005 18:00:49 +0400 From: Oleksandr Semenko To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [147.32.98.175] Date: Wed, 13 Apr 2005 18:00:49 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: What sound drive should I use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Oleksandr Semenko List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 14:00:51 -0000 I have problems with sound on FreeBSD 5.3 on KDE 3.3.0. My ASUS P4P800SE motherboard has "ADI AD (Analog Device) 1985 Sound MAX 6-channel CODEC" sound card. I don't know if it is supported. In the list of supported sound drivers I found snd_ad_1816 driver, but it doesn't work with my card. System detects my sound card correctly when I use the "kldload snd_drivers" command: "Analog Device AD1985 Ac 97 Codec". But there is no such driver like snd_ad1985, only snd_ad1816!!! 1. Every time when I use only this "snd_ad1816" driver by typing "kldload snd_ad1816" or adding "snd_ad1816_load="YES"" in /boot/loader.conf file, I have the following message: "Sound server informational message: Error while initializing the sound driver: device /dev/dsp can't be opened (No such file or directory) The sound server will continue, using the null output device." At the same time there is no record in /dev/sndstat file and no /dev/dsp file. 2. There is no such bad message when I load all!!! drivers: "kldload snd_drivers" or add "snd_driver_load="YES"" in /boot/loader.conf file. But still no sound! On the other hand several empty /dev/dsp files appears: dsp0.0;dsp0.1;dspr0.1;dspW0.0;dspW0.1. And the following record appears in /dev/sndstat: "FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xfebff800, 0xfebff400 irq 17 bufsz 16384 kld snd_ich (1p/1r/0v channels duplex default)" I will be appreciate if someone can help me. Regards, Sasha