Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

17.09.2005, 22:07

sound - probleme beim kernel kompilieren

jo und zwar habe ich mit hilfestellung die alsa-drivers installiert und eingerichtet
und im kernel sound eingebunden,sowie ALSA ausgeschalten.

wenn ich den kernel nun baue,kommen am ende 3 warnungen:

Quellcode

1
2
3
WARNING: /lib/modules/2.6.13.1/alsa-driver/acore/snd.ko needs unknown symbol class_simple_device_add
WARNING: /lib/modules/2.6.13.1/alsa-driver/acore/snd.ko needs unknown symbol class_simple_device_remove
WARNING: /lib/modules/2.6.13.1/alsa-driver/acore/snd.ko needs unknown symbol class_simple_device_event


dmesg bringt folgendes:

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
snd: Unknown symbol class_simple_device_add
snd: Unknown symbol class_simple_device_remove
snd_mixer_oss: Unknown symbol snd_verbose_printk
snd_mixer_oss: Unknown symbol snd_kmalloc_strdup
snd_timer: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_kmalloc_strdup
snd_pcm: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_kmalloc_strdup
snd: Unknown symbol class_simple_device_add
snd: Unknown symbol class_simple_device_remove
snd_mixer_oss: Unknown symbol snd_verbose_printk
snd_mixer_oss: Unknown symbol snd_kmalloc_strdup
snd_timer: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_kmalloc_strdup
snd_pcm: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_kmalloc_strdup
snd: Unknown symbol class_simple_device_add
snd: Unknown symbol class_simple_device_remove
snd_mixer_oss: Unknown symbol snd_verbose_printk
snd_mixer_oss: Unknown symbol snd_kmalloc_strdup
snd_timer: Unknown symbol snd_verbose_printk
snd_timer: Unknown symbol snd_kmalloc_strdup
snd_pcm: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_verbose_printk
snd_pcm_oss: Unknown symbol snd_kmalloc_strdup


der sound funktioniert allerdings einwandfrei!
kann mir nun absolut nicht erklären,woran das nun liegt.
weiss jemand rat?

2

17.09.2005, 23:58

RE: sound - probleme beim kernel kompilieren

war eben mit ssh bei ihm auf dem lap und habe es mir angeschaut - alsa 1.0.8 machte probleme - alles auf neue version upgedatet und es ging :D
MfG MyD