Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 1998 13:21:43 +0930
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        "Brian W. Buchanan" <brian@smarter.than.nu>
Cc:        freebsd-hardware@FreeBSD.ORG
Subject:   Re: SB AWE64 
Message-ID:  <199808200351.NAA00656@cain.gsoft.com.au>
In-Reply-To: Your message of "Wed, 19 Aug 1998 20:25:15 MST." <Pine.BSF.4.02A.9808192022200.504-100000@smarter.than.nu> 

next in thread | previous in thread | raw e-mail | index | archive | help

> Sound: DMA timed out - IRQ/DRQ config error?
> Any ideas?
Yes :)

My kernel config sound bits look like ->
controller      snd0    
device sb0      at isa? port 0x220 irq 5 drq 1 vector sbintr
device sbxvi0   at isa? drq 5
device sbmidi0  at isa? port 0x330
device opl0     at isa? port 0x388 
device awe0     at isa? port 0x620 

And I also have ->
controller      pnp0

This adds plug and play support

and ->
options         USERCONFIG_BOOT

This  makes the kernel read the /kernel.config file when you boot, and use it 
like you had booted with -c and typed in the contents.

In the file /kernel.config I have ->
USERCONFIG
pnp 1 0 enable os port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5
pnp 1 1 enable os port0 0x200
pnp 1 2 enable os port0 0x620 port1 0xa20 port2 0xe20
quit

Which basically sets the card up how the sound drive expects it. Note the line 
with 'pnp 1 2..' in it. This is for the AWE features, so you can use wave 
table synth :)

---------------------------------------------------------------------
|Daniel O'Connor software and network engineer for Genesis Software |
|http://www.gsoft.com.au                                            |
|The nice thing about standards is that there are so many of them to|
|choose from. -- Andrew Tanenbaum                                   |
---------------------------------------------------------------------



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808200351.NAA00656>