How EXACTCLY (step by step) get the MS Optical USB to work?

I’m a 100% QNX newbie, and I would like to know how to get my Microsoft USB
optical mouse to work - some guy in the input group said something fuzzy
(that I didnt understand). Could someone guide me?

Fuzzy fuzzy…

  1. Create rc.local file in /etc/rc.d/

Put the following lines in:

devu-ohci (or devu-uhci depending on which your system works with)
sleep 3
devu-mouse

  1. Make rc.local executable

chmod +x rc.local

  1. Create input.[hostname] (hostname can be gotten from ‘uname -a’) in
    /etc/config/trap/

Put the following line in:

kbd fd -d/dev/kbd msoft fd -d/dev/usbmouse0

Your done!

E.




Nemo2001 <love@blomquist.to> wrote:

I’m a 100% QNX newbie, and I would like to know how to get my Microsoft USB
optical mouse to work - some guy in the input group said something fuzzy
(that I didnt understand). Could someone guide me?