Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2001 11:25:21 -0400
From:      David Banning <david@skytrackercanada.com>
To:        questions@freebsd.org
Subject:   kernel sound board config problem
Message-ID:  <20010827112521.A399@sympatico.ca>

next in thread | raw e-mail | index | archive | help
I have a problem, configuring a isa sound-blaster card in my kernel.
Originally the settings;

device         pcm0 at isa? irq 10 drq 1 flags 0x0
device         sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15

did the trick. Then I changed the sound card to a PCI type and 
commented out the above and put only

device pcm
# device         pcm0 at isa? irq 10 drq 1 flags 0x0
# device         sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15

which also worked fine. Then I put back i the ISA card, recompiled
the kernel with the original;

# device pcm
device         pcm0 at isa? irq 10 drq 1 flags 0x0
device         sbc0    at isa? port 0x220 irq 5 drq 1 flags 0x15

but it will now not recognize the sound card.
I went to /usr/src and did a make depend, and built another kernel.
Still no go. Any ideas?


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?20010827112521.A399>