linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: usb stick is not found under /udev
Date: Sat, 07 Feb 2004 16:12:48 +0000	[thread overview]
Message-ID: <1076170368.2118.5.camel@pim> (raw)
In-Reply-To: <1076158298.29585.29.camel@moen.bioinf.mdc-berlin.de>

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:
> > 
> > >     SYSFS_vendor="Generic "
> > 
> > > BUS="scsi", SYSFS_vendor="Generic", NAME="stick%n"
> > > 
> > > 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 again.
> > > But I did not get a /udev/stick* entry in /udev for any of this three
> > > rules. What is wrong?
> > 
> > Hey, add the missing space character :)
> 
> I have now in udev.rules:
> 
> BUS="scsi", SYSFS_vendor="Generic ", NAME="stick%n"
> #BUS="usb", SYSFS_vendor="Generic ", NAME="stick%n"
> #BUS="usb", SYSFS_product="Cruzer Mini", NAME="stick%n"
> 
> 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="usb", SYSFS_product="Cruzer Mini ", NAME="stick%n"

if not please do:

  make clean
  make DEBUG=true
  make install

and follow the syslog while connecting the stick.
At the end of the day, it will work :)

Grüße
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

  parent reply	other threads:[~2004-02-07 16:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-07 12:51 usb stick is not found under /udev Juergen Rose
2004-02-07 13:21 ` Kay Sievers
2004-02-07 14:58 ` Juergen Rose
2004-02-07 15:08 ` Kay Sievers
2004-02-07 15:37 ` Juergen Rose
2004-02-07 16:12 ` Kay Sievers [this message]
2004-02-07 19:14 ` Juergen Rose
2004-02-07 19:27 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1076170368.2118.5.camel@pim \
    --to=kay.sievers@vrfy.org \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).