Linux Newbie help
 help / color / mirror / Atom feed
From: pa3gcu <pa3gcu@zeelandnet.nl>
To: dyeu@tulane.edu, linux-newbie@vger.kernel.org
Subject: Re: Error message on bootup (USB)
Date: Fri, 2 Aug 2002 15:18:40 +0000	[thread overview]
Message-ID: <02080215184001.02607@unix.pa3gcu> (raw)
In-Reply-To: <1028298842.3d4a985a5d418@webmail.tulane.edu>

On Friday 02 August 2002 14:34, dyeu@tulane.edu wrote:
> Just recently I compiled my kernel for the first time (really not as
> tough as it seems), but now I get an error message when the computer
> starts up:
>
> Mounting USB filesystem: mount: mount point /proc/bus/usb does not exist
>
> Nevertheless, my USB mouse works fine, and there doesn't seem to be a
> problem at all.  Poking around in /etc showed this in rc.sysinit:
>
> action $"Mounting USB filesystem: "  mount -t usbdevfs usbdevfs
> /proc/bus/usb
>
> So in conclusion, did I simply forget to include something during the
> make config?  Is it safe to remove the above line from rc.sysinit, or
> should I go back and recompile?  Any advice would be appreciated.

You forgot to say "y" to CONFIG_USB_DEVICEFS when you did;
make {x}{menu}config
To see just what it is read /usr/src/linux/Documentation/Configure.help use 
the node in less to search for;
CONFIG_USB_DEVICEFS 

What you are missing is /proc fileysstem support for USB Devices, in itself 
no big deal, you can live with or without it.

You may indeed comment out the lines in your rc file to stop the messages at 
bootine, or you can indeed choose to ignore them all toghter, there will be 
no ill effects.

You can check out my home page for a short explanation of howto recompile 
your kernel the easy way.
www.people.zeelandnet.nl/pa3gcu/kernel.htm
Read the part about 'make oldconfig' carefully, it will save you a lot of 
worry and time.


> Dave.
>

-- 
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

      reply	other threads:[~2002-08-02 15:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-02 14:34 Error message on bootup (USB) dyeu
2002-08-02 15:18 ` pa3gcu [this message]

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=02080215184001.02607@unix.pa3gcu \
    --to=pa3gcu@zeelandnet.nl \
    --cc=dyeu@tulane.edu \
    --cc=linux-newbie@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