<br><br><div class="gmail_quote">On Fri, Mar 26, 2010 at 4:11 AM, François Patte <span dir="ltr">&lt;<a href="mailto:francois.patte@mi.parisdescartes.fr">francois.patte@mi.parisdescartes.fr</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
</div>Le 25/03/2010 23:01, Marcel Rieux a écrit :<br>
<div class="im">&gt;<br>
&gt;<br>
&gt; On Thu, Mar 25, 2010 at 3:28 AM, François Patte<br>
&gt; &lt;<a href="mailto:francois.patte@mi.parisdescartes.fr">francois.patte@mi.parisdescartes.fr</a><br>
</div><div><div></div><div class="h5">&gt; &lt;mailto:<a href="mailto:francois.patte@mi.parisdescartes.fr">francois.patte@mi.parisdescartes.fr</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     -----BEGIN PGP SIGNED MESSAGE-----<br>
&gt;     Hash: SHA1<br>
&gt;<br>
&gt;     Le 25/03/2010 06:39, Marcel Rieux a écrit :<br>
&gt;     &gt; Since nobody seemed to report a problem playing DVDs, I decided to<br>
&gt;     check<br>
&gt;     &gt; my settings.<br>
&gt;     &gt;<br>
&gt;     &gt; Smplayer and Gmplayer were both set to play DVDs from /dev/dvd<br>
&gt;     &gt;<br>
&gt;     &gt; I checked and there was no /dev/dvd. So, I did:<br>
&gt;     &gt;<br>
&gt;     &gt; ls -l /dev/dvd*<br>
&gt;     &gt; lrwxrwxrwx. 1 root root 3 2010-03-24 12:52 /dev/dvd1 -&gt; sr0<br>
&gt;     &gt; lrwxrwxrwx. 1 root root 3 2010-03-24 12:52 /dev/dvdrw1 -&gt; sr0<br>
&gt;<br>
&gt;     Is it still there after reboot?<br>
&gt;<br>
&gt;<br>
&gt; Absolutely. Since I have no access to BIOS settings to put the computer<br>
&gt; to sleep, I reboot every day. And there&#39;s not a trace of /dev/dvd , only<br>
&gt; /dev/dvd1 and /dev/dvdrw1, which are both links to /dev/sr0.<br>
&gt;<br>
&gt; When you don&#39;t have problems, it&#39;s not the kind of settings you check<br>
&gt; closely but, since my dvd players were pointing to /dev/dvd, I would<br>
&gt; think this is the normal setting.<br>
&gt;<br>
&gt; I believe the devices are created at boot time, no? And I even have no<br>
&gt; idea how I could prevent /dev/dvd form being created.<br>
<br>
</div></div>Yes, they are created by udev. I had the same problem as yours but my<br>
description of the problem was slightly different from yours: links<br>
/dev/dvd to /dev/sr0 were created at boot time but erased as soon as I<br>
put a cd|dvd in the drive. So I could use the drive only once!<br>
<br>
<br>
The missing file was: /etc/udev/rules.d/70-persistent-cd.rules<br></blockquote><div><br>Yes, I have it. Here&#39;s the content:<br><br># DVD-RW_DVR-217D (pci-0000:00:11.0-scsi-1:0:0:0)<br>ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-1:0:0:0&quot;, SYMLINK+=&quot;cdrom&quot;, ENV{GENERATED}=&quot;1&quot;<br>
ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-1:0:0:0&quot;, SYMLINK+=&quot;cdrw&quot;, ENV{GENERATED}=&quot;1&quot;<br>ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-1:0:0:0&quot;, SYMLINK+=&quot;dvd&quot;, ENV{GENERATED}=&quot;1&quot;<br>
ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-1:0:0:0&quot;, SYMLINK+=&quot;dvdrw&quot;, ENV{GENERATED}=&quot;1&quot;<br># DVD-RW_DVR-217D (pci-0000:00:11.0-scsi-3:0:0:0)<br>SUBSYSTEM==&quot;block&quot;, ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-3:0:0:0&quot;, SYMLINK+=&quot;cdrom1&quot;, ENV{GENERATED}=&quot;1&quot;<br>
SUBSYSTEM==&quot;block&quot;, ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-3:0:0:0&quot;, SYMLINK+=&quot;cdrw1&quot;, ENV{GENERATED}=&quot;1&quot;<br>SUBSYSTEM==&quot;block&quot;, ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-3:0:0:0&quot;, SYMLINK+=&quot;dvd1&quot;, ENV{GENERATED}=&quot;1&quot;<br>
SUBSYSTEM==&quot;block&quot;, ENV{ID_CDROM}==&quot;?*&quot;, ENV{ID_PATH}==&quot;pci-0000:00:11.0-scsi-3:0:0:0&quot;, SYMLINK+=&quot;dvdrw1&quot;, ENV{GENERATED}=&quot;1&quot;<br></div></div>