I have a usb wireless mouse that I had to do a "modprobe psmouse" to get working. Not to sure about blue tooth
how so i install a blue tooth mouse ?
i have a toshiba tecraM and everything is working great , but
the f@!#$g mouse is not working ?!
please help
I have a usb wireless mouse that I had to do a "modprobe psmouse" to get working. Not to sure about blue tooth
no good , thanks
1) Open /etc/rc.d/rc.bluetooth.conf and add
2) Start your bluetooth servicesCode:HCID_ENABLE=true HIDD_ENABLE=true
3) Find out your mouses bd_addrCode:bash /etc/rc.d/rc.bluetooth start
4) Load the hidp kernel moduleCode:hcitool scan
5) Now you can connect to the mouseCode:modprobe -v hidp
6) Check your connectionCode:hidd --connect <bd_addr>
And you are done, hope this helps.Code:hidd --show
just had an email from kobibn
Maybe move this post over to the tut's section ??Originally Posted by kobibn
To connect my mouse I only needed to do three steps.
I had to edit my rc.bluetooth.conf the first time I booted backtrack (persistent USB).
Then everytime I boot after that I have to do:
Is there a way to do thebash /etc/rc.d/rc.bluetooth start
hidd --connect MY:MO:US:EM:AC:AD
automatically every time backtrack boots... its a real pain having to do that everytime, even with aliases its still an unecessary step.bash /etc/rc.d/rc.bluetooth start
hidd --connect MY:MO:US:EM:AC:AD
I have it setup like this in ubuntu but cannot figure out how to do the same thing in backtrack.
Thanks a lot secure_it. I knew it was something like that but I was getting tired of searching. I'll have to see if it works though... if the mouse isnt in discovery mode it has a hard time connecting (which I realize doesnt make sense because Ubuntu connects to my mouse no problem and I never have to put it in discovery mode)
I added those two lines to /etc/fstab but the mouse does not connect on startup even if i have it in discovery mode. If I open a shell though, the last two commands in the history are those two commands...so it looks like it executes them but it still doesn't work. Is there a more standard way of doing this... like editing the bluetooth configuration file?
most reliable solution is make a shell script with extension .sh like
vi mouse.sh #put all commands you want to execute without typing again n #again,save and close with :wq
chmod +x #make it executable
sh mouse.sh or ./mouse #everytime when you run pc simply run this #script with one command shot