sb16 not found with newpcm

1999-09-08 Thread Adam McDougall

I thought I'd try kicking sb0 out of my kernel and try pcm for a change,
but I cannot get it to work with simply "device pcm0". My sb16 is not pnp,
and adding controller pnp0 did not help.  With just device pcm0, the
kernel mentions nothing of pcm at all.  sb0 worked fine with:

controller  snd0
device sb0  at isa? port 0x220 irq 5 drq 1
device sbxvi0   at isa? drq 5 port 0x0
device sbmidi0  at isa? port 0x330
device opl0 at isa? port 0x388

AND pcm does work with:
device  pcm0 at isa? port 0x220 irq 5 drq 1 flags 0x15
as someone else suggested on the list.

pcm0: SoundBlaster 16 4.11 at port 0x220-0x22f irq 5 drq 1 flags 0x15 on
isa0

If dmesg from sb0 would help I could get it..  Anything else I could help
with in making "device pcm0" work without params? or is that pnp only?
Thanks




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: sb16 not found with newpcm

1999-09-08 Thread Maxim Sobolev

Adam McDougall wrote:

 I thought I'd try kicking sb0 out of my kernel and try pcm for a change,
 but I cannot get it to work with simply "device pcm0". My sb16 is not pnp,
 and adding controller pnp0 did not help.  With just device pcm0, the
 kernel mentions nothing of pcm at all.  sb0 worked fine with:

 controller  snd0
 device sb0  at isa? port 0x220 irq 5 drq 1
 device sbxvi0   at isa? drq 5 port 0x0
 device sbmidi0  at isa? port 0x330
 device opl0 at isa? port 0x388

 AND pcm does work with:
 device  pcm0 at isa? port 0x220 irq 5 drq 1 flags 0x15
 as someone else suggested on the list.

 pcm0: SoundBlaster 16 4.11 at port 0x220-0x22f irq 5 drq 1 flags 0x15 on
 isa0

 If dmesg from sb0 would help I could get it..  Anything else I could help
 with in making "device pcm0" work without params? or is that pnp only?

Why you can't be happy with "device  pcm0 at isa? port 0x220 irq 5 drq 1 flags
0x15" if it works?

-Max
--
"We believe in the Power and the Might!"
(Manowar, 1996)

Maxim V. Sobolev, Financial Analyst,
Vega International Capital
Phone: +380-(44)-246-6396
Fax: +380-(44)-220-8715
E-mail: [EMAIL PROTECTED]
ICQ: #42290709





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: sb16 not found with newpcm

1999-09-08 Thread Sheldon Hearn



On Wed, 08 Sep 1999 16:53:37 +0300, Maxim Sobolev wrote:

 Why you can't be happy with "device pcm0 at isa? port 0x220 irq 5 drq
 1 flags 0x15" if it works?

I think Adam's just trying to make sure that he hasn't done something
silly which is preventing him from using a more graceful configuration
than he has to.

He hasn't done anything silly, he does have to specify parameters, but
it wasn't unreasonable to ask.

Ciao,
Sheldon.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: sb16 not found with newpcm

1999-09-08 Thread Jake Burkholder

 pcm0: SoundBlaster 16 4.11 at port 0x220-0x22f irq 5 drq 1 flags 0x15 on
 isa0
 
 If dmesg from sb0 would help I could get it..  Anything else I could help
 with in making "device pcm0" work without params? or is that pnp only?

Yes, that is for pnp-only.
-- 
we are but packets in the internet of life




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message