Specifically the laptop can not recongnize anything associated with mouse (e.g., usb wired mouse, usb mouse receiver) for all kerners after 3.10.25. Interestingly, the trackpad inbuilt on the laptop is working perfectly, even before X boot.
here are the configurations of my laptop (after logitech mouse receiver installed) :
lsusb
Code: Select all
ae429-3176 profile # lsusb
Bus 003 Device 002: ID 10f1:1a34 Importek
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0bda:0138 Realtek Semiconductor Corp. RTS5138 Card Reader Controller
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Code: Select all
lsmod
Module Size Used by
uvcvideo 71485 0
videobuf2_vmalloc 2736 1 uvcvideo
videobuf2_memops 1799 1 videobuf2_vmalloc
videobuf2_core 25786 1 uvcvideo
v4l2_common 3914 1 videobuf2_core
videodev 120979 3 uvcvideo,v4l2_common,videobuf2_core
media 11273 2 uvcvideo,videodev
radeon 1317310 2
rtl8192ce 47660 0
rtl_pci 15483 1 rtl8192ce
rtlwifi 47583 2 rtl_pci,rtl8192ce
ttm 60270 1 radeon
rtl8192c_common 36394 1 rtl8192ce
atl1c 33834 0
vboxnetflt 15666 0
vboxnetadp 17766 0
vboxdrv 1809437 2 vboxnetadp,vboxnetflt
nfsv4 362631 0
nfs 161961 1 nfsv4
nfsd 233641 0
auth_rpcgss 41823 1 nfsd
oid_registry 2211 1 auth_rpcgss
nfs_acl 2527 1 nfsd
lockd 60071 2 nfs,nfsd
sunrpc 189272 6 nfs,nfsd,auth_rpcgss,lockd,nfsv4,nfs_acl


