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: [EMAIL PROTECTED]
Nonlinear Systems Ltd. Phone: +44 181 442 9037
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message