[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

USB modules



Hello.

I have just compiled a 2.2.18 kernel w/crypto modules, and am now trying
to get USB working.  I have dug around on the debian site, and various
other sites, trying to find an answer as to why I can't install the
  input.o
module.  Apparently I've done something wrong, but am at a loss.  The
current output of lsmod looks like this:

Module                  Size  Used by
usb-uhci               19072   0  (unused)
usbcore                43408   1  [usb-uhci]
joy-analog              4880   0  (unused)
es1371                 24672   0 
joystick                5760   0  [joy-analog]
ppp                    20816   0  (unused)
slhc                    4480   0  [ppp]
tulip                  30752   1 
lp                      5520   0  (unused)
parport_pc              7600   1 
parport                 7424   1  [lp parport_pc]
vfat                    9616   0  (unused)
fat                    30112   0  [vfat]
isofs                  18336   0  (unused)
sr_mod                 15920   0  (unused)
cdrom                  27328   0  [sr_mod]
sd_mod                 16176   0  (unused)
sg                     12192   0  (unused)
aic7xxx               128592   0 
scsi_mod               51792   4  [sr_mod sd_mod sg aic7xxx]
dummy                   1024   0  (unused)
loop_gen                1344   0  (unused)
cryptoapi               1680   0  [loop_gen]
loop                    7968   0  [loop_gen]
ide-floppy              9280   0 
soundcore               2576   4  [es1371]

and trying to do "modprobe input" produces:

/lib/modules/2.2.18/usb/input.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.2.18/usb/input.o: insmod /lib/modules/2.2.18/usb/input.o failed
/lib/modules/2.2.18/usb/input.o: insmod input failed

My system has been upgraded to testing from stable, so there may be fs
issues (I've been playing with 2.4.x kernels recently).  I have checked
the layout of /dev/input and it looks like this:

total 28
drwxr-xr-x    2 root     root         4096 Dec  7  2000 .
drwxr-xr-x    7 root     root        24576 Jun 13 08:38 ..
crw-r--r--    1 root     root      13,  64 Dec  7  2000 event0
crw-r--r--    1 root     root      13,  65 Dec  7  2000 event1
crw-r--r--    1 root     root      13,  66 Dec  7  2000 event2
crw-r--r--    1 root     root      13,  67 Dec  7  2000 event3
crw-r--r--    1 root     root      13,  68 Dec  7  2000 event4
crw-r--r--    1 root     root      13,  69 Dec  7  2000 event5
crw-r--r--    1 root     root      13,  70 Dec  7  2000 event6
crw-r--r--    1 root     root      13,  71 Dec  7  2000 event7
crw-r--r--    1 root     root      13,  72 Dec  7  2000 event8
crw-r--r--    1 root     root      13,  73 Dec  7  2000 event9
crw-r--r--    1 root     root      13,   0 Dec  7  2000 js0
crw-r--r--    1 root     root      13,   1 Dec  7  2000 js1
crw-r--r--    1 root     root      13,   2 Dec  7  2000 js2
crw-r--r--    1 root     root      13,   3 Dec  7  2000 js3
crw-r--r--    1 root     root      13,   4 Dec  7  2000 js4
crw-r--r--    1 root     root      13,   5 Dec  7  2000 js5
crw-r--r--    1 root     root      13,   6 Dec  7  2000 js6
crw-r--r--    1 root     root      13,   7 Dec  7  2000 js7
crw-r--r--    1 root     root      13,   8 Dec  7  2000 js8
crw-r--r--    1 root     root      13,   9 Dec  7  2000 js9
crw-r--r--    1 root     root      13,  63 Dec  7  2000 mice
crw-r--r--    1 root     root      13,  32 Dec  7  2000 mouse0
crw-r--r--    1 root     root      13,  33 Dec  7  2000 mouse1
crw-r--r--    1 root     root      13,  34 Dec  7  2000 mouse2
crw-r--r--    1 root     root      13,  35 Dec  7  2000 mouse3
crw-r--r--    1 root     root      13,  36 Dec  7  2000 mouse4
crw-r--r--    1 root     root      13,  37 Dec  7  2000 mouse5
crw-r--r--    1 root     root      13,  38 Dec  7  2000 mouse6
crw-r--r--    1 root     root      13,  39 Dec  7  2000 mouse7
crw-r--r--    1 root     root      13,  40 Dec  7  2000 mouse8
crw-r--r--    1 root     root      13,  41 Dec  7  2000 mouse9

And the major and minor numbers correspond to what I expect to see
for the first USB mouse (mouse0).  Am I missing something obvious?
Nowhere is mention made of parameters to be passed to the input.o
module in modconf.

Thanks in advance,
-- 
Mike Pfleger

There's seventy brilliant people on earth.
Where are they hiding?
"Yashar" -Cabaret Voltaire (off of "2x45")



Reply to: