Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Udev und ALSA (Soundaktivierung)
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
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Thu Jul 07, 2005 6:13 am    Post subject: [Solved] Udev und ALSA (Soundaktivierung) Reply with quote

Hi!

Hm, ich weiss, solche Themen gibt es wohl schon mal.
Jedoch irgendwie immer anders. ;-)

Bei mir sieht es so aus, dass ich Udev erfogreich eingerichtet habe.
Inzwischen läuft auch X, nachdem ich udevstart in die /etc/conf.d/local.start eingetragen habe.
Nur ist nach einem Booten meine Soundkarte stumm.
Die /dev/dsp und /dev/sound und /dev/mixer sind aber schon vorhanden.
Wenn ich ein alsaconf ausführe geht danach alles wie es soll.

Wo habe ich was übersehen oder vergessen, dass es automatisch wieder geht mit dem Sound?
Code:
0000:02:07.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03)
0000:02:07.1 Input device controller: Creative Labs SB Audigy MIDI/Game port (rev 03)
0000:02:07.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port
Code:
2.6.12-gentoo-r3
Code:
*  sys-fs/udev
      Latest version available: 058
      Latest version installed: 058

*  sys-apps/hotplug
      Latest version available: 20040923
      Latest version installed: 20040923

*  sys-apps/hotplug-base
      Latest version available: 20040401
      Latest version installed: 20040401
Code:
lsmod | grep -i 'snd'
snd_seq_midi            6944  0
snd_emu10k1_synth       6912  0
snd_emux_synth         35712  1 snd_emu10k1_synth
snd_seq_virmidi         6144  1 snd_emux_synth
snd_seq_midi_emul       6784  1 snd_emux_synth
snd_pcm_oss            48288  0
snd_mixer_oss          17408  2 snd_pcm_oss
snd_seq_oss            32640  0
snd_seq_midi_event      6528  3 snd_seq_midi,snd_seq_virmidi,snd_seq_oss
snd_seq                49936  8 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_oss,snd_seq_midi_event
snd_emu10k1           112132  2 snd_emu10k1_synth
snd_rawmidi            20640  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
snd_seq_device          7052  7 snd_seq_midi,snd_emu10k1_synth,snd_emux_synth,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
snd_ac97_codec         79992  1 snd_emu10k1
snd_pcm                83336  3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_timer              21508  3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc          7812  2 snd_emu10k1,snd_pcm
snd_util_mem            3584  2 snd_emux_synth,snd_emu10k1
snd_hwdep               7328  2 snd_emux_synth,snd_emu10k1
snd                    45924  13 snd_emux_synth,snd_seq_virmidi,snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer,snd_hwdep
soundcore               7776  2 snd


Ciao,
aleX!

_________________
"Ich bin ich."


Last edited by Louisdor on Thu Jul 07, 2005 6:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
Xylometer
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2004
Posts: 104
Location: Erlangen

PostPosted: Thu Jul 07, 2005 6:30 am    Post subject: Reply with quote

bei mir ging es so, frag aber nicht warum...

Code:
emerge coldplug
rc-update add coldplug boot


Dannach sollte der Sound automagically funktionieren
_________________
404 - No Signature found.
Back to top
View user's profile Send private message
Perfect_P
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2005
Posts: 103

PostPosted: Thu Jul 07, 2005 12:20 pm    Post subject: Reply with quote

hi
same prob here
hab ein klein wenig frueher als du einen post aufgemachthttps://forums.gentoo.org/viewtopic-p-2554483.html#2554483
kommt bei dir beim laden der alsamodule beim boot auch die fehlermeldung das er mixer dateien nciht laden kann???? ich denke naemlich, das udev erst nach dem laden von den alsamodulen ausgefuehrt wird, sodass diese dann beim booten die devices nciht laden koennen

mfg
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Thu Jul 07, 2005 3:38 pm    Post subject: Reply with quote

Xylometer wrote:
bei mir ging es so, frag aber nicht warum...

Code:
emerge coldplug
rc-update add coldplug boot


Dannach sollte der Sound automagically funktionieren
Hm, das habe ich schon so drin!

Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Thu Jul 07, 2005 3:42 pm    Post subject: Reply with quote

Perfect_P wrote:
kommt bei dir beim laden der alsamodule beim boot auch die fehlermeldung das er mixer dateien nciht laden kann????

Nee, ich habe keine Fehlermeldungen!
Perfect_P wrote:
ich denke naemlich, das udev erst nach dem laden von den alsamodulen ausgefuehrt wird, sodass diese dann beim booten die devices nciht laden koennen

NovaleX wrote:
Die /dev/dsp und /dev/sound und /dev/mixer sind aber schon vorhanden.

Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Thu Jul 07, 2005 6:36 pm    Post subject: Reply with quote

Nachdem ich jetzt das Modul snd-emu10k1 in die /etc/modules.autoload.d/kernel-2.6 wieder eingetragen habe geht es auch ohne alsaconf sofort.
Vor udev hatte ich das Modul aber nicht da drin und auch keine Probleme mit Sound!?
Na ja, somit ist für mich der Fall jedenfalls erst mal gelöst! ;-)

Ciao,
aleX!

_________________
"Ich bin ich."
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