Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Second dvd/cd device confused with K3B
Date: Tue, 03 Jun 2008 12:02:27
Message-Id: loom.20080603T115055-926@post.gmane.org
1 Hello,
2
3 I replaced a very old cdrom device with a newer DVD rw,
4 as the second dvdrw device in a workstation.
5
6 dmesg:
7 hda: _NEC DVD_RW ND-3550A, ATAPI CD/DVD-ROM drive
8 hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
9 Uniform CD-ROM driver Revision: 3.20
10 scsi 2:0:0:0: CD-ROM PLEXTOR DVDR PX-755A 1.04 PQ: 0 ANSI: 5
11 sr 2:0:0:0: Attached scsi CD-ROM sr0
12
13
14 upon logging in, I get this popup error message in kde:
15 CD-ROM read or access error (or no audio disc in drive).
16 Please make sure you have access permissions to:
17 /dev/cdrom
18
19 udev:
20 cat 75-cd-aliases-generator.rules
21 # these rules generate rules for the /dev/{cdrom,dvd,...} symlinks
22 # the path of removable devices changes frequently
23 ACTION=="add", SUBSYSTEM=="block", SUBSYSTEMS=="usb|ieee1394",
24 ENV{ID_CDROM}=="?*", ENV{GENERATED}!="?*",
25 PROGRAM="write_cd_rules by-id",
26 SYMLINK+="%c"
27
28
29 cat 60-cdrom_id.rules
30 # import optical drive properties
31 KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]*",
32 IMPORT{program}="cdrom_id --export $tempnode"
33
34
35 The error message device (/dev/cdrom) does not exist. Should I manually
36 create it? Modify a udev rule? or what?
37
38 Note: when I run K3B, I do not see both devices as active
39 at the same time.
40 Yet, I can manually load a source dvd/cd into either device
41 and (via dbus/ivman)
42 a popup appears which I can use to launch K3B and the source device
43 is seen, but the device with the blank dvd/cd media is blanked out. If I
44 switch the source dvd/cd then the device with the source disk is seen
45 and the other is blanked out.
46
47 Ideas on fixing this so I can load a dvd/cd into one drive and copy
48 to the other? (yes they are both dvdrw and cdrw devices. One is sata, the
49 other is ide, if that matters.
50
51
52 James
53
54
55 --
56 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: Second dvd/cd device confused with K3B James <wireless@×××××××××××.com>