Bug#374539: udev does not create /dev/cdrom etc links

2006-08-25 Thread Joerg Platte
Am Freitag, 25. August 2006 22:58 schrieb Marco d'Itri: Hi Marco, > Right, let's try again. > > Remove the rule you just added and *move* the cdrom_id rule from > cd-aliases-generator.rules to udev.rules. OK, moving KERNEL=="sr[0-9]*", IMPORT{program}="cdrom_id --export $tempnode" to udev.rules

Bug#374539: udev does not create /dev/cdrom etc links

2006-08-25 Thread Joerg Platte
Am Freitag, 25. August 2006 22:36 schrieben Sie: Hi Marco, > This one should work (in cd-aliases-generator.rules), please let me > know: > > KERNEL=="sg[0-9]*", SYSFS{type}=="[45]", \ > IMPORT{program}="cdrom_id --export $tempnode" It works, but not in cd-aliases-generator.rules, because th

Bug#374539: udev does not create /dev/cdrom etc links

2006-08-25 Thread Marco d'Itri
On Aug 25, Joerg Platte <[EMAIL PROTECTED]> wrote: > BUS=="usb", IMPORT{program}="cdrom_id --export $tempnode" > > Not the best solution, but now no new entries are generated and my external > burner has a fixed name. Marco, can you tell me how a better rule should look > like which is not invo

Bug#374539: udev does not create /dev/cdrom etc links

2006-08-25 Thread Marco d'Itri
OK, I did not notice that both users had non-SCSI and non-IDE devices. Please send me the output of udevinfo -a -p /sys/class/... for the $DEVPATH of your CD reader. -- ciao, Marco -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

Bug#374539: udev does not create /dev/cdrom etc links

2006-08-25 Thread Joerg Platte
Am Freitag, 25. August 2006 22:13 schrieb Marco d'Itri: Hi Marco, > OK, I did not notice that both users had non-SCSI and non-IDE devices. > > Please send me the output of udevinfo -a -p /sys/class/... > for the $DEVPATH of your CD reader. OK, here is the output for my Plextor drive. looking a

Bug#374539: udev does not create /dev/cdrom etc links

2006-08-25 Thread Joerg Platte
Hi, I have the same problem. It seems to be caused by not invoking cdrom_id for all cdrom devices. Adding the following line to permissions.rules invokes this program for all usb devices: BUS=="usb", IMPORT{program}="cdrom_id --export $tempnode" Not the best solution, but now no new entries ar

Bug#374539: udev does not create /dev/cdrom etc links

2006-06-21 Thread Norbert Preining
On Mit, 21 Jun 2006, Marco d'Itri wrote: > > But how does it happen that the entries are not removed? Do I have to > They are not supposed to. Did you try or not? > Are multiple rules added again (in the past, a bug caused this) or just > one set? Yes I tried, after two times plug/unplug I now hav

Bug#374539: udev does not create /dev/cdrom etc links

2006-06-21 Thread Marco d'Itri
On Jun 21, Norbert Preining <[EMAIL PROTECTED]> wrote: > > After this, move it away and reboot your system to let udev create it > > again. > But how does it happen that the entries are not removed? Do I have to They are not supposed to. Did you try or not? Are multiple rules added again (in the p

Bug#374539: udev does not create /dev/cdrom etc links

2006-06-20 Thread Norbert Preining
Hi Marco! On Mit, 21 Jun 2006, preining wrote: > > > -rw-r--r-- 1 root root 2999 2006-06-19 23:06 z25_persistent-cd.rules > > > > Please show the content of this file, looks like it's full of crap. > > > After this, move it away and reboot your system to let udev create it > > again. > > But ho

Bug#374539: udev does not create /dev/cdrom etc links

2006-06-20 Thread Norbert Preining
Hi Marco! On Die, 20 Jun 2006, Marco d'Itri wrote: > > -rw-r--r-- 1 root root 2999 2006-06-19 23:06 z25_persistent-cd.rules > > Please show the content of this file, looks like it's full of crap. Bingo. Thanks. Here is the file content: # This file was automatically generated by the /lib/udev/wr

Bug#374539: udev does not create /dev/cdrom etc links

2006-06-20 Thread Marco d'Itri
tag 374539 unreproducible moreinfo thanks On Jun 19, Norbert Preining <[EMAIL PROTECTED]> wrote: > -rw-r--r-- 1 root root 2999 2006-06-19 23:06 z25_persistent-cd.rules Please show the content of this file, looks like it's full of crap. After this, move it away and reboot your system to let udev

Bug#374539: udev does not create /dev/cdrom etc links

2006-06-19 Thread Norbert Preining
Package: udev Version: 0.093-1 Severity: important Hi all! I have a firewire cd/dvd-rw combo which is found when plugging it in, but only device nodes /dev/dvdN /dev/dvdrwN /dev/cdromN /dev/cdrwN are generated, and N is increasing with each unplug/plug cycle. But