From owner-freebsd-multimedia Sat Jul 6 10:21:10 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0213637B400 for ; Sat, 6 Jul 2002 10:21:08 -0700 (PDT) Received: from puma.icir.org (puma.icir.org [192.150.187.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0BF643E09 for ; Sat, 6 Jul 2002 10:21:08 -0700 (PDT) (envelope-from hodson@puma.icir.org) Received: from puma.icir.org (localhost [127.0.0.1]) by puma.icir.org (8.11.6/8.11.3) with ESMTP id g66HL8C63466; Sat, 6 Jul 2002 10:21:08 -0700 (PDT) (envelope-from hodson@puma.icir.org) Message-Id: <200207061721.g66HL8C63466@puma.icir.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.3 To: Randy Bush Cc: freebsd-multimedia@freebsd.org Subject: Re: ADI 1885 audio support In-Reply-To: Your message of "Fri, 05 Jul 2002 18:31:00 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 06 Jul 2002 10:21:08 -0700 From: Orion Hodson Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org /-- Randy Bush wrote: | >> the intel D850EMV2 mobo has an on-board audio using the ADI 1885. does | >> freebsd -stable support it? i can not find it in HARDWARE.TXT. | > The D850 motherboards have ich2 sound controllers which are supported on | > FreeBSD for playback, recording may still have some limitations. AFAIK, | > the ADI1885 is integrated in the ich series chipsets as the ac97 codec. | | do i use luigi's pcm0 driver? The current driver code is part of Cameron Grant's newpcm architecture. Support for the ich can be had by: adding 'device pcm' to your kernel config and installing the freshly built kernel or: adding 'snd_ich_load="yes"' to /boot/loader.conf. The driver will be loaded at boot time as kernel loadable module. The appropriate device entries need to be made with: # cd /dev # ./MAKEDEV snd0 | and what is the best config for a matrox 450? I don't know the specifics of this card, but to get started, install X 4.2 from ports and then as root run "XFree86 -configure". This should probe the system and generate a usable XF86Config file. If anybody on the list has one of these cards and wants to post their config... Cheers - Orion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message