Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 12:24:14 -0600 (CST)
From:      Ryan Thompson <ryan@sasknow.com>
To:        Alexander Gu <bxgu@seu.edu.cn>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: where can I get the driver of creative AWE64 and 128 in freebsd?
Message-ID:  <Pine.BSF.4.21.0004261220570.81341-100000@ren.sasknow.com>
In-Reply-To: <3906C35B.C2721F66@seu.edu.cn>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Gu wrote to freebsd-questions@FreeBSD.ORG:

> hellO!
> How can I get the driver of creative AWE64 and AWE128 sound blaster
> on freebsd3.x?
> thank you!
> Alex
> 

If you have a PCI card, simply enable:

device	pcm0

.. In your kernel, and config, make depend, make, make install your custom
kernel.  Reboot, cd /dev, ./MAKEDEV pcm1 (or is it snd0, snd1... Can't
remember.  Try 'em all, it can't really hurt :-).  Try running mixer as a
simple diagnostic.

Check the output of dmesg to ensure that it was probed correctly.

If your card is ISA, you will need to specify the port, int and dma
settings in your kernel config.  Look at /usr/src/sys/i386/conf/LINT at
Luigi's sound code for an example.


-- 
  Ryan Thompson <ryan@sasknow.com>
  Systems Administrator, Accounts
  Phone: +1 (306) 664-1161

  SaskNow Technologies     http://www.sasknow.com
  #106-380 3120 8th St E   Saskatoon, SK  S7H 0W2



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004261220570.81341-100000>