Thanks for replying so quickly and for the confidence. :) However, I tried that. The first two makes appear to go well (no errors). But when I do "make install"...I get this: gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-24.8.0/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DEMU10K1_SEQUENCER -I2.4/ -I/lib/modules/`uname -r`/build/drivers/sound -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-24.8.0/include/linux/modversions.h -c -o audio.o audio.c In file included from /usr/src/linux-2.4.18-24.8.0/include/linux/prefetch.h:13, from /usr/src/linux-2.4.18-24.8.0/include/linux/list.h:6, from /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:12, from audio.c:34: /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:51: warning: parameter names (without types) in function declaration /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:51: field `loops_per_jiffy_R_ver_str' declared as a function /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:73: invalid suffix on integer constant /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:73: parse error before numeric constant /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:73: warning: function declaration isn't a prototype /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:256: invalid suffix on integer constant /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:256: parse error before numeric constant /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:256: warning: function declaration isn't a prototype /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:260: warning: parameter names (without types) in function declaration /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: invalid suffix on floating constant /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: parse error before numeric constant /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: `kernel_thread_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/asm/processor.h:436: warning: function declaration isn't a prototype In file included from audio.c:34: /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: invalid suffix on integer constant /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: parse error before numeric constant /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: `inter_module_register_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:183: warning: function declaration isn't a prototype /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: invalid suffix on integer constant /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: parse error before numeric constant /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: `inter_module_unregister_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:184: warning: function declaration isn't a prototype /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:185: `inter_module_get_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:185: warning: parameter names (without types) in function declaration /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:186: `inter_module_get_request_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:186: warning: parameter names (without types) in function declaration /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: invalid suffix on integer constant /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: parse error before numeric constant /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: `inter_module_put_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:187: warning: function declaration isn't a prototype /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:196: `try_inc_mod_count_R_ver_str' declared as function returning a function /usr/src/linux-2.4.18-24.8.0/include/linux/module.h:196: warning: parameter names (without types) in function declaration make: *** [audio.o] Error 1 On Thu, 2003-02-20 at 23:18, Bob McClure Jr wrote: > On Thu, Feb 20, 2003 at 10:56:37PM -0500, Brian Bilbro wrote: > > Hello Group, > > I just signed up because I'm having a problem with my new install of > > RedHat 8.0. Everything is working great except for the sound card. I > > have a Audigy 2 that doesn't appear to be supported :( (by default at > > least). I've been doing some research (and even some compiling :P) but > > I haven't get it right. It appears that the drivers at: > > http://opensource.creative.com/ > > > > should work but the documentation for a *newbie* appears to be lacking. > > :( Any tips/guides/suggestion/good list serv that could help me out? > > > > Thanks, > > Brian > > I just downloaded and blew up the tarball. Maybe I expect too much of > a newbie, but I don't think you will have any trouble with it (he > said, confidently). > > - Download the bundle. > - Go to a suitable directory where you want to blow it up, and then > tar xjf /path_to/emu10k1-v0.20a.tar.bz2 > cd emu10k1-v0.20a > less doc/README > - which will tell you to > make > - and again > make > - become root and install it: > su - > cd /path_to_where_you_were > make install > - Add an entry for it in /etc/modules.conf > cd /etc > pico modules.conf > - which will read "alias sound emu10k1" > - Play something. > > Cheers, > -- > Bob McClure, Jr. Bobcat Open Systems, Inc. > robertmcclure@xxxxxxxxxxxxx http://www.cumbytel.com/~bobcatos/ > Peace at any price is inflationary. > > > > _______________________________________________ > Sound-list mailing list > Sound-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/sound-list
- Follow-Ups:
- Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- From: Bob McClure Jr
- Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- References:
- [Sound] RedHat 8.0 and Audigy 2 sound card
- From: Brian Bilbro
- Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- From: Bob McClure Jr
- [Sound] RedHat 8.0 and Audigy 2 sound card
- Prev by Date: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Next by Date: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Previous by thread: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Next by thread: Re: [Sound] RedHat 8.0 and Audigy 2 sound card
- Index(es):