The first thing that you will need to do is make a customized kernenel. So, you will need to do:
cd /sys/i386/conf
if u didn't already have a custom kernel yet now is the time to do it ..
Once you are in the /sys/i386/conf, do the following command :
Where MYKERNEL is, you can name the kernel anything you wish. You just need to be uniform with the name all the way through this process.
cp GENERIC MYKERNEL
now its time to edit the file, so do
vi MYKERNEL , or whatever you named your kernel file.
Next Step :
add your options ranging from options IPFIREWALL -> pcm <<< sound card
Saving the Kernel / Compiling :
save your new kernel then type
config MYKERNEL
cd ../../compile/MYKERNEL
make depend
make
make install
Once you have rebooted without any error messages, you are now ready to reboot the machine, so do a shutdown -r now
Checking to see if Device is Found :
Now that the machine is rebooted, login, and make sure that you are logged in as root. Now do the following :
dmesg | grep pcm
* should output the line of the sound card upton bootup..
how do u know if it works ... no u don't install xmms to see.. just type
/usr/sbin/mixer
This should show you the settings for the card, but you may get an error like.
no such device snd
If so, do :
cd /dev
sh MAKEDEV snd0
now rerun the mixer program..
SOLARIS_s / GhostRdr
Installation of a Sound Blaster Live with 4.x
|
|
|
|
[Home] [FBSD Articles] [Scripts Corner] [Contribute] [Search] [FBSD Links] [Files]
About Us
FreeBSD Articles
*Hardware
*Networking
*Security
*Software
*X Windows
Forums
Defcon1 Forum
Files / Scripts
Newbies Corner
Tech. Talk
Tips and Tricks
FreeBSD Links
Articles in other
Languages :
*French Articles
*Spanish Articles
Want to Help ?
Click Here
Email Users

This site cannot be duplicated without permission
© 1998 - 2008 Defcon1, www.defcon1.org , Copyrights for all materials on this web site are held by the individual authors, artists, photographers or creators. Materials may not be reproduced or otherwise distributed without permission
of www.defcon1.org and the content's original author.