From owner-freebsd-stable Fri Jul 20 3:53:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from quasar.phys.vt.edu (quasar.phys.vt.edu [128.173.176.36]) by hub.freebsd.org (Postfix) with ESMTP id D991737B401 for ; Fri, 20 Jul 2001 03:53:24 -0700 (PDT) (envelope-from sucho2@quasar.phys.vt.edu) Received: from localhost (sucho2@localhost) by quasar.phys.vt.edu (8.11.0/8.11.0) with ESMTP id f6KArJk04875; Fri, 20 Jul 2001 06:53:19 -0400 Date: Fri, 20 Jul 2001 06:53:19 -0400 (EDT) From: Sung Nae Cho To: Erik Sabowski Cc: Subject: Follow up on "Audio on Dell.....Maestro 3 PCI" In-Reply-To: <20010720061746.I48235-100000@sabowski.dhs.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 20 Jul 2001, Erik Sabowski wrote: > I am trying to get audio to work on my dell inspiron 8000. i updated the > sources today. the audio is an ESS maestro 3i. i tried adding 'device pcm' > to the kernel, that didn;t work. then i tried adding 'device pcm0 at isa? > port? irq 5 drq 1 flags 0x15' (as shown in the man audio page) and that > didn;t work. when booting, i get the following message concerning the > card: > > pcib2: at device 30.0 on pci0 > pci2: on pcib2 > pci2: (vendor=0x125d, dev=0x1998) at 3.0 irq 5 > > > thanks for any help > > #airyk > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > From what I heard, FreeBSD's pcm driver doesn't support Maestro 3 due to the fact "too" much of the driver is covered by GNU licence. Therefore, loading it via module is the only way. Besides, I like using modules instead of compiling it in the kernel that way I can load and unload as necessary. GENERIC FreeBSD kernel (kernel out of the box) supports sound when you load the right module for your soundcard. I load modules for much of my system just to make kernel size smaller. For example, I don't see the point for compiling usb scanner in kernel when I use it so rarely. Modules can be loaded from /boot/defaults/loader.conf For safety, copy loader.conf to /boot/loader.conf and only incude overrides in /boot/loader.conf. Of course, you can modify the /boot/defaults/loader.conf directly also. Sung Friday, July 20, 2001. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message