LinuxMCE Forums
May 19, 2013, 09:51:58 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Logitech Dinovo Mini  (Read 2067 times)
DHHJ
Making baby steps

Posts: 3


View Profile
« on: May 01, 2009, 12: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?!
Logged
pigdog
wants to work for LinuxMCE
**
Posts: 783


View Profile
« Reply #1 on: May 06, 2009, 01:28:44 pm »

Hi,

Did you see this wiki?

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

Cheers.
Logged
DHHJ
Making baby steps

Posts: 3


View Profile
« Reply #2 on: May 06, 2009, 03: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?
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #3 on: May 06, 2009, 04: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
Logged
daballiemo
Guru
****
Posts: 235


Full Blown Addict


View Profile
« Reply #4 on: May 22, 2009, 08: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  Grin. 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
Logged

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: 5101

DOES work for LinuxMCE.


View Profile
« Reply #5 on: May 22, 2009, 09: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
Logged
daballiemo
Guru
****
Posts: 235


Full Blown Addict


View Profile
« Reply #6 on: May 22, 2009, 09: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  Roll Eyes
As far as myself concerns the story continues..

rgds

Han
Logged

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
« Reply #7 on: May 29, 2009, 01: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.
Logged
theteju
Veteran
***
Posts: 120


View Profile
« Reply #8 on: September 21, 2009, 01:38:27 pm »


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.
Logged
theteju
Veteran
***
Posts: 120


View Profile
« Reply #9 on: September 26, 2009, 11:35:35 pm »

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.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!