openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openvortex-dev] debian alsa drivers not working


From: Ryan Showalter
Subject: Re: [Openvortex-dev] debian alsa drivers not working
Date: Mon, 01 Dec 2003 19:52:17 -0700

Thanks for replying Philipp!

I edited the makefiles according to your instructions and I compiled and
tried to load the modules again but now, I get some new errors:

DebSystem:/usr/src# modprobe snd-au8830
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: unresolved symbol
snd_rawmidi_transmit_peek
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: unresolved symbol
snd_rawmidi_transmit_ack
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: unresolved symbol
snd_rawmidi_receive
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: unresolved symbol
snd_rawmidi_new
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: unresolved symbol
snd_rawmidi_set_ops
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: insmod
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o failed
/lib/modules/2.4.22/alsa/snd-mpu401-uart.o: insmod snd-au8830 failed

This is getting annoying :/

Again, any help is appreciated!

On Mon, 1 Dec 2003 09:50:17 +0100, "Philipp Matthias Hahn"
<address@hidden> said:
> Hello Ryan!
> 
> On Mon, Dec 01, 2003 at 12:02:50AM -0700, Ryan Showalter wrote:
> > I'm trying to compile the debian unstable alsa (version 0.98) drivers and
> > I can compile the au8830 module fine, but when I try to load them via
> > modprobe or when the alsa startup script tries to load them, I get this
> > error:
> > 
> > /lib/modules/2.4.22/alsa/snd-au8830.o: unresolved symbol
> > snd_mpu401_uart_interrupt
> > /lib/modules/2.4.22/alsa/snd-au8830.o: unresolved symbol snd_ac97_mixer
> 
> The automatic dependencies for au88x0 are wrong:
> --- alsa-driver/alsa-kernel/pci/ac97/Makefile~
> +++ alsa-driver/alsa-kernel/pci/ac97/Makefile
> @@ -23,5 +23,8 @@
>  obj-$(CONFIG_SND_NM256) += snd-ac97-codec.o
>  obj-$(CONFIG_SND_TRIDENT) += snd-ac97-codec.o
>  obj-$(CONFIG_SND_YMFPCI) += snd-ac97-codec.o
> +obj-$(CONFIG_SND_AU8810) += snd-ac97-codec.o
> +obj-$(CONFIG_SND_AU8820) += snd-ac97-codec.o
> +obj-$(CONFIG_SND_AU8830) += snd-ac97-codec.o
>  
>  obj-m := $(sort $(obj-m))
> --- alsa-driver/alsa-kernel/drivers/mpu401/Makefile~
> +++ alsa-driver/alsa-kernel/drivers/mpu401/Makefile
> @@ -41,5 +41,7 @@
>  obj-$(CONFIG_SND_YMFPCI) += snd-mpu401-uart.o
>  obj-$(CONFIG_SND_PC98_CS4232) += snd-mpu401-uart.o
>  obj-$(CONFIG_SND_SSCAPE) += snd-mpu401-uart.o
> +obj-$(CONFIG_SND_AU8820) += snd-mpu401-uart.o
> +obj-$(CONFIG_SND_AU8830) += snd-mpu401-uart.o
>  
>  obj-m := $(sort $(obj-m))
> 
> BYtE
> Philipp
> -- 
>   / /  (_)__  __ ____  __ Philipp Hahn
>  / /__/ / _ \/ // /\ \/ /
> /____/_/_//_/\_,_/ /_/\_\ address@hidden

PS. Sorry for sending twice Philipp, my email client didnt include
openvortex in the cc
-- 
  Ryan Showalter
  address@hidden

  "The Sharpest sword can not compare to the sharpest mind."

-- 
http://www.fastmail.fm - The professional email service




reply via email to

[Prev in Thread] Current Thread [Next in Thread]