Newbie problem with sblive pci

Newbie problem with sblive pci

Post by Re » Thu, 20 Apr 2000 04:00:00



hi,
i have installed freebsd on my pc with a creative sblive pci.
in the handbook documentation i see that for install the sound
i must insert this line:
controller    snd0
device    sbxvi0      at isa? drq 5
device    sbmidi0    at isa? port 0x330

I have insert this line in my kernel, but when i run:
/usr/sbin/config MYKERNEL

appears a list of error about midi and midi_shynt.h

i have mistaken?? how i can do?

 
 
 

Newbie problem with sblive pci

Post by Steve O'Hara Smi » Thu, 20 Apr 2000 04:00:00


: hi,
: i have installed freebsd on my pc with a creative sblive pci.
: in the handbook documentation i see that for install the sound
: i must insert this line:
: controller    snd0
: device    sbxvi0      at isa? drq 5
: device    sbmidi0    at isa? port 0x330

: I have insert this line in my kernel, but when i run:
: /usr/sbin/config MYKERNEL

: appears a list of error about midi and midi_shynt.h

: i have mistaken?? how i can do?

    I rather think you need a device sb0 line with all the t*s (see LINT
for details). You may also try the newer pcm drivers if you are using 4.0.

device pcm
device sbc0

 
 
 

Newbie problem with sblive pci

Post by Harris Kauffma » Sat, 22 Apr 2000 04:00:00


What version of FreeBSD are you using?  The SB Live is only officially
supported in 5.0-current, although it can be made to work in 4.0 (which is
what i use, and I can say from experience the SB Live will work there, but
not "out of the box").


Quote:> hi,
> i have installed freebsd on my pc with a creative sblive pci.
> in the handbook documentation i see that for install the sound
> i must insert this line:
> controller    snd0
> device    sbxvi0      at isa? drq 5
> device    sbmidi0    at isa? port 0x330

> I have insert this line in my kernel, but when i run:
> /usr/sbin/config MYKERNEL

> appears a list of error about midi and midi_shynt.h

> i have mistaken?? how i can do?