public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* usb problems (no /dev/usb)
@ 2002-04-08 19:06 Felix Seeger
  2002-04-08 23:59 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Seeger @ 2002-04-08 19:06 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I have tried to install a usb printer but I have no /dev/usb.

Usb drivers / usb printer installed (in kernel / module)

Do I have to create the folders /dev/usb and the things that are in there ?
Why ? ;)


thanks
have fun
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8seo5S0DOrvdnsewRAmjEAJwJfGIHjTSfX9IQEDk0qswQnPUq5gCeKj/3
pWRFGiU6pmViP0A+1zhFQto=
=fUQz
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: usb problems (no /dev/usb)
  2002-04-08 19:06 usb problems (no /dev/usb) Felix Seeger
@ 2002-04-08 23:59 ` Greg KH
  2002-04-09  7:17   ` Felix Seeger
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2002-04-08 23:59 UTC (permalink / raw)
  To: Felix Seeger; +Cc: linux-kernel

On Mon, Apr 08, 2002 at 09:06:33PM +0200, Felix Seeger wrote:
> Hi
> 
> I have tried to install a usb printer but I have no /dev/usb.
> 
> Usb drivers / usb printer installed (in kernel / module)
> 
> Do I have to create the folders /dev/usb and the things that are in there ?

If you are not using devfs, yes.

> Why ? ;)

Welcome to Unix :)

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: usb problems (no /dev/usb)
  2002-04-08 23:59 ` Greg KH
@ 2002-04-09  7:17   ` Felix Seeger
  2002-04-09 16:18     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Felix Seeger @ 2002-04-09  7:17 UTC (permalink / raw)
  To: Greg KH, Felix Seeger; +Cc: linux-kernel

Am Dienstag, 9. April 2002 01:59 schrieb Greg KH:
> On Mon, Apr 08, 2002 at 09:06:33PM +0200, Felix Seeger wrote:
> > Hi
> >
> > I have tried to install a usb printer but I have no /dev/usb.
> >
> > Usb drivers / usb printer installed (in kernel / module)
> >
> > Do I have to create the folders /dev/usb and the things that are in there
> > ?
>
> If you are not using devfs, yes.
>
> > Why ? ;)
>
> Welcome to Unix :)
>
> thanks,
>
> greg k-h
Ok, it is in development, thats fine ;)
It works now, I've found a mknod command in the newsgroups.

Is there a document for mknod which explaints the numbers at the ond of the 
command. The manpage is not really good.

thanks
have fun
Felix

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: usb problems (no /dev/usb)
  2002-04-09  7:17   ` Felix Seeger
@ 2002-04-09 16:18     ` Greg KH
  2002-04-09 22:25       ` Felix Seeger
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2002-04-09 16:18 UTC (permalink / raw)
  To: Felix Seeger; +Cc: Felix Seeger, linux-kernel

On Tue, Apr 09, 2002 at 09:17:21AM +0200, Felix Seeger wrote:
> Am Dienstag, 9. April 2002 01:59 schrieb Greg KH:
> > On Mon, Apr 08, 2002 at 09:06:33PM +0200, Felix Seeger wrote:
> > > Hi
> > >
> > > I have tried to install a usb printer but I have no /dev/usb.
> > >
> > > Usb drivers / usb printer installed (in kernel / module)
> > >
> > > Do I have to create the folders /dev/usb and the things that are in there
> > > ?
> >
> > If you are not using devfs, yes.
> >
> > > Why ? ;)
> >
> > Welcome to Unix :)
> >
> > thanks,
> >
> > greg k-h
> Ok, it is in development, thats fine ;)
> It works now, I've found a mknod command in the newsgroups.

Heh, no it's not in development.  Sorry for giving you such a short
answer, but it was a short question, with a lot of needed information
missing :)

Your distro should have set up all of the /dev nodes properly.  If you
are using an old distro version (as I am guessing you are) you will have
to set up the missing /dev entries by hand.

> Is there a document for mknod which explaints the numbers at the ond of the 
> command. The manpage is not really good.

All of the numbers are documented in the Documentation/devices.txt
file.  The Linux USB Guide at http://www.linux-usb.org/ also has info on
how to create the needed USB device entries if you're interested.

Good luck,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: usb problems (no /dev/usb)
  2002-04-09 16:18     ` Greg KH
@ 2002-04-09 22:25       ` Felix Seeger
  0 siblings, 0 replies; 5+ messages in thread
From: Felix Seeger @ 2002-04-09 22:25 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Dienstag, 9. April 2002 18:18 schrieb Greg KH:
> On Tue, Apr 09, 2002 at 09:17:21AM +0200, Felix Seeger wrote:
> > Am Dienstag, 9. April 2002 01:59 schrieb Greg KH:
> > > On Mon, Apr 08, 2002 at 09:06:33PM +0200, Felix Seeger wrote:
> > > > Hi
> > > >
> > > > I have tried to install a usb printer but I have no /dev/usb.
> > > >
> > > > Usb drivers / usb printer installed (in kernel / module)
> > > >
> > > > Do I have to create the folders /dev/usb and the things that are in
> > > > there ?
> > >
> > > If you are not using devfs, yes.
> > >
> > > > Why ? ;)
> > >
> > > Welcome to Unix :)
> > >
> > > thanks,
> > >
> > > greg k-h
> >
> > Ok, it is in development, thats fine ;)
> > It works now, I've found a mknod command in the newsgroups.
>
> Heh, no it's not in development.  Sorry for giving you such a short
> answer, but it was a short question, with a lot of needed information
> missing :)
>
> Your distro should have set up all of the /dev nodes properly.  If you
> are using an old distro version (as I am guessing you are) you will have
> to set up the missing /dev entries by hand.
I'm using Debian unstable. I think this is new.
But Debian is not the best in "self doing linux", so thats ok ;)

What is mit devfs, it is experimental. But what is it's status.

Will it delete my files, will it toast my printer or will it only crash my 
system ?
If it ok, I think I could change to it.

> > Is there a document for mknod which explaints the numbers at the ond of
> > the command. The manpage is not really good.
>
> All of the numbers are documented in the Documentation/devices.txt
> file.  The Linux USB Guide at http://www.linux-usb.org/ also has info on
> how to create the needed USB device entries if you're interested.
I will have a look at it.

> Good luck,
>
> greg k-h

thanks

have fun
Felix
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8s2pnS0DOrvdnsewRAldVAJ9bBt9HhFcjdCtmbqQg2Tucd5nmaQCePczC
jZrrwgOadG598ux8CjcMNxY=
=dE+P
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-04-09 22:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-08 19:06 usb problems (no /dev/usb) Felix Seeger
2002-04-08 23:59 ` Greg KH
2002-04-09  7:17   ` Felix Seeger
2002-04-09 16:18     ` Greg KH
2002-04-09 22:25       ` Felix Seeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox