All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Jens Ansorg <jens@ja-web.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: USB devices in 2.5.xx do not show in /dev
Date: Sun, 6 Apr 2003 23:51:01 -0700	[thread overview]
Message-ID: <20030407065101.GA20257@kroah.com> (raw)
In-Reply-To: <1049696485.3321.16.camel@lisaserver>

On Mon, Apr 07, 2003 at 08:21:26AM +0200, Jens Ansorg wrote:
> On Sun, 2003-04-06 at 22:16, Greg KH wrote:
> > You have to have an actual device for the /dev node to show up.  Do you
> > have any USB devices plugged in?  What does:
> > 	tree /sys/bus/usb/
> > show?
> > 
> 
> yes, I have both, a scanner and a printer plugged into the computer
> 
> but there is nothing under /proc/bus/usb, it's empty

Please see:
	http://www.linux-usb.org/FAQ.html#gs3

You probably have to mount usbfs yourself, as some distro's startup
scripts seem to not like 2.5 and don't do it for you.

> (there is no /sys/ on my PC?)

Make the directory:
	mkdir /sys
and then mount sysfs there:
	mount -t sysfs none /sys

Edit your /etc/fstab to add it so that it is always mounted at startup.

> the usbview application also complains that there is no usbfs although
> it gets registered by the core usb driver

Sounds like you don't have a USB host controller driver getting loaded,
right?  What does lsmod show?

thanks,

greg k-h

  reply	other threads:[~2003-04-07  6:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-06 12:36 USB devices in 2.5.xx do not show in /dev Jens Ansorg
2003-04-06 20:16 ` Greg KH
2003-04-07  6:21   ` Jens Ansorg
2003-04-07  6:51     ` Greg KH [this message]
2003-04-07 18:57       ` Jens Ansorg

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=20030407065101.GA20257@kroah.com \
    --to=greg@kroah.com \
    --cc=jens@ja-web.de \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.