Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

mm-sources with alsa not working? [solved]

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
7 posts • Page 1 of 1
Author
Message
wip
n00b
n00b
Posts: 41
Joined: Thu Mar 31, 2005 7:32 pm

mm-sources with alsa not working? [solved]

  • Quote

Post by wip » Tue May 03, 2005 4:54 am

hi all, i really want to use kernel 2.6.12-mm cause i need the low latency stuff for doing live audio with pure data. now, i cannot start alsasound:

* Loading ALSA modules...
* Loading: snd-card-0...
WARNING: Error inserting snd (/lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/snd.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_rawmidi (/lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/snd-rawmidi.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_mpu401_uart (/lib/modules/2.6.12-rc3-mm2/alsa-driver/drivers/mpu401/snd-mpu401-uart.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_i2c (/lib/modules/2.6.12-rc3-mm2/alsa-driver/i2c/snd-i2c.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec (/lib/modules/2.6.12-rc3-mm2/alsa-driver/pci/ac97/snd-ac97-codec.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_cs8427 (/lib/modules/2.6.12-rc3-mm2/alsa-driver/i2c/snd-cs8427.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ak4xxx_adda (/lib/modules/2.6.12-rc3-mm2/alsa-driver/i2c/other/snd-ak4xxx-adda.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ice17xx_ak4xxx (/lib/modules/2.6.12-rc3-mm2/alsa-driver/pci/ice1712/snd-ice17xx-ak4xxx.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_ice1712 (/lib/modules/2.6.12-rc3-mm2/alsa-driver/pci/ice1712/snd-ice1712.ko): Unknown symbol in module, or unknown parameter (see dmesg)
[ !! ]


snd_mixer_oss: Unknown symbol snd_ctl_find_numid
snd_mixer_oss: Unknown symbol snd_info_get_line
snd: Unknown symbol class_simple_device_add
snd: Unknown symbol class_simple_device_remove
snd_seq_device: Unknown symbol snd_info_register
snd_seq_device: Unknown symbol snd_info_create_module_entry
snd_seq_device: Unknown symbol snd_info_free_entry
snd_seq_device: Unknown symbol snd_seq_root
snd_seq_device: Unknown symbol snd_verbose_printk
snd_seq_device: Unknown symbol snd_iprintf
snd_seq_device: Unknown symbol snd_device_new
snd_seq_device: Unknown symbol snd_info_unregister
snd_timer: Unknown symbol snd_info_register
snd_timer: Unknown symbol snd_info_create_module_entry
snd_timer: Unknown symbol snd_info_free_entry
snd_timer: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_iprintf
snd_timer: Unknown symbol snd_ecards_limit
snd_timer: Unknown symbol snd_oss_info_register
snd_timer: Unknown symbol snd_unregister_device
snd_timer: Unknown symbol snd_device_new
snd_timer: Unknown symbol snd_kmalloc_strdup
snd_timer: Unknown symbol snd_info_unregister
snd_timer: Unknown symbol snd_register_device
snd_seq: Unknown symbol snd_timer_stop
snd_seq: Unknown symbol snd_info_register
snd_seq: Unknown symbol snd_info_create_module_entry
snd_seq: Unknown symbol snd_request_card
snd_seq: Unknown symbol snd_seq_autoload_lock
snd_seq: Unknown symbol snd_info_free_entry
snd_seq: Unknown symbol snd_seq_root


i have only build Sound card support as module (alsa and oss not set). then, i did an emerge alsa-driver, util, tools. what can i do???

thank you very much for any input!
patrick
Last edited by wip on Tue May 17, 2005 12:59 pm, edited 1 time in total.
Top
hw-tph
l33t
l33t
User avatar
Posts: 768
Joined: Thu Jan 08, 2004 12:06 am
Location: Uppsala, Sweden

  • Quote

Post by hw-tph » Tue May 03, 2005 6:40 am

Do the mm-sources include some low latency work that isn't detected correctly by the Alsa driver configure script perhaps? Try using the in-kernel Alsa drivers instead.


Håkan
Top
wip
n00b
n00b
Posts: 41
Joined: Thu Mar 31, 2005 7:32 pm

  • Quote

Post by wip » Tue May 03, 2005 1:47 pm

hi,

i received this warning just after doing a make && make install_modules:

if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map 2.6.12-rc3-mm2; fi
WARNING: /lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/snd.ko needs unknown symbol class_simple_device_add
WARNING: /lib/modules/2.6.12-rc3-mm2/alsa-driver/acore/snd.ko needs unknown symbol class_simple_device_remove

then, when booting with the new kernel, alsa. i got the same error. so nope, it's not helping, but thank you!
anyone have mm-sources with alsa working???
pat
Last edited by wip on Tue May 03, 2005 10:02 pm, edited 1 time in total.
Top
pilla
Bodhisattva
Bodhisattva
User avatar
Posts: 7732
Joined: Wed Aug 07, 2002 8:19 pm
Location: Underworld

  • Quote

Post by pilla » Tue May 03, 2005 7:39 pm

Moved from IG
"I'm just very selective about the reality I choose to accept." -- Calvin
Top
karoto
n00b
n00b
User avatar
Posts: 37
Joined: Mon Dec 22, 2003 11:16 pm

Uh??

  • Quote

Post by karoto » Tue May 17, 2005 10:45 am

pilla wrote:Moved from IG
What does that mean? what is the solution to the problem?
Top
wip
n00b
n00b
Posts: 41
Joined: Thu Mar 31, 2005 7:32 pm

  • Quote

Post by wip » Tue May 17, 2005 12:59 pm

hi,

finally if you want alsa with mm-sources (rc3 at least) you have to compile alsa in the kernel (not emerging alsa-drivers).

pat
Top
pilla
Bodhisattva
Bodhisattva
User avatar
Posts: 7732
Joined: Wed Aug 07, 2002 8:19 pm
Location: Underworld

Re: Uh??

  • Quote

Post by pilla » Tue May 17, 2005 1:07 pm

karoto wrote:
pilla wrote:Moved from IG
What does that mean? what is the solution to the problem?
Means that it is not an issue to be discussed at Installing Gentoo -- it's better at Kernel & Hardware.
"I'm just very selective about the reality I choose to accept." -- Calvin
Top
Post Reply

7 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic