Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: xine problem
Date: Mon, 19 Apr 2010 14:03:20
Message-Id: loom.20100419T151012-950@post.gmane.org
In Reply to: [gentoo-user] Re: xine problem by walt
1 walt <w41ter <at> gmail.com> writes:
2
3 >There is an automatically generated file etc/udev/rules.d/70-persistent-cd-rules.
4 If you have that file you might try deleting or moving it
5 so the system will re-
6 generate it during the next reboot.
7
8
9 OK, I tried this and it did not solve the problem.
10 In fact, it made no difference.
11
12
13 diff 70-persistent-cd.rules 70-persistent-cd.rules.16apr2010
14 2c2
15 < # program, run by the cd-aliases-generator.rules rules file.
16 ---
17 > # program, probably run by the cd-aliases-generator.rules rules file.
18 4,5c4,5
19 < # You can modify it, as long as you keep each rule on a single
20 < # line, and set the $GENERATED variable.
21 ---
22 > # You can modify it, as long as you keep each rule on a single line
23 > # and set the $GENERATED variable.
24 6a7,13
25 > # CD-ROM_TW_120D (pci-0000:00:06.0-ide-0:1)
26 > ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0-ide-0:1",
27 SYMLINK+="cdrom", ENV{GENERATED}="1"
28 > # (pci-0000:00:08.0-scsi-1:0:0:0)
29 > ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
30 SYMLINK+="cdrom1", ENV{GENERATED}="1"
31 > ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
32 SYMLINK+="cdrw1", ENV{GENERATED}="1"
33 > ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
34 SYMLINK+="dvd1", ENV{GENERATED}="1"
35 > ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:08.0-scsi-1:0:0:0",
36 SYMLINK+="dvdrw1", ENV{GENERATED}="1"
37 8,11c15,18
38 < SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
39 SYMLINK+="cdrom", ENV{GENERATED}="1"
40 < SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
41 SYMLINK+="cdrw", ENV{GENERATED}="1"
42 < SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
43 SYMLINK+="dvd", ENV{GENERATED}="1"
44 < SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
45 SYMLINK+="dvdrw", ENV{GENERATED}="1"
46 ---
47 > SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
48 SYMLINK+="cdrom2", ENV{GENERATED}="1"
49 > SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
50 SYMLINK+="cdrw2", ENV{GENERATED}="1"
51 > SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
52 SYMLINK+="dvd2", ENV{GENERATED}="1"
53 > SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:06.0",
54 SYMLINK+="dvdrw2", ENV{GENERATED}="1"
55
56
57
58
59 James

Replies

Subject Author
[gentoo-user] Re: xine problem James <wireless@×××××××××××.com>