From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 08 Oct 2009 18:24:14 +0000 Subject: Re: group is not set properly for usb printer for older kernels Message-Id: List-Id: References: <20091008191201.19276c15@workstation64.home> In-Reply-To: <20091008191201.19276c15@workstation64.home> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Thu, Oct 8, 2009 at 20:19, Andreas Radke wrote: > should be this: > > [root@server64 andyrtr]# ls -1hR /dev/.udev/names/usbdev4.5 > /dev/.udev/names/usbdev4.5: > \x2fdevices\x2fpci0000:00\x2f0000:00:04.0\x2fusb4\x2f4-2\x2fusb_device\x2fusbdev4.5 usbdev4.5 should not exist with recent kernels, the device nodes are provided by the usb bus device directly. Do you have: CONFIG_USB_CLASS_DEVICE enabled? Kay