Re: [expert] Sound Blaster Live!

2000-12-05 Thread Stephen Boulet

I just downloaded the emu10k1 source too and got the same result. I would 
appreciate it if anyone could say what's going on with this.

-- Stephen

> > Hello Everyone.
>
> After running Mandrake 7.2 for weeks i decided i wanted to try some of the
> newer SBlive drivers on the opensource.creative.com ftp.  I downloaded the
> latest snapshot from the creative ftp, extracted them, then i typed the
> make clean, make depend, make commands.  But on the make command i recieved
> this error.
>
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-rame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486
> -malign-loop=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE
> -DMODVERSIONS -includ /usr/src/linux/include/linux/modversions.h -I2.2/  
> -c -o audio.o audio.c
> In file included from hwaccess.h:40,
>  from audio.c:45:
> 2.2/emu_wrapper.h:74: warning: `pci_resource_len' redefined
> /usr/src/linux/include/linux/modules/pcisyms.ver:48: warning: this is the
> locaton of the previous definition
> In file included from hwaccess.h:40,
>  from audio.c:45:
> 2.2/emu_wrapper.h:19: redefinition of `wait_queue_head_t'
> /usr/src/linux/include/linux/wait.h:19: `wait_queue_head_t' previously
> declaredhere
> 2.2/emu_wrapper.h:26: redefinition of `list_add_tail'
> /usr/src/linux/include/linux/list.h:57: `list_add_tail' previously defined
> here2.2/emu_wrapper.h:30: redefinition of `dma_addr_t'
> /usr/src/linux/include/asm/types.h:44: `dma_addr_t' previously declared
> here make: *** [audio.o] Error 1
>
> On mandrake 7.0 and 7.1 i could compile any snapshot on the ftp but now it
> seems i cannot compile anything for my sound blaster and i would really
> like to have the updated drivers.  Does anyone know how to fix this or have
> any advice on how to get the code to compile?
> Thanks In advance.
>
> h3x



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



[expert] Sound Blaster Live!

2000-12-05 Thread Jason Givens

Hello Everyone.

After running Mandrake 7.2 for weeks i decided i wanted to try some of the 
newer SBlive drivers on the opensource.creative.com ftp.  I downloaded the 
latest snapshot from the creative ftp, extracted them, then i typed the make 
clean, make depend, make commands.  But on the make command i recieved this 
error. 

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-rame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 
-malign-loop=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE 
-DMODVERSIONS -includ /usr/src/linux/include/linux/modversions.h -I2.2/   -c 
-o audio.o audio.c
In file included from hwaccess.h:40,
 from audio.c:45:
2.2/emu_wrapper.h:74: warning: `pci_resource_len' redefined
/usr/src/linux/include/linux/modules/pcisyms.ver:48: warning: this is the 
locaton of the previous definition
In file included from hwaccess.h:40,
 from audio.c:45:
2.2/emu_wrapper.h:19: redefinition of `wait_queue_head_t'
/usr/src/linux/include/linux/wait.h:19: `wait_queue_head_t' previously 
declaredhere
2.2/emu_wrapper.h:26: redefinition of `list_add_tail'
/usr/src/linux/include/linux/list.h:57: `list_add_tail' previously defined 
here2.2/emu_wrapper.h:30: redefinition of `dma_addr_t'
/usr/src/linux/include/asm/types.h:44: `dma_addr_t' previously declared here
make: *** [audio.o] Error 1

On mandrake 7.0 and 7.1 i could compile any snapshot on the ftp but now it 
seems i cannot compile anything for my sound blaster and i would really like 
to have the updated drivers.  Does anyone know how to fix this or have any 
advice on how to get the code to compile?
Thanks In advance.

h3x



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] Sound Blaster Live

1999-11-03 Thread Jack Hain

I had the same problem when I first tried it, but the fix is pretty
simple.  Try enabling "MODVERSIONS" in the makefile and then
re-compile.  It works great for me.  It works fine for me on 6.1.

Peace 8^)
Jack Hain


rsmith13 wrote:
> 
> Greetings,
> 
> Has anyone got the Soundblaster live module to work with 6.1 yet?  I
> downloaded the source from SB yesterday.  It compiled without any errors
> but when I try to load the new module I get a long list of unresolved
> symbol errors. Unfortunately, the src doesn't come with any build
> instructions other than what I could glean from the make file.
> 
> Rick in Tampa



Re: [expert] Sound Blaster Live

1999-11-03 Thread Steve Fox

I have it working no problem...just a make, make install, depmod -a (I
think you may need that last one to make it work).

Also make sure to read the README file for items which need to be added
to your /etc/conf.modules file.

Steve Fox
http://pcxtreme.org



[expert] Sound Blaster Live

1999-11-03 Thread rsmith13

Greetings,

Has anyone got the Soundblaster live module to work with 6.1 yet?  I
downloaded the source from SB yesterday.  It compiled without any errors
but when I try to load the new module I get a long list of unresolved
symbol errors. Unfortunately, the src doesn't come with any build
instructions other than what I could glean from the make file.

Rick in Tampa



Re: [expert] Sound Blaster Live

1999-01-02 Thread Mike

I have the same thing when I use the 2.2.13 kernel that came with 6.1.  I
have read that if you get the source to the soundblaster driver and compile
with MODVERSIONS = y it should load.  I haven't tried this yet but am
planning to soon.

I went back to my 2.2.10 which emu10k1 was specifically made for and had
absolutely no trouble loading.  Only problem is that G2Player won't run.

Mike

rsmith13 wrote:

> Greetings,
>
> Has anyone got the Soundblaster live module to work with 6.1 yet?  I
> downloaded the source from SB yesterday.  It compiled without any errors
> but when I try to load the new module I get a long list of unresolved
> symbol errors. Unfortunately, the src doesn't come with any build
> instructions other than what I could glean from the make file.
>
> Rick in Tampa



Re: [expert] Sound Blaster Live

1999-01-02 Thread R. Smith

Jack Hain wrote:
> 
> I had the same problem when I first tried it, but the fix is pretty
> simple.  Try enabling "MODVERSIONS" in the makefile and then
> re-compile.  It works great for me.  It works fine for me on 6.1.
> 
> Peace 8^)
> Jack Hain
> 

Jack,

I just tried your sugestion: (MODVERSIONS = y)and I still get a screen
full of "unresolved symbols" when I try to load the module. I doubled
checked to make sure that I have all the devel-libs/kernel src installed
- they are. 

Doing a depmod -a after make install (as suggested by Steve Fox in his
post) gives the same kind of error:

/lib/modules/2.2.13-7mdk/misc/emu10k1.o: unresolved symbol(s)
/lib/modules/2.2.13-7mdk/misc/wavefront.o: unresolved symbol(s)
/lib/modules/2.2.13-7mdk/misc/eicon.o: unresolved symbol(s)

UPDATE: I got it working!  I removed everything and started with a fresh
batch of src: tar xvf emu10k1.tar, did as you suggested: (MODVERSIONS =
y) and when I ran depmod -a the emu10k1.o line was gone. Don't know what
the problem was except maybe doing "make clean" wasn't really getting it
squeaky clean. (I would never mangle the src, NEVER! ;)

The KDE system sounds are clean but the Pat2 sounds are distorted, I can
live with that.

Thanks to you and Steve for the help!

Rick,