Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 1999 09:52:19 -0400
From:      Carl Petersen <petersen@aspi.net>
To:        Rick Knebel <rknebel@uplink.net>
Cc:        "questions@FreeBSD.ORG" <questions@FreeBSD.ORG>
Subject:   Re: AWE64 pnp soundcard
Message-ID:  <37ECD393.3EEE3AE2@aspi.net>
References:  <19990925092635.A645@rknebel.uplink.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Rick Knebel wrote:
> 
> Hi,
> 
> I put the following lines in my kernel conf file to get my AWE64 PNP
> soundcard working.
> 
> device sb0      at isa? port 0x220 irq 5 drq 1
> device sbxvi0   at isa? drq 5
> device sbmidi0  at isa? port 0x330
> device awe0     at isa? port 0x620
> device opl0     at isa? port 0x388
> 

In your kernel configuration file you also need:

controller pnp0
controller snd0

In /boot/kernel.conf:

pnp 1 0 os enable irq0 5 drq0 1 drq1 5 port0 0x220 port1 0x330 port2
0x388
pnp 1 1 os disable
pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20
pnp 1 3 os disable

In /boot/loader.conf:

userconfig_script_load="YES"

Make sure the sound device exists in /dev:

cd /dev
sh ./MAKDEV snd0

That should do it!

--Carl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37ECD393.3EEE3AE2>