Re: SBLive! Sound card doesn't work

2003-09-26 Thread Eric F Crist
[EMAIL PROTECTED] wrote:

 I am beginner in FreeBSD.
 I had installed FreeBSD 5.1 Release, but I don't here sounds
 I use Creative SBLive! sound card.
 It sound card work successfully in WindowsXP, but in FreeBSD
 My friend sad that I must recompile system But I don't know how I can
 do it.
 Tell me please what I must do know?

I also have this sound card and have been using it successfully for some time 
now.  You need to do the following:

grog# cd /usr/src/sys/i386/conf/
grog# ee GENERIC

scroll all the way to the bottom and add this line:

device  pcm

hit ESC, A, A,

type

grog# config GENERIC
grog# cd ../compile/GENERIC
grog# make dep; make; make install; shutdown -r now

when it's all done, it will reboot the system and you should have sound!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SBLive! Sound card doesn't work

2003-07-19 Thread Denis
I am beginner in FreeBSD.
I had installed FreeBSD 5.1 Release, but I don't here sounds 
I use Creative SBLive! sound card.
It sound card work successfully in WindowsXP, but in FreeBSD
My friend sad that I must recompile system But I don't know how I can do 
it.
Tell me please what I must do know?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SBLive! Sound card doesn't work

2003-07-19 Thread Matthew Graybosch
On Saturday 19 July 2003 02:57 pm, Denis wrote:
 I am beginner in FreeBSD.
 I had installed FreeBSD 5.1 Release, but I don't here sounds
 I use Creative SBLive! sound card.
 It sound card work successfully in WindowsXP, but in FreeBSD
 My friend sad that I must recompile system But I don't know how
 I can do it. Tell me please what I must do know?

The 5.1 kernel doesn't enable sound by default. You just have to 
rebuild the kernel, which you can do by following the instructions on 
this page: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

As long as you're careful it'll go fine. All I had to do was copy the 
generic kernel config file, add a device pcm line to the custom 
config file, and rebuild the kernel using the config file.

It's not hard if you take your time.

-- 
Matthew Graybosch
http://www.starbreaker.net
I am become root, shatterer of kernels.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]