* Clarence Donath ([EMAIL PROTECTED]) wrote:
> Does anyone have a Sound Blaster Live (sblive) that they were able to get
> working with Red Hat 6.1?
> 
> I tried sndconfig, and it detects the card, but says it's not supported and
> exits.
> 
> I went to the soundblaster.com web site, and they offer a beta driver for
> kernel 2.2.5, but it will not work with my RH6.1 kernel.  I've tried all
> options given in their README file, but I always get the message "sblive.o was
> compiled for kernel 2.2.5             [FAILED]".

Then compile it yourself =)

> I can't even get the card to work using the regular old Sound Blaster module
> (sb.o).  Perhaps it's completely different technology?

Yep.
 
> Any help/advise is greatly appreciated!

So grab the source from www.opensource.creative.com and compile it
yourself. Works fine for me =)

You'll need the kernel-headers rpm installed, as well as all the usual
compilation ones, such as libc, make, gcc etc.

All I had to do was unzip the source tarball, type
$ make
and copy the newly created emu10k1.o to /lib/modules/`uname -r`/misc

Then I added this line to /etc/conf.modules
alias sound emu10k1

And that was that. The driver is lovely, and sounds just great.

Tom.
-- 
            .-------------------------------------------------------.
    .^.     | Tom Gilbert, England | [EMAIL PROTECTED] |
    /V\     |----------------------| www.tomgilbert.freeserve.co.uk |
   // \\    | Sites I recommend:   `--------------------------------|
  /(   )\   | www.freshmeat.net www.enlightenment.org slashdot.org  |
   ^^-^^    `-------------------------------------------------------'


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to