From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Radke Date: Thu, 08 Oct 2009 18:33:40 +0000 Subject: Re: group is not set properly for usb printer for older kernels Message-Id: <20091008203340.3dac0c44@workstation64.home> 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 Am Thu, 8 Oct 2009 20:24:14 +0200 schrieb Kay Sievers : > 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 > Yes. It's enabled: config 2.6.27.31: # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_SUSPEND=y # CONFIG_USB_OTG is not set CONFIG_USB_MON=y config 2.6.31.2: # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_SUSPEND=y # CONFIG_USB_OTG is not set CONFIG_USB_MON=m CONFIG_USB_WUSB=m CONFIG_USB_WUSB_CBAF=m # CONFIG_USB_WUSB_CBAF_DEBUG is not set -Andy