From owner-freebsd-hardware Sat Oct 30 6: 9:31 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id ED2AD14C8C for ; Sat, 30 Oct 1999 06:09:20 -0700 (PDT) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (lxpx83.lx.ehu.es [158.227.99.83]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id PAA20399; Sat, 30 Oct 1999 15:09:07 +0200 (MET DST) Message-ID: <381AEDF2.1A57E202@we.lc.ehu.es> Date: Sat, 30 Oct 1999 15:09:06 +0200 From: "Jose M. Alcaide" Organization: Universidad del =?iso-8859-1?Q?Pa=EDs?= Vasco - Dept. de Electricidad y =?iso-8859-1?Q?Electr=F3nica?= X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.3-RELEASE i386) X-Accept-Language: es-ES, es, en-US, en MIME-Version: 1.0 To: Eric Kozowski Cc: freebsd-hardware@FreeBSD.ORG Subject: Re: problems getting pcm0 to work References: <19991029161215.A19492@schooner.svjava.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Eric Kozowski wrote: > > i'm having problems getting pcm0 to find my sb 64 awe in freebsd 3.3. > > i have the following in my kernel config: > > device pcm0 at isa? port ? tty irq ? drq 1 flags 0x15 > > [SNIP] > > bootup shows: > > Probing for PnP devices: > CSN 1 Vendor ID: CTL00e4 [0xe4008c0e] Serial 0x0029071c Comp ID: PNPb02f [0x2fb0d041] > This is a SB16 PnP, but LDN 0 is disabled > > pcm0 not found > Your machine's BIOS does not initalize the PnP sound card. This is a well known problem with some BIOSes, and there is an easy solution: 1. reboot your system passing the "-c" option to the kernel, in order to enter the kernel configuration mode. 2. type this command: pnp 1 0 os enable port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 3. quit confifuration mode, and check whether your card is now detected. If it is, create a file "/boot/kernel.conf" containing the pnp command shown above, and create another file named "/boot/loader.conf" containing the line userconfig_script_load="YES" In this way, your PnP sound card will be automagically configured every time you boot your system up. Hoping this helps, -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-946013071 ----------------------------------------------------------------------- "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message