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

Compiling ALSA: init_module undefined



I am trying to build alsa-source using the build instructions in
/usr/share/doc/alsa-source/README.Debian

I get "cleanup_module undefined" and "init_module undefined" as
described below.

Someone suggested it might be a problem with debian:

http://www.stanchina.net/~flavio/debian/fglrx-archive/msg00486.html

I'm compiling alsa 1.0.9 with kernel 2.6.11. I'm using debian testing
packages.

Here is my typescript:

# fakeroot debian/rules binary_modules KSRC=/usr/src/kernel-headers-2.6.11-1-686 KVERS=2.6.11-1-686

*** Warning: "cleanup_module" [/usr/src/modules/alsa-driver/usb/snd-usb-lib.ko] undefined!
*** Warning: "init_module" [/usr/src/modules/alsa-driver/usb/snd-usb-lib.ko] undefined!

# dpkg -i ---.deb

# modprobe snd-usb-audio
WARNING: Error inserting snd_usb_lib (/lib/modules/2.6.11-1-686/updates/alsa/usb/snd-usb-lib.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_usb_lib (/lib/modules/2.6.11-1-686/updates/alsa/usb/snd-usb-lib.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_usb_audio (/lib/modules/2.6.11-1-686/updates/alsa/usb/snd-usb-audio.ko): Unknown symbol in module, or unknown parameter (see dmesg)FATAL: Error running install command for snd_usb_audio

# dmesg
snd_usb_lib: Unknown symbol cleanup_module
snd_usb_lib: Unknown symbol init_module
snd_usb_audio: Unknown symbol snd_usb_create_midi_interface
snd_usb_audio: Unknown symbol snd_usbmidi_disconnect



Note that the kpkg build method doesn't work at all, which is why I used
the above method.



Reply to: