View previous topic :: View next topic |
Author |
Message |
Neo_0815 l33t
Joined: 24 Feb 2003 Posts: 815 Location: Leipzig
|
Posted: Mon Jun 28, 2004 12:23 am Post subject: [SOLVED] UDEV - Devicenodes werden nicht gespeichert. |
|
|
Also ich nutze udev und habe wie im Topic gesagt das Problem das udev meine device nodes nicht speichert.
Zum Beispiel muss dev/mixer -> /dev/sound/mixer jedesmal erst von udev selber wieder neu angelegt werden ... warum speichert der das nicht mit ab - das er ein Tarball anlegen soll habe ich im rc eingestellt.
Das Problem ist nämlich das mir bei jeden Start der Mixer fehlt ... und man dann u.a. im gkrellm2 erst paar Mal das Plugin neu laden darf bis udev die device nodes wieder angelegt hat und der Mixer wieder da ist.
Ideen, Vorschläge ?
Danke im Voraus.
MfG
Last edited by Neo_0815 on Mon Jun 28, 2004 4:10 pm; edited 1 time in total |
|
Back to top |
|
|
Master_Of_Disaster l33t
Joined: 28 Feb 2003 Posts: 610 Location: 15.05072° East, 48.13747° North (aka Mauer), Austria
|
Posted: Mon Jun 28, 2004 10:11 am Post subject: |
|
|
/etc/udev/rules.d/50-udev.rules wrote: | [...]
KERNEL="mixer", NAME="sound/%k", SYMLINK="%k"
KERNEL="mixer[0-9]*", NAME="sound/%k", SYMLINK="%k" |
Wenn du das oben genannte hast, wird die Datei /dev/sound/mixer angelegt.
Wenn die Datei aber trotzdem nicht angelegt wird und deine Hardware aber erkannt wird, versuch mal das:
Code: | fuero@hephaestos fuero $ udevtest /sys/class/sound/mixer
version 028
looking at '/class/sound/mixer'
configured rule in '/etc/udev/rules.d/50-udev.rules' at line 81 applied, added symlink '%k'
configured rule in '/etc/udev/rules.d/50-udev.rules' at line 81 applied, 'mixer' becomes 'sound/%k'
creating device node '/dev/sound/mixer', major = '14', minor = '0', mode = '020660', uid = '0', gid = '18' |
_________________ post tenebras lux, post fenestras tux
Registered Linux User Nr. 312509
Adopt an unanswered post today! |
|
Back to top |
|
|
Neo_0815 l33t
Joined: 24 Feb 2003 Posts: 815 Location: Leipzig
|
Posted: Mon Jun 28, 2004 4:01 pm Post subject: |
|
|
Das oben genannte habe ich.
Hm vielleicht läd der auch das Mixer Modul nicht automatisch mit Alsa ... tjo ... man sollte es mal mit laden das Modul für den Mixer - neuerdings explizit *grübel* aber es geht nun.
Danke.
MfG |
|
Back to top |
|
|
|
|
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
|
|