From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ou4ZL-0003Vs-FP for garchives@archives.gentoo.org; Fri, 10 Sep 2010 14:27:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61FDBE079B; Fri, 10 Sep 2010 14:26:04 +0000 (UTC) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by pigeon.gentoo.org (Postfix) with ESMTP id 5BDD3E079B for ; Fri, 10 Sep 2010 14:26:02 +0000 (UTC) Received: from UNKNOWN (unknown [172.20.243.135]) by smtp3-g21.free.fr (Postfix) with ESMTP id 5529781811C for ; Fri, 10 Sep 2010 16:25:58 +0200 (CEST) Received: by UNKNOWN (Postfix, from userid 0) id 4FCF486822989; Fri, 10 Sep 2010 16:25:57 +0200 (CEST) Received: from ([88.176.244.27]) by imp.free.fr (IMP) with HTTP for ; Fri, 10 Sep 2010 16:25:57 +0200 Message-ID: <1284128757.4c8a3ff534203@imp.free.fr> Date: Fri, 10 Sep 2010 16:25:57 +0200 From: alain.didierjean@free.fr To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] undetected DVD r/w device References: <1283763300.4c84ac640b3cc@imp.free.fr> <520A331A-CFB9-44B4-A88D-3152D3DC1D1B@stellar.eclipse.co.uk> <1283785877.4c8504958e9a9@imp.free.fr> In-Reply-To: <1283785877.4c8504958e9a9@imp.free.fr> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 User-Agent: Internet Messaging Program (IMP) 3.2.8 X-Originating-IP: 88.176.244.27 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 15d24f09-169f-4295-b503-aa1c261509aa X-Archives-Hash: 87c2b6ec7550bf9b002c83681602f696 Selon alain.didierjean@free.fr: > Selon Stroller : > > > > > On 6 Sep 2010, at 09:55, alain.didierjean@free.fr wrote: > > > > > > > > For some unknown reason, my DVD r/w device is not detected as such > > > by udev: > > > I can mount /dev/hda and read a data CD, ... > > > > Current kernels usually call optical drives /dev/sr0 (/dev/sr1, &c). > > > > There's no sr* device on my system !!! Only way to reach the drive: /de= v/hda. > Help FOLLOW-Up I now use the following udev rules (70-persistent-cd.rules) # TSSTcorpCD_DVDW_SH-W162C (pci-0000:00:06.0) SUBSYSTEM=3D=3D"block", ENV{ID_CDROM}=3D=3D"?*", ENV{ID_PATH}=3D=3D"pci-0= 000:00:06.0", SYMLINK+=3D"cdrom", ENV{GENERATED}=3D"1" SUBSYSTEM=3D=3D"block", ENV{ID_CDROM}=3D=3D"?*", ENV{ID_PATH}=3D=3D"pci-0= 000:00:06.0", SYMLINK+=3D"cdrw", ENV{GENERATED}=3D"1" SUBSYSTEM=3D=3D"block", ENV{ID_CDROM}=3D=3D"?*", ENV{ID_PATH}=3D=3D"pci-0= 000:00:06.0", SYMLINK+=3D"dvd", ENV{GENERATED}=3D"1" SUBSYSTEM=3D=3D"block", ENV{ID_CDROM}=3D=3D"?*", ENV{ID_PATH}=3D=3D"pci-0= 000:00:06.0", SYMLINK+=3D"dvdrw", ENV{GENERATED}=3D"1" # ~adj~ added SUBSYSTEM=3D=3D"block", KERNEL=3D=3D"hda", SYMLINK+=3D"cdrom", GROUP=3D"c= drom" SUBSYSTEM=3D=3D"block", KERNEL=3D=3D"hda", SYMLINK+=3D"cdrw", GROUP=3D"cd= rom" SUBSYSTEM=3D=3D"block", KERNEL=3D=3D"hda", SYMLINK+=3D"dvd", GROUP=3D"cdr= om" SUBSYSTEM=3D=3D"block", KERNEL=3D=3D"hda", SYMLINK+=3D"dvdrw", GROUP=3D"c= drom" symbolic links get created, no /dev/sr0. k3b still refuses to work. BUT when I # mount --bind / temporary I do get a /temporary/dev/sr0 !! What give ? I'm reluctant to add a NAME=3Dsr0 rule as it should be the de= fault; What's going on ? -- ~adj~