Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ALSA jede Menge Fehler nach Kernelupdate [SOLVED]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Alexi-5000
Guru
Guru


Joined: 28 Jun 2004
Posts: 409
Location: Germany

PostPosted: Sat Apr 08, 2006 10:53 am    Post subject: ALSA jede Menge Fehler nach Kernelupdate [SOLVED] Reply with quote

Hallo.
Ich habe gerade meine Kernelmodule für Alsa aktiviert und
Code:
make && make modules_install

eigegeben.
Beim Booten kommen nun reichlich Fehler zu tage.
Wie kann ich mir die in KDE noch mal anzeigen lassen?

Alexi-5000


Last edited by Alexi-5000 on Sat Apr 08, 2006 1:15 pm; edited 2 times in total
Back to top
View user's profile Send private message
pawlak
Tux's lil' helper
Tux's lil' helper


Joined: 20 Feb 2005
Posts: 139

PostPosted: Sat Apr 08, 2006 11:11 am    Post subject: Reply with quote

/etc/init.d/alsasound restart

Oder schau, was in dmesg steht. Wie du allerdings genau die Meldung bekommst weiß ich nicht. Obiges sollte aber die Fehler auch ausspucken.
Back to top
View user's profile Send private message
Alexi-5000
Guru
Guru


Joined: 28 Jun 2004
Posts: 409
Location: Germany

PostPosted: Sat Apr 08, 2006 11:14 am    Post subject: Reply with quote

pawlak wrote:
/etc/init.d/alsasound restart

Oder schau, was in dmesg steht. Wie du allerdings genau die Meldung bekommst weiß ich nicht. Obiges sollte aber die Fehler auch ausspucken.


Stimmt.
dmesg hatte ich schon probiert. Funktionierte aber nicht. Die Fehler lauten:
Code:
/etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Storing ALSA Mixer Levels ...
/usr/sbin/alsactl: save_state:1163: No soundcards found...                                                                                                [ !! ]
 * Unloading ALSA ...                                                                                                                                     [ ok ]
 * Unloading ALSA modules ...                                                                                                                             [ ok ]
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...
FATAL: Module snd_cmipci not found.                                                                                                                       [ !! ]
 *   Loading: snd-seq-oss ...
WARNING: Error inserting snd (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd.ko): Invalid module format
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/seq/snd-seq-device.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_seq (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/seq/snd-seq.ko): Invalid module format
WARNING: Error inserting snd_seq_midi_event (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/seq/snd-seq-midi-event.ko): Invalid module format            [ ok ]
 *   Loading: snd-pcm-oss ...
WARNING: Error inserting snd (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd.ko): Invalid module format
WARNING: Error inserting snd_mixer_oss (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/oss/snd-mixer-oss.ko): Invalid module format
WARNING: Error inserting snd_page_alloc (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd-page-alloc.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd-timer.ko): Invalid module format
WARNING: Error inserting snd_pcm (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd-pcm.ko): Invalid module format                                      [ ok ]
 *   Loading: snd-mixer-oss ...
WARNING: Error inserting snd (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd.ko): Invalid module format
FATAL: Error inserting snd_mixer_oss (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/oss/snd-mixer-oss.ko): Invalid module format                        [ !! ]
 *   Loading: snd-seq ...
WARNING: Error inserting snd (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd.ko): Invalid module format
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/seq/snd-seq-device.ko): Invalid module format
WARNING: Error inserting snd_timer (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/snd-timer.ko): Invalid module format
FATAL: Error inserting snd_seq (/lib/modules/2.6.16-gentoo-r1/kernel/sound/core/seq/snd-seq.ko): Invalid module format                                    [ !! ]
 * ERROR: Failed to load necessary drivers                                                                                                                [ ok ]
 * Restoring Mixer Levels ...


Buuhuu mein schöner neuer Kernel
Back to top
View user's profile Send private message
Alexi-5000
Guru
Guru


Joined: 28 Jun 2004
Posts: 409
Location: Germany

PostPosted: Sat Apr 08, 2006 12:55 pm    Post subject: Reply with quote

So, die Kernelfehler sind weg.
Musste die Alsa Module lediglich fest in den Kernel einkompilieren.
Der Sound geht allerdings noch nicht. Folgende Fehler werden angezeigt:
Code:
/etc/init.d/alsasound restart
 * WARNING:  you are stopping a boot service.
 * Storing ALSA Mixer Levels ...
/usr/sbin/alsactl: save_state:1163: No soundcards found...                                                                                                [ !! ]
 * Unloading ALSA ...                                                                                                                                     [ ok ]
 * Unloading ALSA modules ...                                                                                                                             [ ok ]
 * Loading ALSA modules ...
 *   Loading: snd-card-0 ...
FATAL: Module snd_cmipci not found.                                                                                                                       [ !! ]
 * ERROR: Failed to load necessary drivers                                                                                                                [ ok ]
 * Restoring Mixer Levels ...                                                                                                                             [ ok ]


Fehlt noch was? Alexi-5000
Back to top
View user's profile Send private message
Alexi-5000
Guru
Guru


Joined: 28 Jun 2004
Posts: 409
Location: Germany

PostPosted: Sat Apr 08, 2006 1:14 pm    Post subject: Reply with quote

Ach ich Seppelkopf.
Habs hinbekommen.
Es fehlte ein Modul und einmal udevstart und einmal alsaconf und voila es läuft.

Sorry, für das überflüssige Posting Alexi-5000
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum