From: DervishD <raul@pleyades.net>
To: Linux-kernel <linux-kernel@vger.kernel.org>
Subject: USB Mouse issue
Date: Wed, 2 Apr 2003 21:37:31 +0200 [thread overview]
Message-ID: <20030402193731.GA1273@DervishD> (raw)
Hi all :))
I've recently installed a USB mouse, and I want it to run with
HIDBP. I have USB and USB_UHCI (and USB_DEVICEFS) built into the
kernel and I successfully use my printer thru the USB interface. No
problem with that, with a 2.4.18 kernel.
The USB mouse support I have it as a module, as well as the input
core support. Well, I do:
$ insmod input
$ insmod usbmouse
and I have a char device with major 180, minor 16 (first USB
mouse, per Documentation/devices.txt). I load the modules by hand
because the default 'above' settings for modprobe with this modules
want to install keybdev and others.
My system log says:
<30>Apr 2 21:30:32 kernel: usb.c: registered new driver usb_mouse
<30>Apr 2 21:30:32 kernel: input0: Logitech USB-PS/2 Trackball on usb1:2.0
<30>Apr 2 21:30:32 kernel: usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
that is, seems to detect the mouse properly, doesn't it?
But when I do 'gpm -m mouse -p -t imps2' I have a 'ENODEV'. Same
if I try to open 'mouse' with cat or the like, always ENODEV:
crw-r--r-- 1 root root 180,16 mouse
Is the node correct? I'm doing all this as root, so no permission
problems should arise :? and I've tested too 13,32 and 13,63 nodes,
too, no one worked :( (same: ENODEV).
I don't want to use the /dev/input/... interface, since this
mouse should work with HIDBP. Must I use any additional module? If
so, why the kernel is not telling me anything about unresolved
symbols, lack of support, etc...? Must I use another minor?
Thanks in advance :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://www.pleyades.net/~raulnac
next reply other threads:[~2003-04-02 19:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-02 19:37 DervishD [this message]
2003-04-03 0:53 ` USB Mouse issue Greg KH
2003-04-03 10:10 ` DervishD
2003-04-03 17:07 ` Greg KH
2003-04-03 20:50 ` DervishD
2003-04-09 5:09 ` Greg KH
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=20030402193731.GA1273@DervishD \
--to=raul@pleyades.net \
--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.