Defcon-1-Logo

           [Home]    [FBSD Articles]    [Scripts Corner]    [Contribute]    [Search]    [FBSD Links]    [Files]

About Us

FreeBSD Articles
  *Hardware
  *Networking
  *Security
  *Software
  *X Windows


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 5

Search:
 

 


FreeBSD Search:


 

 

Powered-By-Apache-Logo

Steps for configuring FreeBSD 3.x for
use with a SoundBlaster 128 PCI
(Ensoniq ES1370 based) card

MYKERNEL is your own kernel configuration file. See the FreeBSD Handbook for more information on compiling custom kernels.

cd /usr/src/sys/i386/conf
echo 'device pcm0' MYKERNEL
config -r MYKERNEL
cd ../../compile/MYKERNEL
make depend
make
make install
fastboot /sbin/dmesg | egrep '^(es1|pcm1)' # verify that the card was probed
cd /dev
sh MAKEDEV snd1

Run mixer ( /usr/sbin/mixer ) to adjust the soundcard mixer values which will initially be set to 0.
 

Other Notes :
 add device to your kernel
 device pcm

locate this line in your kernel

device     sn0   at isa? port 0x300 irq 10

change port to 220 and irq 5
compile your kernel
cd /dev
./MAKEDEV snd0
 

Article By: Chrisw

Email Us

ghostrdr@defcon1.org

This site cannot be duplicated without permission

© 1998 - 2010 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.