Bug 23768

Summary: I can't install sound driver in kernel
Product: Base System Reporter: sasha <sasha>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description sasha 2000-12-22 18:00:00 UTC
I have SoundBlaster 16 non-PnP card

I tried this lines:
1.
-----
device pcm
device pcm0 at isa? port 0x220 irq 7 drq 1 flags 0x0
-----
There was no lines about   pcm or my sound card while kernel starting.

I tried differnt IRQ's and port?


2.
-----
device pcm
device sbc0 at isa? port 0x220 irq 7 drq 1 flags 0x15
-----
Next message during kernel start.
-----
sbc0: <Soundblaster 16> at port 0x220-0x22f irq 7 drq 1 flags 0x15 on isa0
sbc0: alloc_resource
device_probe_and_attach: sbc0 attach returned 6
-----

3.
-----
device snd
device sb0 at isa? port 0x220 irq 7 drq 1 flags 0x15
-----
Device is configured, but if I play .WAV or MP3 by mpg123 I hear only a rare crash.


In WINdows card is visible as  SoundBlaster 16, (Pro or AWE32)
ox220   IRQ 7
Comment 1 dd freebsd_committer freebsd_triage 2001-06-10 01:36:39 UTC
State Changed
From-To: open->closed

This is most likely user error.  Please bring it up on freebsd-questions@ 
if you're still having problems.