FS#13156 - udev creates broken cd/dvd symlinks

Attached to Project: Arch Linux
Opened by Lukas Jirkovsky (6xx) - Sunday, 08 February 2009, 09:10 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 02 March 2009, 06:07 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture i686
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
First how is my hardware setup:
two PATA hard disk drives on IDE channel 1
DVD-RAM connected as a master to IDE 2
CD-RW connected as a slave to IDE 2

Udev creates correctly devices for hard disks (/dev/sda, /dev/sdb) and for CD/DVD (/dev/sr0, /dev/sr1). But device names in /dev/cd are broken,
There are
cdrom- (should be cdrom-1:0:0:0)
cdrom-1:0:1:0
cdrw- (should be cdrw-1:0:0:0)
cdrw-1:0:1:0
dvd- (should be dvd-1:0:0:0)

This breaks symlinks /dev/dvd and /dev/cd, because this points to non-existing /dev/cd/cdrom-1:0:0:0 etc.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Monday, 02 March 2009, 06:07 GMT
Reason for closing:  Fixed
Comment by Tobias Powalowski (tpowa) - Monday, 09 February 2009, 06:15 GMT
hrm you are running latest packages?
i thought this was fixed, in recent udev package
Comment by Lukas Jirkovsky (6xx) - Monday, 09 February 2009, 07:50 GMT
I have udev 135-1 here. From web interface I see that there is already udev 135-2, but pacman cant find it (even with setting ftp://ftp.archlinux.org as a main mirror).
Comment by Lukas Jirkovsky (6xx) - Monday, 09 February 2009, 07:52 GMT
Oh, I've must overlooked it. There's not udev 135-2.
Comment by Lukas Jirkovsky (6xx) - Monday, 02 March 2009, 05:26 GMT
It works now. Unfortunately I've no idea what fixed it.

Loading...