Date: Wed, 8 Sep 1999 08:51:45 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Randy Bush <randy@psg.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: PNP problems Message-ID: <Pine.BSF.4.10.9909080851001.2081-100000@salmon.nlsystems.com> In-Reply-To: <m11OSBU-0008G4C@rip.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 7 Sep 1999, Randy Bush wrote: > >> I built and installed a new world today. My last make world > >> was some months ago. > >> It seems that the boot loader has changed. Now, my AWE64 > >> soundcard is not detected anymore. > >> My kernel.config looks like this > >> pnp 1 0 os enable port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 > >> pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > >> This syntax no longer seems to be supported, instead, the following commands > >> may be used: > >> What can I do in order to reenable my soundcard? > > > > Please try using the new pcm driver if you are not already. You should be > > able to do this by having these lines in your kernel config: > > controller pnp0 > > device pcm0 > > Note that you must not have an old-style non-pnp declaration (i.e. device > > pcm0 at isa? ...) since that currently confuses the pnp system. > > i am in a similar position. so i did as you say. > > controller pnp0 # PnP support for ISA > ... > # pcm: Luigi's sound driver > #device pcm0 at isa? port ? irq 5 drq 1 flags 0x0 > device pcm0 > > now, although pcm0 shows up in dmesg, i get > > % xmix > Error opening mixer device /dev/mixer: Device not configured > > and similar whinging. xmix worked before the change. Was the card recognised as pcm1 before? You probably need to go to /dev and type: sh MAKEDEV snd0 -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909080851001.2081-100000>