Gentoo Archives: gentoo-user-hu

From: "Bujdosó Ferenc" <bujdoso@×××.hu>
To: gentoo-user-hu@l.g.o
Subject: Re: [gentoo-user-hu] 50-udev.rules
Date: Thu, 15 Mar 2007 12:06:31
Message-Id: 45F936A5.7080404@tar.hu
In Reply to: [gentoo-user-hu] 50-udev.rules by "Bujdosó Ferenc"
1 Bujdosó Ferenc írta:
2 > Sziasztok!
3 >
4 > Ha valakinek problémája van a hálózati kártyak hotplugvával, miután
5 > frissítete az udevet, az udev-106-r3, akkor tegye a következőket,:
6 >
7 > Nyisd meg a /etc/udev/rules.d/50-udev.rules
8 >
9 A többi része elveszett?
10
11 Szoval be kell szurni a
12 LABEL="gentoo_device_rules_end"
13 sort a
14 LABEL="gentoo_device_rules_end"
15 sor után.
16
17 Tehét:
18 # /etc/udev/rules/50-udev.rules: device naming rules for udev
19 SUBSYSTEM=="net", GOTO="gentoo_device_rules_end"
20 ...
21 ...
22 # Load firmware
23 SUBSYSTEM=="firmware", ACTION=="add", RUN+="firmware.sh",
24 OPTIONS="last_rule"
25
26 LABEL="hotplug_no_add_event"
27
28 LABEL="gentoo_device_rules_end"
29
30 # be backward compatible for a while with the /etc/dev.d and
31 /etc/hotplug.d/ systems
32 # run /etc/hotplug.d/ stuff only if we came from a hotplug event, not
33 for udevstart
34 ENV{UDEVD_EVENT}=="1", RUN+="udev_run_hotplugd $env{SUBSYSTEM}"
35
36 # always run /etc/dev.d/ stuff for now.
37 RUN+="udev_run_devd $env{SUBSYSTEM}"
38
39 # debugging monitor
40 RUN+="socket:/org/kernel/udev/monitor"
41
42 :))
43
44 Nem tudom ez a rész hova lett az első levelemból.
45
46 --
47 gentoo-user-hu@g.o mailing list