Difference between revisions of "Logitech Dinovo Mini"

From LinuxMCE
Jump to: navigation, search
(New page: Category: Hardware Category: Input Category: Tutorials The Logitech Dinovo Mini is a nice little keyboard that is perfect for LinuxMCE ==Getting the mousepad working== To ge...)
 
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
[[Category: Hardware]]
 
[[Category: Hardware]]
 
[[Category: Input]]
 
[[Category: Input]]
[[Category: Tutorials]]
+
{{versioninfo}}
  
 
The Logitech Dinovo Mini is a nice little keyboard that is perfect for LinuxMCE
 
The Logitech Dinovo Mini is a nice little keyboard that is perfect for LinuxMCE
 +
 +
 +
'''''Warning: The information below is outdated, incorrect and/or will blow up your system!'''''
 +
  
 
==Getting the mousepad working==
 
==Getting the mousepad working==
Line 10: Line 14:
 
  options usbhid quirks=0x046d:0xc71f:0x00080000
 
  options usbhid quirks=0x046d:0xc71f:0x00080000
  
Reboot and the mouse is working.
+
For 7.10
 +
 
 +
options usbhid quirks=0x046d:0xc71f:0x00020000
 +
 
 +
seems to work better than the 0x00080000 quirk.
 +
 
 +
AND THEN
 +
 
 +
update-initramfs -u
 +
 
 +
reboot or rmmod usbhid and modprobe usbhid.
 +
 
 +
The update-initramfs isn't necessary when manually modprobing the module.
 +
 
 +
Since the usbhid driver loads from initramfs, unless you update it, it will not see it.
 +
 
 +
{{p}}
  
 
==Media buttons==
 
==Media buttons==
  
 
The Media buttons work out of the box :)
 
The Media buttons work out of the box :)
 +
 +
The Home key on the DiNovo (under right) can be set to generate F7 (main menu)
 +
The Windows key (left middle) can be set to generate F8 (sound/lighting)
 +
 +
by editing the xfree86 file in /usr/share/X11/xkb/keycodes if you are using the following setup in /etc/X11/xorg.conf:
 +
 +
Section "InputDevice"
 +
    Identifier    "Keyboard0"
 +
    Driver        "keyboard"
 +
    Option        "XkbLayout" "us"
 +
    Option        "XkbVariant" "basic"
 +
    Option        "XkbModel" "pc105" 
 +
EndSection
 +
 +
If this is the case then you can change the first part of the file to resemble the below:
 +
 +
default xkb_keycodes "xfree86" {
 +
    include "xfree86(basic)"
 +
    <BKSL> =  51;
 +
    <LSGT> =  94;
 +
    <FK07> =  97; // Home key on the DiNovo (under right) to act as F7 (main menu)
 +
    <FK08> =  115; // Windows key (left middle) to act as F8 (sound/lighting)
 +
  };
 +
 +
{{p}}
  
 
==Links==
 
==Links==
  
 
http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3848&cl
 
http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3848&cl

Latest revision as of 04:07, 20 October 2012

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Unknown N/A N/A
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

The Logitech Dinovo Mini is a nice little keyboard that is perfect for LinuxMCE


Warning: The information below is outdated, incorrect and/or will blow up your system!


Getting the mousepad working

To get the Mousepad working, edit /etc/modprobe.d/options and add the following line:

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

For 7.10

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

seems to work better than the 0x00080000 quirk.

AND THEN

update-initramfs -u

reboot or rmmod usbhid and modprobe usbhid.

The update-initramfs isn't necessary when manually modprobing the module.

Since the usbhid driver loads from initramfs, unless you update it, it will not see it.



Media buttons

The Media buttons work out of the box :)

The Home key on the DiNovo (under right) can be set to generate F7 (main menu) The Windows key (left middle) can be set to generate F8 (sound/lighting)

by editing the xfree86 file in /usr/share/X11/xkb/keycodes if you are using the following setup in /etc/X11/xorg.conf:

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

If this is the case then you can change the first part of the file to resemble the below:

default xkb_keycodes "xfree86" {
   include "xfree86(basic)"
   <BKSL> =  51;
   <LSGT> =  94;
   <FK07> =  97; // Home key on the DiNovo (under right) to act as F7 (main menu)
   <FK08> =  115; // Windows key (left middle) to act as F8 (sound/lighting)
 };



Links

http://www.logitech.com/index.cfm/keyboards/keyboard/devices/3848&cl