Erick,
Thanks for your help with my mouse. Yes, I am running as root. When I type
“usb -vvv”, I see:
/dev> usb -vvv
USB (UHCI) v1.10, v1.00 DDK
Control, Interrupt, Bulk, Isoch, Low speed, High speed
/dev>
I would expect to see that, because there have been no usb devices
successfully installed/started. If/when I ever get the mouse installed, I
expect “usb -vvv” to print out information regarding the mouse parameters.
I don’t have an /etc/config/trap/input.[host] file; should I create it as you
described? Is it read before, or after, the devu-mouse command? Just
wondering, because devu-mouse fails to create the /dev/usbmouse0 entry in the
/dev directory, as stated below in my first email. I guess I’m just not sure
how the input.[host] file entry would help solve the problem that the
usbmouse0 never “shows up” in the /dev directory. Thanks for all your help!
Neville
Hardware Support Account wrote:
Hi Neville,
What do you see when you type usb -vvv?
Are you running as root?
The inputtrap stuff is located in
/etc/config/trap/input.[host]
in this file you want to have something like this:
msoft fd -d/dev/usbmouse0
I have a logitech 3 button scroll mouse here that works fine, using a
open host controler.
Erick.
Neville Bonwit <> neville@erg.sri.com> > wrote:
I’m trying to get my Logitech iFeel MouseMan Optical up and running on
QNX RTP and am having difficulty. As root, from the command line, I
type the following:
devu-uhci &
devu-mouse &
After the uhci command, I see “usb” appear in /dev. However, I should
also expect to see /dev/usbmouse0, but it never appears there.
By the way, I also have a regular ps/2 mouse plugged in the system. I
don’t know if that’s causing problems. I don’t know where my
mouse/keyboard is getting started when I boot up, so I don’t know how to
boot up without enabling the ps/2 mouse. I know how to disable the ps/2
mouse and how to restart it (via inputtrap).
Even when I disable the mouse, then run the devu commands, the usbmouse
still doesn’t appear.
Any help would be appreciated. Thanks!
Neville