分页: 1 / 1
关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-17 17:42
由 levisonchen
我使用的Ubuntu12.10 内核版本是3.5
触摸板不能关闭(因为被识别成了PS鼠标),打字的时候十分蛋疼。求解决方案。
Re: 关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-17 18:16
由 cuihao
Re: 关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-17 19:22
由 levisonchen
这个太暴力了。我想让他能够正常使用。。。
不过还是谢谢你亲。。
Re: 关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-18 23:06
由 neo23.lee
需要自己编译下psmouse的内核模块。
可以在如下地方里找下那个内核源代码
https://github.com/bgamari/linux/tree/alps
或者留邮箱我发你一个。。。
我的那个已经加入了许多触摸板的型号,dell的有好多,包括我自己的。。。
再编译
cd drivers/input/mouse/
make -C /lib/modules/`uname -r`/build M=`pwd` psmouse.ko
然后
需要root权限
去 /lib/modules/uname -r/kernel/drivers/input/mouse/下面把原来的psmouse.ko删除
然后再把自己编译的拷贝进去
最后重启
解决办法参考自下面的#139
https://bugs.launchpad.net/opensuse/+bu ... mments=all
Re: 关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-19 0:31
由 levisonchen
Re: 关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-19 18:59
由 neo23.lee
Gmail不允许发带有执行的附件,懒得再去修改文件格式等等,我就上传到论坛了。
Re: 关于Dell Inspiron 7420的AHCI触摸板被识别成PS鼠标的问题
发表于 : 2013-03-20 23:09
由 neo23.lee
使用效果如何?
从那个 lanchpad转来的
I have a Dell Inspiron 15r n5110 as well. I have modified the patch I found here
http://people.canonical.com/~sforshee/a ... -alps-0.10
and now it recognizes my mouse as a touchpad.
When loading the original patched psmouse.ko, it reports for my trackpad:
alps.c: E6 report: 00 00 64
alps.c: E7 report: 73 03 50
After adding an entry in alps.c for 0x73, 0x03 , 0x50 and recompiling the module it works.
I have copied the entry for the dell vostro 1400, and changed the 0x02 to 0x03. I don't know yet if the other settings are OK for my touchpad, but at least it is detected as such...