From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Sat, 07 Feb 2004 16:12:48 +0000 Subject: Re: usb stick is not found under /udev Message-Id: <1076170368.2118.5.camel@pim> List-Id: References: <1076158298.29585.29.camel@moen.bioinf.mdc-berlin.de> In-Reply-To: <1076158298.29585.29.camel@moen.bioinf.mdc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org On Sat, 2004-02-07 at 16:37, Juergen Rose wrote: > Hi Kay, > On Sat, 2004-02-07 at 16:08, Kay Sievers wrote: > ... > > > I suppose the interesting information of '/sbin/udevinfo -a -p > > > /sys/block/sda/sda1' is: > >=20 > > > SYSFS_vendor=3D"Generic " > >=20 > > > BUS=3D"scsi", SYSFS_vendor=3D"Generic", NAME=3D"stick%n" > > >=20 > > > After uncommenting one of these rules in /etc/udev/udev.rules I stoped > > > (/etc/init.d/udev stop) and started (/etc/init.d/udev start) udev aga= in. > > > But I did not get a /udev/stick* entry in /udev for any of this three > > > rules. What is wrong? > >=20 > > Hey, add the missing space character :) >=20 > I have now in udev.rules: >=20 > BUS=3D"scsi", SYSFS_vendor=3D"Generic ", NAME=3D"stick%n" > #BUS=3D"usb", SYSFS_vendor=3D"Generic ", NAME=3D"stick%n" > #BUS=3D"usb", SYSFS_product=3D"Cruzer Mini", NAME=3D"stick%n" >=20 > I restarted udev and did not get any /udev/stick* or /dev/sd* entry, I > removed the usb stick, plugged in the stick, no /udev/stick* entry. Maybe this works: BUS=3D"usb", SYSFS_product=3D"Cruzer Mini ", NAME=3D"stick%n" if not please do: make clean make DEBUG=3Dtrue make install and follow the syslog while connecting the stick. At the end of the day, it will work :) Gr=FC=DFe Kay ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel