|
Last change
on this file since 3473 was 3269, checked in by Bruno Cornec, 12 years ago |
- Add creation of device /dev/kmsg through udev-links.conf
|
|
File size:
1.2 KB
|
| Line | |
|---|
| 1 | # List device nodes that need to be created by udev:
|
|---|
| 2 |
|
|---|
| 3 | # Standard nodes:
|
|---|
| 4 | L fd /proc/self/fd
|
|---|
| 5 | L stdin /proc/self/fd/0
|
|---|
| 6 | L stdout /proc/self/fd/1
|
|---|
| 7 | L stderr /proc/self/fd/2
|
|---|
| 8 | L core /proc/kcore
|
|---|
| 9 | #L sndstat /proc/asound/oss/sndstat
|
|---|
| 10 | #L MAKEDEV /sbin/MAKEDEV
|
|---|
| 11 |
|
|---|
| 12 | # These are needed for fs to be mounted:
|
|---|
| 13 | D pts
|
|---|
| 14 | D shm
|
|---|
| 15 |
|
|---|
| 16 | # These are needed because their drivers cannot be autoprobed in any way:
|
|---|
| 17 | M fd0 b 2 0
|
|---|
| 18 | M fd1 b 2 1
|
|---|
| 19 | M ppp c 108 0
|
|---|
| 20 | M loop0 b 7 0
|
|---|
| 21 | M loop1 b 7 1
|
|---|
| 22 | M loop2 b 7 2
|
|---|
| 23 | D net
|
|---|
| 24 | M net/tun c 10 200
|
|---|
| 25 | M raw1394 c 171 0
|
|---|
| 26 | M sg0 c 21 0
|
|---|
| 27 | M sg1 c 21 1
|
|---|
| 28 | M sr0 b 11 0
|
|---|
| 29 | M sr1 b 11 1
|
|---|
| 30 | M st0 c 9 0
|
|---|
| 31 | M st1 c 9 1
|
|---|
| 32 | M parport0 c 99 0
|
|---|
| 33 | D cpu
|
|---|
| 34 | D cpu/0
|
|---|
| 35 | M cpu/0/cpuid c 203 0
|
|---|
| 36 | M cpu/0/microcode c 10 184
|
|---|
| 37 | M cpu/0/msr c 202 0
|
|---|
| 38 | M lp0 c 6 0
|
|---|
| 39 | M rawctl c 162 0
|
|---|
| 40 | M kmsg c 1 11
|
|---|
| 41 | # sometimes, nvidia driver is slow to create these devices and X failed to start:
|
|---|
| 42 | M nvidia0 c 195 0
|
|---|
| 43 | M nvidiactl c 195 255
|
|---|
| 44 |
|
|---|
| 45 | # Addition for mindi
|
|---|
| 46 | M tty0 c 4 0
|
|---|
| 47 | M tty1 c 4 1
|
|---|
| 48 | M tty2 c 4 2
|
|---|
| 49 | M tty3 c 4 3
|
|---|
| 50 | M tty4 c 4 4
|
|---|
| 51 | M tty5 c 4 5
|
|---|
| 52 | M tty6 c 4 6
|
|---|
| 53 | M tty7 c 4 7
|
|---|
| 54 | M tty8 c 4 8
|
|---|
| 55 | M ttyS0 c 4 64
|
|---|
| 56 | M ttyS1 c 4 65
|
|---|
| 57 | L console /dev/tty0
|
|---|
| 58 | L tty /dev/tty0
|
|---|
| 59 |
|
|---|
| 60 | M null c 1 3
|
|---|
| 61 | M zero c 1 5
|
|---|
| 62 | M random c 1 8
|
|---|
| 63 | M urandom c 1 9
|
|---|
| 64 | M ram0 c 1 0
|
|---|
| 65 | M ram1 c 1 1
|
|---|
| 66 | M ram2 c 1 2
|
|---|
| 67 | M fuse c 10 229
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.