Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26026 - modprobe: FATAL : Module mousedev not found 2.6.0-test2-mm4
Summary: modprobe: FATAL : Module mousedev not found 2.6.0-test2-mm4
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 00:40 UTC by Anubis
Modified: 2003-08-06 12:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anubis 2003-08-06 00:40:44 UTC
Mounting local filesystem [ok]
modprobe: FATAL : Module mousedev not found
Mounting USB device filesystem (usbfs) [ok]
Linux gentoo 2.6.0-test2-mm4 #7 Tue Aug 5 23:40:05 UTC 2003 i686 AMD Athlon(tm)
Processor AuthenticAMD GNU/Linux

Kernel keeps giving errors that its trying to load mousedev when there is no
mousedev because it is proper, due to the fact that the option can not be
changed to build a mousedev.

Other than this, everything else appears to work.
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-08-06 02:06:09 UTC
The mousedev module is supplied by

Input device support --->
  <M> Mouse interface
Comment 2 Brian Jackson (RETIRED) gentoo-dev 2003-08-06 05:38:59 UTC
http://ftp.kernel.org/pub/linux/kernel/people/davej/misc/post-halloween-2.5.txt 
 
look throught that doc, and let us know if it helps you. 
Comment 3 Anubis 2003-08-06 06:01:16 UTC
------- Additional Comment #1 From Markus Nigbur  2003-08-06 02:06 EST -------

The mousedev module is supplied by

Input device support --->
  <M> Mouse interface

Nowhere in mm-sources-2.6.0_beta2-r4 can you select this option.

Have you even checked this out? There is only "-----" in the <>.

------- Additional Comment #2 From Brian Jackson  2003-08-06 05:38 EST -------

http://ftp.kernel.org/pub/linux/kernel/people/davej/misc/post-halloween-2.5.txt 
 
look throught that doc, and let us know if it helps you. 

No, it does not, thats why I posted this.report Unless you are talking about something specific in that doc., pointing me there with no explanation helps very little.
Comment 4 Brian Jackson (RETIRED) gentoo-dev 2003-08-06 06:11:51 UTC
sorry, in that doc look for the "input layer" section. The options are very tricky, and 
have moved around. You have to have the proper prerequisites selected. If you 
don't know what you need/don't need, your best option is to say y to everything. 
 
p.s. maybe this would be better served in the kernel bug database 
(bugzilla.gentoo.org) as mm-sources isn't something that Gentoo produces. 
Comment 5 Narada Sage 2003-08-06 06:24:31 UTC
I think in comment #4 you mean bugzilla.kernel.org.  I'm experiencing a problem with the vanilla development-sources whereby my laptop touchpad won't work at all even with most input device options selected.  Could this be related?
Comment 6 Anubis 2003-08-06 06:27:28 UTC
If misconfigured,
  you'll find that your keyboard/mouse/other input device will no longer work.

My mouse(usb) and keyboard(serial) work fine. That is not the problem.
The problem is the error that appears it seems for no reason at boot.


  2.5 offers a much more flexible interface to devices such as keyboards.
- The downside is more confusing options.
  In the "Input device support" menu, be sure to enable at least the following.

                    --- Input I/O drivers
                    < > Serial i/o support
                    < >   i8042 PC Keyboard controller
                    [ ] Keyboards This option 
                    [ ] Mice

My menuconfig looks nothing like that, thus the problem??

<*> Serial i/o support (needed for keyboard and mouse)                           

There is no < >   i8042 PC Keyboard controller.

--- Keyboards  < Is what my Keyboard option looks like.
 --- Mouse interface <Is what the mousedev option looks like. They are both non-adjustable.
Comment 7 Brian Jackson (RETIRED) gentoo-dev 2003-08-06 06:46:04 UTC
for comment #5: 
the -mm sources have some touchpad patches, you'll have to look through LKML to 
see what the options are for it 
 
#6: 
The menus have changed since the last revision of the posthalloween doc. 
I just checked and kconfig now defaults to sane settings (finally). you shouldn't have 
a mousedev module. I would check your modprobe.conf/modules.autoload file and 
make sure there isn't a line looking for the mousedev module. 
 
Comment 8 Anubis 2003-08-06 06:56:38 UTC
There is no call for mousedev in any modules.autoload file to my knowledge.
Comment 9 Brian Jackson (RETIRED) gentoo-dev 2003-08-06 07:30:17 UTC
what about modprobe.conf?
if everything is working correctly, I woudln't worry about this error
Comment 10 Anubis 2003-08-06 10:56:56 UTC
alias char-major-13 input
alias char-major-13-32 mousedev
alias char-major-14 soundcore

This was found from modules.conf. Do I need to comment this? I tried and nothing changed.

I compiled ohci-hcd and psmouse and hid proper as oppossed to modules, and with that setup (usb mouse support compiled in) I get the modprobe :FATAL: Module hid not found as well as mousedev.
Comment 11 Anubis 2003-08-06 10:58:32 UTC
alias char-major-13 input
alias char-major-13-32 mousedev
alias char-major-14 soundcore

This was found from modprobe.conf. Do I need to comment this? I tried and nothing
changed.

I compiled ohci-hcd and psmouse and hid proper as oppossed to modules, and with that
setup (usb mouse support compiled in) I get the modprobe :FATAL: Module hid not found
as well as mousedev.

Comment 12 Martin Schlemmer (RETIRED) gentoo-dev 2003-08-06 11:05:18 UTC
Its hotplug - comment all lines containing 'mousedev' in:

  /etc/hotplug/usb.handmap

Comment 13 Anubis 2003-08-06 12:42:32 UTC
------- Additional Comment #12 From Martin Schlemmer  2003-08-06 11:05 EST -------

Its hotplug - comment all lines containing 'mousedev' in:

  /etc/hotplug/usb.handmap

You were right, it got rid of the mousedev error.

But, to get rid of the hid error I recompiled the kernel with hid as a module, then that error also went away!

Now, I'm happy. New material appeared in the startup routine though. Thought this might be helpful:

input : USB HID v1.10 Mouse [M$ M$ 3-button Mouse..blah] etc..
drivers/usb/core/usb.c:registered new driver hid
"          "/input/hid-core.c: v.2.0:USB HID core driver
*Starting devfsd
Started device management daemon v.1.3.25 for /dev