From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Radke Date: Sun, 11 Oct 2009 18:48:11 +0000 Subject: Re: group is not set properly for usb printer for older kernels Message-Id: <20091011204811.209c09a2@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 Fri, 9 Oct 2009 12:33:36 +0200 schrieb Andreas Radke : > Am Fri, 9 Oct 2009 11:29:55 +0200 > schrieb Kay Sievers : > > > If the usbdev* devices, and /sys/class/usb_device/ are gone, are you > > sure you don't have anything else running that mangles permissions > > of device nodes? > > > > Kay > > Sorry, I don't understand what you mean. There are not many services > running on the server and no other devices connected to usb. > > Please try to catch me on irc or jabber/icq/msn for a quick talk. > thanks. > > Andy > -- > To unsubscribe from this list: send the line "unsubscribe > linux-hotplug" in the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Solved it now with a custom udev rule. Haven't found out why the generic one fails here. SYSFS{idVendor}="043d", SYSFS{idProduct}="000c", GROUP="lp", MODE="0664" Thanks anyway. If you have an idea how to find out the real reason drop me a mail. -Andy