From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.50)
	id 1EcqRT-000711-EW
	for garchives@archives.gentoo.org; Thu, 17 Nov 2005 20:33:11 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAHKWAPi020170;
	Thu, 17 Nov 2005 20:32:10 GMT
Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198])
	by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAHKQqYx027154
	for <gentoo-user@lists.gentoo.org>; Thu, 17 Nov 2005 20:26:53 GMT
Received: by wproxy.gmail.com with SMTP id i28so479943wra
        for <gentoo-user@lists.gentoo.org>; Thu, 17 Nov 2005 12:26:52 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=fMgd0DwBJjxSkR0f1jTILYN+qscxunVjlhl9musugieexvBcl+e2tPTAPts+2E+WFiXF4JNmyC+VLn483k/L4BbJjY+mLIDdrjo+cTB/ZbJNAZbe5JVKJGF2FpV7MWTBl0O1Z2xkXgTTdqyUUVcSdP0HAoStIk6legm0Yaql034=
Received: by 10.54.114.5 with SMTP id m5mr5027324wrc;
        Thu, 17 Nov 2005 12:26:52 -0800 (PST)
Received: by 10.54.126.13 with HTTP; Thu, 17 Nov 2005 12:26:52 -0800 (PST)
Message-ID: <7573e9640511171226sbf6b0e8x3ce0d9f06f8acd68@mail.gmail.com>
Date: Thu, 17 Nov 2005 13:26:52 -0700
From: Richard Fish <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] udev: lost dvd
In-Reply-To: <loom.20051117T190341-271@post.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <loom.20051117T190341-271@post.gmane.org>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id jAHKQqYx027154
X-Archives-Salt: c67db2ab-c205-4294-b25c-932c62305f86
X-Archives-Hash: 095783f06da2a6acf2aa9f8b5735b156

On 11/17/05, James <wireless@tampabay.rr.com> wrote:
> Sooooooooooo:
> I did notice The dvd devices are missing:
> ls -alg /dev/dvd

Does /dev/hdc exist?  If so, what are the permissions there?  What
about /dev/cdrom?

What does "/sbin/cdrom_id /dev/hdc" report?

You can also try setting udev_log=7 in /etc/udev/udev.conf, run
udevstart, and take a look at the messages in /var/log/messages to see
what devices udev is seeing, what rules it is matching for those, and
what devices and links it is creating.

> likewise video is missing:
> ls -alg /dev/video
> ls: /dev/video: No such file or directory

The default rules for udev (in /etc/udev/rules.d/50-udev.rules) makes
framebuffer devices in /dev/fb/, with symlinks at /dev/fbX.  The only
'video' devices are for capture cards, and are created as
/dev/v4l/videoX, with symlinks as /dev/videoX.  What device are you
expecting at /dev/video?

-Richard

-- 
gentoo-user@gentoo.org mailing list