LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   logitech dinovo mini - integrated mouse not working (https://www.linuxquestions.org/questions/linux-hardware-18/logitech-dinovo-mini-integrated-mouse-not-working-782720/)

biggles1963 01-17-2010 01:34 AM

logitech dinovo mini - integrated mouse not working
 
It works under Windoze but in Linux the integrated mouse doesn't work.
Whilst it's forced me to learn some keyboard shortcuts, the mouse would help a lot. Any ideas?

This is my media PC. I run currently run Mandriva 2008 & use Kafiene to watch/record etc TV.

tredegar 01-17-2010 09:33 AM

Did you do a search?
I found this (quite quickly) for you: http://wiki.linuxmce.org/index.php/Logitech_Dinovo_Mini
Perhaps that will help.

biggles1963 01-18-2010 06:09 AM

thanks but translation to Mandriva if possible...
 
thanks. I did do a search but couldn't find anything. Re the link you gave me I tried the following:
edit /etc/modprobe.d/options
There's no "options" file in /etc/modprobe.d but there's ipw-no-associate.conf which contains "options ... lines". I added the line as given:
options usbhid quirks=0x046d:0xc71f:0x00020000
then as recommended
update-initramfs -u
no such command/script. I tried rebooting but that didn't do anything.
I'm a little nervous running commands as root when I don't really know what they do. My next "upgrade" will be to another distro but at the moment Mandriva 2008.0 is doing what I want. Can anyone translate the above to Mandriva?

tredegar 01-18-2010 11:51 AM

Mandriva is built on Red Hat. The 'buntus built on Debian. They are fundamentally different in the ways they handle networks, modules, and other things. I don't have a Red Hat based system to play with.

Looks like your device works with 'buntu 9.04 at least:
http://linuxlookup.com/guide_to_buil...nter_on_ubuntu

It's not working with Red Hat (well, not "out of the Box") as of Dec 2009 (so probably not fixed yet):
http://lame.lut.fi/linux/kernel/v2.6....6.32-git7.log

I think that link I gave you tells you what to do to make it work, but the precise details are incorrect for your distro.

I suggest you either learn about how Mandriva manages module options, and edit the appropriate files,
-or-
Try and get it working from the command-line eg

Code:

sudo rmmod usbhid
sudo modprobe -v usbhid quirks=0x046d:0xc71f:0x00080000

Then plug it in and see if it works. ( No changes needed to initramfsif you do it this way ).
If it doesn't work you could try:
Code:

sudo rmmod usbhid
sudo modprobe -v usbhid quirks=0x046d:0xc71f:0x00020000

as mentioned in the above link at post #2

Quote:

There's no "options" file in /etc/modprobe.d but there's ipw-no-associate.conf which contains "options ... lines". I added the line as given:
options usbhid quirks=0x046d:0xc71f:0x00020000
then as recommended
Oooops! No. You edited the wrong file. Please go back and restore it to as it was, or your wireless interface may be unusable (and you'll be wondering why?).

biggles1963 01-21-2010 05:05 AM

thanks - solution use another bluetooth adaptor
 
thanks for the help. I'd obviously been searching in the wrong places. For anyone else with the same problem, I've resolved the problem by pairing the unit with another bluetooth transmitter instead of the pre-paired provided one. By pairing it with a normal bluetooth transmitter then running hidd --search (as root while pressing the pair button on the keyboard) apparently Linux sees it as a HID (Human Interface Device) and knows how to deal with it. Works perfectly. There's a little blank spot next to the battery to store the provided usb stick.

tredegar 01-21-2010 12:41 PM

Interesting.

But I am puzzled - BT is BT (unless your device's BT dongle / "provided USB stick" is very broken).

Maybe try the original BT dongle, and go through the steps you did to get it working with "another transmitter". I'd be interested to know if it then works.

If not, please plug in the "bad" dongle and post the output of lsusb so we can see that its USB IDs are.

Thanks.


All times are GMT -5. The time now is 05:55 AM.