Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10

  1. #21
    Join Date
    Mar 2012
    Beans
    10

    Re: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10

    Quote Originally Posted by variuxdavid View Post
    It worked for me, but with one modification:

    Code:
    gksudo gedit /lib/udev/rules.d/62-bluez-hid2hci.rules
    The original was ...hic.rules, which didn't exist on my machine.

    Thanks!
    David
    variux.com
    Thanks mgmiller and variuxdavid for posting this. Worked perfectly using the command quoted (the original didn't work for me either). I just installed Ubuntu for the first time ever and was about to pull my hair out because the Logitech Divino bluetooth keyboard is the only keyboard I have. I got rid of my old wired keyboard because the Divino even works in the BIOS before any OS is loaded. I thought I was going to have to go back to Windows there for a minute...

  2. #22
    Join Date
    Nov 2005
    Location
    New York, USA
    Beans
    1,223
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10

    Quote Originally Posted by variuxdavid View Post
    It worked for me, but with one modification:

    Code:
    gksudo gedit /lib/udev/rules.d/62-bluez-hid2hci.rules
    The original was ...hic.rules, which didn't exist on my machine.

    Thanks!
    David
    variux.com

    Quite Right! I had to look at my original post twice to see the difference. I have edited it to the correct path.

    Thanks for the catch.
    Using Ubuntu since Warty Warthog (4.10)
    32 bit 5.04>5.10>6.06>6.10>7.04>7.10>8.04>8.10>9.04>9.10
    64 bit 9.10 upgraded to 10.04>10.10>11.04>11.10>12.04>14.04

  3. #23
    QuadeHale Guest

    Wink Re: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10

    I would like to note in this extremely helpful thread that in Precise (12.04) this file has been apparently "moved", so now the command is:
    Code:
    gksudo gedit /lib/udev/rules.d/97-bluetooth-hid2hci.rules
    .
    Just a heads up. Thanks for figuring this out. Remember to restart and/or log out and back in!

  4. #24
    Join Date
    Nov 2005
    Location
    New York, USA
    Beans
    1,223
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10

    Quote Originally Posted by QuadeHale View Post
    I would like to note in this extremely helpful thread that in Precise (12.04) this file has been apparently "moved", so now the command is:
    Code:
    gksudo gedit /lib/udev/rules.d/97-bluetooth-hid2hci.rules
    .
    Just a heads up. Thanks for figuring this out. Remember to restart and/or log out and back in!
    Thank you. I have amended the original post to reflect the change.

    I also mentioned to make the change after the upgrade but before rebooting so the change takes effect without any further fuss.
    Using Ubuntu since Warty Warthog (4.10)
    32 bit 5.04>5.10>6.06>6.10>7.04>7.10>8.04>8.10>9.04>9.10
    64 bit 9.10 upgraded to 10.04>10.10>11.04>11.10>12.04>14.04

  5. #25
    Join Date
    Aug 2010
    Beans
    3

    Re: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10 or 12.04

    Many thanks for this thread. It has cured my woes not just once (11.10) but a second time with the 12.04 update. I keep a second ps2 wireless keyboard and mouse plugged in and ready just in case but I hate using them. Having my Logitech Dinovo working again is just smooth!

  6. #26
    Join Date
    Jan 2013
    Beans
    1

    Re: Logitech Dinovo bluetooth keyboard fails after upgrade to 11.10 or 12.04

    Quote Originally Posted by mgmiller View Post
    I have a Logitech Dinovo bluetooth keyboard/trackpad that was working perfectly in Natty (11.04). After upgrading to Oneiric (11.10) it no longer worked at all and kept popping up a bluetooth connect dialog that consistently failed.

    How to fix for 11.10:
    Code:
    gksudo gedit /lib/udev/rules.d/62-bluez-hid2hci.rules
    How to fix for 12.04 (thank you QuadeHale)
    Code:
    gksudo gedit /lib/udev/rules.d/97-bluetooth-hid2hci.rules
    Look for the line under "# Logitech devices" that starts with:
    KERNEL=="hiddev*"
    and change it to:
    KERNEL=="hidraw*"

    Leave the rest of the line intact.

    Save the file and restart the machine. (You probably really only need to log off and back on).

    If you are doing an upgrade, ( I just did 11.10 to 12.04), at the very end, when it's ready to restart, just do the edit as above before restarting. That way your keyboard/trackpad/mouse will continue to work after the restart. If you restart first, you will lose the bluetooth keyboard/mouse and you will have to plug in a wired keyboard/mouse to make the changes.

    I have entered a bug on this at:
    https://bugs.launchpad.net/ubuntu/+s...ev/+bug/872940
    Thanks for posting this fix it. It also worked for me when my keyboard stopped working following an upgrade from Ubuntu Studio 12.04 to Ubuntu Studio 12.10

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •