Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Apr 1999 09:58:01 +0100
From:      Roger Hardiman <roger@cs.strath.ac.uk>
To:        multimedia@freebsd.org
Subject:   Re: mixer device not configured ?
Message-ID:  <37072999.8BE91A5F@cs.strath.ac.uk>

next in thread | raw e-mail | index | archive | help
Stan,

>         sb0 at 0x220 irq 5 drq 1 on isa
>         NOTE! SB Pro support required with your soundcard!
>         snd0: <SoundBlaster Pro 3.2>


Change your kernel config to this
  controller snd0
  device sb0      at isa? port 0x220 irq 5 drq 1
  device sbxvi0   at isa? drq 5
  device opl0     at isa? port 0x388

The sb0 device is the classic sound blaster which as NO mixer support
(the classis sound blaster had a volume control on the back you had to
reach round to)

The sbxvi device is the SB 16 device (and SB Pro). It enables the mixer
functions.
The clue that you needed it was the confusing error message "NOTE! SB
Pro support required with your soundcard!"
Not a very obvious error message.

The SB Pro does not need the secondary DMA channel (drq 5) so perhaps
you can replace
  device sbxvi0   at isa? drq 5
with this
  device sbxvi0   at isa?


Bye
Roger
--
Roger Hardiman
Strathclyde Uni Telepresence Research Group, Glasgow, Scotland.
http://telepresence.dmem.strath.ac.uk      0141 548 2897
roger@cs.strath.ac.uk


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




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