[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2019-08-02 Thread Dylan
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

This bug still exists in newer versions of linux. Ironically enough, the
patch still works like a charm. Strongly recommend it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2015-11-03 Thread Daniel Beauyat
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

This solution solved my problem with Logitech Wireless MX 5500 on Ubuntu 15.10 
Wily Werewolf! 
I have keyboard/mouse combo from Logitech named Logitech Wireless MX 
(Revolution) 5500; this combo has 1 bluetooth dongle to receive input from both 
mouse and keyboard.

I was using it without problem on Ubuntu 14.04 LTS. 
I just switched to Ubuntu 15.10 and keyboard/mouse do not work at all!!! After 
some search, I found this webpage and tried that solution: 
Change: KERNEL=="hiddev*" 
To: KERNEL=="hidraw*"
After reboot, MX 5500 Wireless keyb/mouse combo now works on Wily Werewolf.

On 15.10 Wily Werewolf though, the path to the modified file is: 
/lib/udev/rules.d/97-hid2hci.rules 

I modified line 14: 
From: KERNEL=="hiddev*", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c70[345abce]|c71[3bc]", \ 
To: KERNEL=="hidraw*", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c70[345abce]|c71[3bc]", \ 

Thank you for sharing the solution :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-11-14 Thread Sam Brightman
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

I don't know how it is even possible not to be aware of this by now. I
will buy a diNovo Edge for an Ubuntu developer if they stop this
happening 2/3 upgrades. It has been going on for years, and it doesn't
seem to be at all complicated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-30 Thread theking2
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

 i just witnessed the same problem. Is it suggested not to upgrade until
an upgrade is available that does address this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-30 Thread theking2
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

Btw I don't think that this a duplicate of 123920 as that one doesn't
deal with the keyboard working and than failing after an upgrade.
Initially it is working, the upgrade breaks it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-30 Thread Martin G Miller
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

theKing2...As long as you like all the other changes in 11.10, you can
try the upgrade.  Just change the hiddev to hidraw and your
keyboard/trackpad should continue to work.  In fact, now that I think of
it, if it was working before the upgrade, then perhaps you should make
the change as soon as the upgrade process is finished, but before you
reboot.  That way your system should come back up with working keyboard.
Otherwise, you will have to plug in a wired USB keyboard/mouse to make
the change.

If you wait for this to be addressed by the Dev's, you might be waiting
till April 2012 and then it may still not be fixed.

Something else to watch for is that after I got it working, there was a
bluetooth update that set the hidraw back to hiddev.  I noticed it
before I rebooted, so I just changed the file back before rebooting and
didn't have any further trouble.  The lesson here is to look at the
updates so you know what to expect before rebooting.  This happened a
few weeks ago, so if you are just starting the process now, you already
have the new bluetooth update and don't have to worry.

If you are just doing the upgrade now, you only have to do the fix once.
If you are doing a clean install, then do all the updates after the
install before fixing the keyboard issue or you will just have to do it
again after the bluetooth update is applied.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-26 Thread hartmut bischoff
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

This definitivly solves the bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-25 Thread NicMagic
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

I can confirm this bug and moreover that the fix above suggested by Martin does 
indeed fix the problem.
My Logitech DiNovo Edge Keyboard now works perfectly again.
Thanks Martin you're a lifesaver buddy!

NicMagic - Oneiric Ocelot 11.10 32-bit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-18 Thread Bao Liang
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

Yes, I have the exact the same problem(same HW configuration). And the
approach posted by Martin fixes the problem prefectly. Just curious, why
the new udev rules includes the device which is supposed to be a raw
device?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-13 Thread Martin Pitt
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

** This bug has been marked a duplicate of bug 123920
   Bluetooth Logitech Dinovo Keyboard/Mouse don't work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 872940] Re: Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

2011-10-13 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 123920 ***
https://bugs.launchpad.net/bugs/123920

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: udev (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872940

Title:
  Logitech Dinovo Bluetooth keyboard fails after upgrade to 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/872940/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs