[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kein passives ISDN - udev oder wer?



Am Sonntag 09 Januar 2005 14:49 schrieb Andreas Pakulat:
> Deswegen musst du entweder die Devices aus dem alten Verzeichnis
> (welches unter /.dev verfügbar ist) kopieren (man cp bzgl der
> Optionen, ein einfaches cp geht nicht) oder aber neu anlegen beim
> Booten (z.B. durch ein Skript oder innerhalb von isdnutils).

Hallo,

Ich glaube das lässt sich auch in /etc/udev/links.conf bewerkstelligen.

L steht für symlink
D für Device
M für KernelMajorNumber ??? 
    Ahh ... -> The M creates device nodes using /sbin/MAKEDEV [2]
    womöglich die Lösung meines cdrom Problems? [3] Aber merkwürdig, das   
    neuerdings nicht genügend infos vom ide treiber an hotplug und udev 
    gegeben werden, wie gesagt vorher ging alles.

Meine alte sah z.B. so aus:

# This file contains a list of symbolic links and directories which need
# to be created in /dev/.
L tty1          vc/1
L tty2          vc/2
L tty3          vc/3
L tty4          vc/4
L tty5          vc/5
L tty6          vc/6
L tty7          vc/7
L tty8          vc/8
L tty9          vc/9
L tty10         vc/10
L tty11         vc/11
L tty12         vc/12

L dvd           /dev/hdc

L ttyS0         /dev/tts/0
L ttyS1         /dev/tts/1
L fd            /proc/self/fd
L stdin         /proc/self/fd/0
L stdout        /proc/self/fd/1
L stderr        /proc/self/fd/2
L core          /proc/kcore
L sndstat       /proc/asound/oss/sndstat
L MAKEDEV       /sbin/MAKEDEV

D pts
D shm

#M tty1 c 4 0
#M tty1 c 4 1
#M tty2 c 4 2
#M tty3 c 4 3
#M tty4 c 4 4
#M tty5 c 4 5
#M tty6 c 4 6

#M fb0 c 29 0
#M fb1 c 29 1
#M fb2 c 29 2
#M fb3 c 29 3

#M pktcdvd0 b 97 0
#M pktcdvd1 b 97 1

M nvidia0 c 195 0
M nvidia1 c 195 1
M nvidiactl c 195 255

# Hic sunt leones.
M ppp          c 108 0
D loop
M loop/0       b 7 0


D net
M net/tun      c 10 200


M console c 5 1
M null c 1 3

Ich hoffe das hilft.

ciao

Gerhard

siehe auch :

die beiden besten Artikel zum thema, die ich finden konnte:
[1] http://www.reactivated.net/udevrules.php#nvidia
[2] 
http://webpages.charter.net/decibelshelp/LinuxHelp_UDEVPrimer.html#Problems

threads über meine udev probleme:
[3] http://thread.gmane.org/gmane.linux.debian.user.german/114379
[4] http://thread.gmane.org/gmane.linux.debian.user.german/101645

faq:
[5] http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ
[6] http://wiki.debian.net/index.cgi?DevFAQ

--
ferner:
[7] usb massstorage:
http://ccomb.free.fr/wiki/wakka.php?wiki=UsbMassStorageEnglish
[8] Hardwaredetecttion: 
http://linuxlab.cs.pdx.edu/~tripletj/hardware-detection/hardware-detection.html
[9] udev Bugs: http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=udev



Reply to: