ロジクールワイヤレスマウスの問題

ロジクールワイヤレスマウスの問題

私は最近、新しい東芝ノートパソコンとロジクールM510ワイヤレスマウスを購入しました。私はノートパソコンでMint 13を実行しています。

最初は(少なくとも一度)マウスが正しく機能しました。その後、動作を停止しました。さまざまなフォーラムを検索し、同様の問題に関するレポートとさまざまな提案ソリューションを見つけました。回避策の1つは、起動する前にマウスをオフにしてノートブックからドングルを削除することです。次にログインします。 (少なくとも)10秒待ってからマウスを入れてドングルを挿入してください。

これはほとんどの場合うまくいくようですが、少なくとも一度は失敗します。

私は以下の記事(David Gatrell、2012-06-23)を読んでいます。

「これは実際にまだ開いているバグ#958174のレプリカに近いです。」

しかし、私が知っている限り、その日付以降にこのエラーの「活動」はありませんでした。これがMint 13(または「実際の」Ubuntu(12.04?12.10?)のみ)に適用されるかどうかはわかりません。

このワイヤレスマウスで安定したパフォーマンスを得る方法を知っている人はいますか?

ベストアンサー1

Ubuntu 12.04では、マウスは最初に機能します。それから不安定になりました。それから再び働き始めました。 Mint 13では、マウスはまだ不安定に見えます。私はUbuntuの場合、この問題はおそらくlinux-image-3.2.0-31-generic-pae 3.2.0-31.50アップデートで解決されたと思います。 kernel.orgのアップストリームを見ると、カーネルバージョン3.2.31の安定版のリリースノートには、次のコミットがあります。

commit e189acb13e2dea021825975493d8e5222557df65
Author: Nestor Lopez Casado <[email protected]>
Date:   Fri Sep 21 12:21:34 2012 +0200

HID: Fix logitech-dj: missing Unifying device issue

commit 596264082f10dd4a567c43d4526b2f54ac5520bc upstream.

This patch fixes an issue introduced after commit 4ea5454203d991ec
("HID: Fix race condition between driver core and ll-driver").

After that commit, hid-core discards any incoming packet that arrives while
hid driver's probe function is being executed.

This broke the enumeration process of hid-logitech-dj, that must receive
control packets in-band with the mouse and keyboard packets. Discarding mouse
or keyboard data at the very begining is usually fine, but it is not the case
for control packets.

This patch forces a re-enumeration of the paired devices when a packet arrives
that comes from an unknown device.

Based on a patch originally written by Benjamin Tissoires.

Signed-off-by: Nestor Lopez Casado <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Signed-off-by: Ben Hutchings <[email protected]>

Mint 13がこのパッチを適用するのか、それともこのアップストリームカーネルにアップグレードを適用するのかはまだ調査中です。

おすすめ記事