Author Topic: Logitech Dinovo Mini  (Read 5941 times)

DHHJ

  • Making baby steps
  • Posts: 3
    • View Profile
Logitech Dinovo Mini
« on: May 01, 2009, 01:44:38 am »
I'm having trouble with the install of a Dinovo Mini and 0710. The keyboard works as does the trackpad, but the trackpad only works as a directional pad- I want to use it in click and point mode ie. like a mouse.

I have a PS2 keyboard and USB mouse already connected. One thread suggested a change to /etc/modprobe.d/options with

options usbhid quirks=0x046d:0xc71f:0x00080000

followed by

sudo update-initramfs -u

but no difference. So I'm assuming I have an xorg issue?

Here are the xorg InputDevice Sections:

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver   "kbd"
   Option   "CoreKeyboard"
   Option   "XkbRules"   "xorg"
   Option   "XkbModel"   "pc105"
   Option   "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver   "mouse"
   Option   "CorePointer"
   Option   "Device"   "/dev/input/mice"
   Option   "Protocol"   "ImPS/2"
   Option   "ZAxisMapping"   "4 5"
   Option   "Emulate3Buttons"   "true"
EndSection

Help please?!

pigdog

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1105
    • View Profile
Re: Logitech Dinovo Mini
« Reply #1 on: May 06, 2009, 02:28:44 pm »

DHHJ

  • Making baby steps
  • Posts: 3
    • View Profile
Re: Logitech Dinovo Mini
« Reply #2 on: May 06, 2009, 04:55:03 pm »
Yes, I did try the quirks mod from the wiki.

The Dinovo has a slide switch that changes the operation of the trackpad. It can act either as a directional touchpad or as an actual mousepad. The issue I have is that the keyboard and touchpad work fine- when I change the slide switch to mouse mode, only the keyboard works.

I'm wondering if I need an xorg change since the Dinovo may appear as both a keyboard and mouse in a single usb device? What else could be missing?

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Logitech Dinovo Mini
« Reply #3 on: May 06, 2009, 05:13:11 pm »
an HID template will need to be made for this device, along with a DCE driver that detects switch operation, and flips things accordingly.

How to do that is an exercise for the reader.

-Thom

daballiemo

  • Guru
  • ****
  • Posts: 244
  • Full Blown Addict
    • View Profile
Re: Logitech Dinovo Mini
« Reply #4 on: May 22, 2009, 09:56:49 pm »
I have edited the wiki after some factfinding myself, the 0x0008000 quirk did not do it for me as well, 0x0002000 worked like a charm however and I love the pad  ;D. I can say I am very pleased with it because it gives me a keyboard in a decent size without losing the multimedia options.

rgds

Han
HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: Logitech Dinovo Mini
« Reply #5 on: May 22, 2009, 10:20:11 pm »
guys...

let's _PLEASE_ try to make this plug and play!

everything you need to do it is right there on your systems!

-Thom

daballiemo

  • Guru
  • ****
  • Posts: 244
  • Full Blown Addict
    • View Profile
Re: Logitech Dinovo Mini
« Reply #6 on: May 22, 2009, 10:35:08 pm »
Thom,

of course you are right, but I was taking baby steps for now. Hopefully next I will be able to make it supported in whatever way (with possible help  ::)
As far as myself concerns the story continues..

rgds

Han
HP N40L12.04 KVM with virt LCME8.10/10.04
MD: FoxConn NetBox 330I - Samsung LE 26 (1360* 768)
MD: M2NPV-VM dual core AMD 64/3800/2Gb/NV6150 - Samsung UE 55 C8700 (full hd, 3d)
MD: FoxConn NetBox 330I - LG 32ld350

cirion

  • Guru
  • ****
  • Posts: 353
    • View Profile
Re: Logitech Dinovo Mini
« Reply #7 on: May 29, 2009, 02:36:58 pm »
Tom, the Dinovo Mini is already plug and play!
Well, not in 7.10, but in 8.10...

There is a few missing buttons, that do not show like the Fiire and Gyration remotes.
The MCE button and zoom +-.

If you get the HID stuff done, you might be able to fix those buttons to work as F6, F7, F8 since this keyboard does not have any F keys.

theteju

  • Guru
  • ****
  • Posts: 180
    • View Profile
Re: Logitech Dinovo Mini
« Reply #8 on: September 21, 2009, 02:38:27 pm »
Hi,

Did you see this wiki?

http://wiki.linuxmce.org/index.php/Logitech_Dinovo_Mini

Cheers.

OKey. here is my story. I did fresh install 8.10 two days ago and my logitech Dinovo was kinda plug in play. mouse pad was working just fine. all the media buttons as well. to get my Fn7 and Fn8 keys working i followed wiki guide. but it seems to me little confusing. I have few questions for the wiki guide.

Q 1.  where should I add the line, options usbhid quirks=0x046d:0xc71f:0x00080000 in my options file ? I mean beginning or end ?  What is the command in Kubuntu to edit text file ?

Q.2  My /etc/X11/xorg.conf file does not have any thing that says.....

Section "InputDevice"
   Identifier     "Keyboard0"
   Driver         "keyboard"
   Option         "XkbLayout" "us"
   Option         "XkbVariant" "basic"
   Option         "XkbModel" "pc105" 
EndSection

so what am I suppose to do. ?

I modified my /usr/share/X11/xkb/keycodes

put those FK08 ; FK07 numbers and  I got my window key working but still no key working to bring main menu.  I am lost , Please help me.

by the way, I am editing those files with sudo kate (file path) in terminal. I am not sure is it the proper way ?

Thanks.

theteju

  • Guru
  • ****
  • Posts: 180
    • View Profile
Re: Logitech Dinovo Mini
« Reply #9 on: September 27, 2009, 12:35:35 am »
Hello Mr. LMCE God, Guru or whoever using this little device.

Someone please reply this post whenever you get a little free time. Do I need to do any thing with my Xorg.conf file ??

Thank you.