Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 1999 19:35:17 -0500 (EST)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        zdenko@CS.UH.EDU
Cc:        cjclark@home.com, freebsd-questions@FreeBSD.ORG
Subject:   Re: SoundBlaster Problem
Message-ID:  <199902070035.TAA27928@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <9902070010.AA20329@CS.UH.EDU> from Zdenko Tomasic at "Feb 6, 99 06:10:45 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Zdenko Tomasic wrote,
> try adding 
> 
> controller pnp0
> 
> to your kernel conf file.

Did it, but no luck. The following pops up in dmesg,

Probing for PnP devices:
CSN 1 Vendor ID: CTL0054 [0x54008c0e] Serial 0x081f38bd

But I still get,

Probing for devices on the ISA bus:
.
.
.
sb0 not found at 0x220
sbxvi0 not found
sbmidi0 not found at 0x330

Do I need to change the lines,

device          sb0     at isa? port 0x220 irq 5 drq 1 vector sbintr
device          sbxvi0  at isa? drq 5
device          sbmidi0 at isa? port 0x330

To,

device          sb0     at pnp0 port 0x220 irq 5 drq 1 vector sbintr
device          sbxvi0  at pnp0 drq 5
device          sbmidi0 at pnp0 port 0x330

Or something like that?
-- 
Crist J. Clark                           cjclark@home.com

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?199902070035.TAA27928>