LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-13-2011, 07:30 AM   #1
Skavin
LQ Newbie
 
Registered: Oct 2011
Posts: 1

Rep: Reputation: Disabled
Logitech M950 wireless mouse stopped working after upgrade


My mouse has been working for months and it has just stopped working after a large upgrade .
the kernel was not upgraded in this upgrade

It seems to be just the wireless mouse that has stopped working. I can use an old cabled USB mouse, USB connected ps2 keyboard and track pad.
The M950 mouse works in my windows7 box if I move the USB receiver over to it.

I get files in /dev/input and /dev/input/by-id when I plug in the receiver.

I have tried to cat each of the usb-Logitech_USB_Receiver* files in turn and moved and clicked the mouse but got no output

Thanks in advance for any help

Code:
:/dev/input$ uname -r
2.6.32-5-686
lsusb
Code:
:/etc/udev$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 413c:0058 Dell Computer Corp. Port Replicator
Bus 002 Device 002: ID 413c:a005 Dell Computer Corp. Internal 2.0 Hub
Bus 003 Device 002: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
Bus 004 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 006: ID 413c:0058 Dell Computer Corp. Port Replicator
Bus 002 Device 003: ID 413c:8103 Dell Computer Corp. Wireless 350 Bluetooth
Bus 003 Device 003: ID 0b97:7762 O2 Micro, Inc. Oz776 SmartCard Reader
Bus 001 Device 007: ID 09ae:0002 Tripp Lite
Bus 001 Device 008: ID 15d9:0a33 Trust International B.V. Optical Mouse
ls /dev/input
Code:
:/dev/input$ ls -l /dev/input/
total 0
drwxr-xr-x 2 root root    280 Oct 14 00:31 by-id
drwxr-xr-x 2 root root    260 Oct 14 00:31 by-path
crw------- 1 root root 13, 64 Oct 13 23:50 event0
crw------- 1 root root 13, 65 Oct 13 23:50 event1
crw------- 1 root root 13, 74 Oct 13 23:50 event10
crw------- 1 root root 13, 75 Oct 13 23:50 event11
crw------- 1 root root 13, 76 Oct 13 23:50 event12
crw------- 1 root root 13, 77 Oct 13 23:50 event13
crw------- 1 root root 13, 78 Oct 13 23:50 event14
crw------- 1 root root 13, 66 Oct 13 23:50 event2
crw------- 1 root root 13, 67 Oct 13 23:50 event3
crw------- 1 root root 13, 68 Oct 13 23:50 event4
crw------- 1 root root 13, 69 Oct 13 23:50 event5
crw------- 1 root root 13, 70 Oct 13 23:50 event6
crw------- 1 root root 13, 71 Oct 14 00:31 event7
crw------- 1 root root 13, 72 Oct 14 00:31 event8
crw------- 1 root root 13, 73 Oct 13 23:50 event9
crw------- 1 root root 13, 63 Oct 13 23:50 mice
crw------- 1 root root 13, 32 Oct 13 23:50 mouse0
crw------- 1 root root 13, 33 Oct 13 23:50 mouse1
crw------- 1 root root 13, 34 Oct 14 00:31 mouse2
crw------- 1 root root 13, 35 Oct 13 23:50 mouse3
crw------- 1 root root 13, 36 Oct 13 23:50 mouse4
:dev/input$ ls -l /dev/input/by-id/
total 0
lrwxrwxrwx 1 root root 10 Oct 13 23:50 usb-15d9_USB_Mouse-event-mouse -> ../event11
lrwxrwxrwx 1 root root  9 Oct 13 23:50 usb-15d9_USB_Mouse-mouse -> ../mouse4
lrwxrwxrwx 1 root root  9 Oct 14 00:31 usb-Logitech_USB_Receiver-event-kbd -> ../event7
lrwxrwxrwx 1 root root  9 Oct 14 00:31 usb-Logitech_USB_Receiver-event-mouse -> ../event8
lrwxrwxrwx 1 root root  9 Oct 14 00:31 usb-Logitech_USB_Receiver-if01-event-mouse -> ../event8
lrwxrwxrwx 1 root root  9 Oct 14 00:31 usb-Logitech_USB_Receiver-if01-mouse -> ../mouse2
lrwxrwxrwx 1 root root  9 Oct 14 00:31 usb-Logitech_USB_Receiver-mouse -> ../mouse2
lrwxrwxrwx 1 root root  9 Oct 13 23:50 usb-Tripplite_B015-000_R0.75_USB_to_PS2_adapter.-event-kbd -> ../event9
lrwxrwxrwx 1 root root 10 Oct 13 23:50 usb-Tripplite_B015-000_R0.75_USB_to_PS2_adapter.-event-mouse -> ../event10
lrwxrwxrwx 1 root root 10 Oct 13 23:50 usb-Tripplite_B015-000_R0.75_USB_to_PS2_adapter.-if01-event-mouse -> ../event10
lrwxrwxrwx 1 root root  9 Oct 13 23:50 usb-Tripplite_B015-000_R0.75_USB_to_PS2_adapter.-if01-mouse -> ../mouse3
lrwxrwxrwx 1 root root  9 Oct 13 23:50 usb-Tripplite_B015-000_R0.75_USB_to_PS2_adapter.-mouse -> ../mouse3
lsmod
Code:
:/dev/input$ lsmod
Module                  Size  Used by
ppdev                   4058  0 
lp                      5570  0 
acpi_cpufreq            4951  0 
cpufreq_powersave        602  0 
cpufreq_stats           1940  0 
cpufreq_userspace       1480  0 
cpufreq_conservative     4018  0 
vboxnetadp              5118  0 
vboxnetflt             12633  0 
vboxdrv               126190  2 vboxnetadp,vboxnetflt
snd_atiixp_modem        6691  0 
snd_via82xx_modem       6292  0 
snd_intel8x0m           8100  0 
snd_ac97_codec         79148  3 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m
ac97_bus                 710  1 snd_ac97_codec
binfmt_misc             4907  1 
uinput                  4796  1 
decnet                 48705  0 [permanent]
microcode               8474  0 
fuse                   44256  1 
firewire_sbp2           9647  0 
loop                    9765  0 
snd_hda_codec_idt      35293  1 
snd_hda_intel          16823  2 
snd_hda_codec          46002  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep               4054  1 snd_hda_codec
pcmcia                 16194  0 
arc4                     974  2 
snd_pcm_oss            28671  0 
snd_mixer_oss          10461  1 snd_pcm_oss
ecb                     1405  2 
snd_pcm                47226  7 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_ac97_codec,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            3576  0 
iwl3945                46000  0 
snd_rawmidi            12513  1 snd_seq_midi
snd_seq_midi_event      3684  1 snd_seq_midi
yenta_socket           16403  1 
usbhid                 28008  0 
iwlcore                67494  1 iwl3945
snd_seq                35463  2 snd_seq_midi,snd_seq_midi_event
rsrc_nonstatic          7057  1 yenta_socket
mac80211              123570  2 iwl3945,iwlcore
hid                    50909  1 usbhid
nvidia              10549412  34 
btusb                   8077  0 
led_class               1757  2 iwl3945,iwlcore
pcmcia_core            20450  3 pcmcia,yenta_socket,rsrc_nonstatic
i2c_i801                6462  0 
i2c_core               12787  2 nvidia,i2c_i801
dell_laptop             1557  0 
snd_timer              12258  2 snd_pcm,snd_seq
snd_seq_device          3673  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    34375  19 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_ac97_codec,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
evdev                   5609  21 
soundcore               3450  1 snd
cfg80211               87657  3 iwl3945,iwlcore,mac80211
joydev                  6739  0 
parport_pc             15799  1 
snd_page_alloc          5045  5 snd_atiixp_modem,snd_via82xx_modem,snd_intel8x0m,snd_hda_intel,snd_pcm
bluetooth              36319  1 btusb
button                  3598  0 
battery                 3782  0 
wmi                     3575  0 
rng_core                2178  0 
parport                22554  3 ppdev,lp,parport_pc
dcdbas                  3892  1 dell_laptop
rfkill                 10264  3 dell_laptop,cfg80211,bluetooth
video                  14605  0 
ac                      1640  0 
psmouse                44809  0 
output                  1204  1 video
serio_raw               2916  0 
processor              26327  3 acpi_cpufreq
ext3                   94204  1 
jbd                    32169  1 ext3
mbcache                 3762  1 ext3
raid10                 16733  0 
raid456                42880  0 
async_raid6_recov       4130  1 raid456
async_pq                2643  2 raid456,async_raid6_recov
raid6_pq               77468  2 async_raid6_recov,async_pq
async_xor               1954  3 raid456,async_raid6_recov,async_pq
xor                    12418  1 async_xor
async_memcpy             838  2 raid456,async_raid6_recov
async_tx                1326  5 raid456,async_raid6_recov,async_pq,async_xor,async_memcpy
raid1                  16375  0 
raid0                   5601  0 
multipath               4987  0 
linear                  3063  0 
md_mod                 67377  6 raid10,raid456,raid1,raid0,multipath,linear
sg                     15968  0 
sr_mod                 10770  0 
sd_mod                 26005  3 
cdrom                  26487  1 sr_mod
crc_t10dif              1012  1 sd_mod
ata_generic             2067  0 
ata_piix               17736  2 
uhci_hcd               16057  0 
libata                115753  2 ata_generic,ata_piix
tg3                    88273  0 
firewire_ohci          16725  0 
ehci_hcd               28681  0 
thermal                 9206  0 
thermal_sys             9378  3 video,processor,thermal
firewire_core          31243  2 firewire_sbp2,firewire_ohci
crc_itu_t               1035  1 firewire_core
libphy                 11638  1 tg3
scsi_mod              101429  5 firewire_sbp2,sg,sr_mod,sd_mod,libata
usbcore                98733  5 usbhid,btusb,uhci_hcd,ehci_hcd
nls_base                4541  1 usbcore
dmesg tailed due to post size limitation.
here is an unplug and re-plug of the mouse
Code:
[   53.691575] apm: BIOS not found.
[   66.749945] lp0: using parport0 (interrupt-driven).
[   66.864923] ppdev: user-space parallel port driver
[  129.509014] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 2494.304117] usb 4-1: USB disconnect, address 2
[ 2510.412076] usb 4-1: new full speed USB device using uhci_hcd and address 3
[ 2510.592156] usb 4-1: New USB device found, idVendor=046d, idProduct=c52b
[ 2510.592163] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2510.592169] usb 4-1: Product: USB Receiver
[ 2510.592173] usb 4-1: Manufacturer: Logitech
[ 2510.592347] usb 4-1: configuration #1 chosen from 1 choice
[ 2510.600671] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input15
[ 2510.600845] generic-usb 0003:046D:C52B.0007: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.2-1/input0
[ 2510.604041] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.1/input/input16
[ 2510.604329] generic-usb 0003:046D:C52B.0008: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.2-1/input1
[ 2510.611260] generic-usb 0003:046D:C52B.0009: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.2-1/input2

Last edited by Skavin; 10-13-2011 at 07:34 AM. Reason: add code tags
 
Old 10-18-2011, 06:47 PM   #2
ITPhoenix
Member
 
Registered: Mar 2011
Location: Northeast USA
Distribution: Debian Squeeze
Posts: 47

Rep: Reputation: 1
Did you try uninstalling and reinstalling the mouse?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
bluetooth mouse stopped working after upgrade to 12.2 from 12.1 kite Slackware 11 02-13-2009 12:46 AM
Mouse side buttons stopped working after xorg upgrade J.K Mandriva 4 03-17-2006 06:07 AM
Kernel upgrade to 2.6.10 and mouse stopped working oxblood Slackware 13 02-04-2005 01:02 PM
Mouse stopped working after system upgrade driptray Linux - General 3 08-21-2004 04:00 AM
Mouse stopped working after upgrade to FC2 from FC1 bmzf Fedora 9 07-04-2004 05:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration