Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 1998 07:40:50 -0500 (CDT)
From:      Conrad Sabatier <conrads@neosoft.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: sound card problem
Message-ID:  <XFMail.981016074050.conrads@neosoft.com>
In-Reply-To: <Pine.BSF.4.05.9810152115520.19127-100000@s8-37-26.student.washington.edu>

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

On 16-Oct-98 Jason C. Wells wrote:
> On Thu, 15 Oct 1998, Steve wrote:
>>
>>so finally then I tried this line:
>>
>>    device sb0 at isa? port 0x220 irq 5 drq 5 vector sbintr
>>
>>using the 'sb0' device seems to work. It detects 'Sound Blaster 16'
>>during the boot sequence, and continues with drive mounting, etc.
>>however, when I try to execute an application that uses the sound card
>>('MPG123') it returns the following error:
>>
>>    DMA timed out. IRQ/DRQ conflict?
> 
>>    device sb0 at isa? port 0x220 irq 5 drq 5 vector sbintr
> 
> Don't forget...
> 
> options "SBC_IRQ=5"
> 
> Also, I would try "drq 1" instead of 5.

You'll also want to configure the OPL device:

device          opl0    at isa? port 0x388

Also, make sure the devices in /dev are present:

cd /dev
./MAKEDEV snd0
 
-- 
Conrad Sabatier

Next to being shot at and missed, nothing is really quite as satisfying
as an income tax refund.
                -- F. J. Raymond



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?XFMail.981016074050.conrads>