2.1.91 w/o modules and GUS

Andrew J. Anderson (andrew@db.erau.edu)
Fri, 27 Mar 1998 00:24:38 -0500 (EST)


With the GUS drivers selected, a `make bzImage` failed with this:

drivers/sound/sound.a(gus.o): In function `gusintr':
gus.o(.text+0x21c): undefined reference to `adintr'
drivers/sound/sound.a(gus.o): In function `gus_wave_init':
gus.o(.text+0x45ba): undefined reference to `ad1848_detect'
gus.o(.text+0x4669): undefined reference to `ad1848_init'
gus.o(.text+0x4683): undefined reference to `ad1848_control'
gus.o(.text+0x468f): undefined reference to `ad1848_control'
gus.o(.text+0x469b): undefined reference to `ad1848_control'
drivers/sound/sound.a(gus.o): In function `gus_wave_unload':
gus.o(.text+0x49d0): undefined reference to `ad1848_unload'
make: *** [vmlinux] Error 1

adding a reference to ad1848.o on line 78 of the drivers/sound/Makefile
allowed the kernel to link properly. Whether it will work is another
question! ;)

Also, ad1848.c gives these warnings:
ad1848.c: In function `ad1848_init':
ad1848.c:1796: warning: unused variable `tmp'
ad1848.c:1795: warning: unused variable `x'

Alan, I guess you're the person to send patches to on this, right? I'll
send you a set of proper patches tomorrow if you'd prefer them.

I'm hoping that compiling the GUS support in will allow my PnP card to
start working under 2.1.x. Anyone else have a success story with an
Interwave based GUS PnP working?

Thanks,
Andrew

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Andrew Anderson http://amelia.db.erau.edu/~andrew/
if(!(family_tree=fork())){redneck=TRUE;}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu