Chakra触摸板问题

笔记本/便携移动设备,手机平板等软硬件
回复
clavichord93
帖子: 68
注册时间: 2012-05-04 20:36

Chakra触摸板问题

#1

帖子 clavichord93 » 2013-02-19 16:26

Dell Inspiron 14 Turbo(SE7420),现在在用chaka13.02,然后触摸板不能识别,以前用ubuntu的时候记得可以用psmouse-alps的驱动来解决,现在从aur里安装的时候报错:

代码: 全选

Running dkms for install...

Creating symlink /var/lib/dkms/psmouse/alps-dst-1.2/source ->
                 /usr/src/psmouse-alps-dst-1.2

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
make KERNELRELEASE=3.7.6-1-CHAKRA -C /lib/modules/3.7.6-1-CHAKRA/build M=/var/lib/dkms/psmouse/alps-dst-1.2/build/src psmouse.ko.....
cleaning build area....

DKMS: build completed.

psmouse:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.7.6-1-CHAKRA/updates/

depmod....(bad exit status: 134)

-------- Uninstall Beginning --------
Module:  psmouse
Version: alps-dst-1.2
Kernel:  3.7.6-1-CHAKRA (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

psmouse.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.7.6-1-CHAKRA/updates/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.
Error! Problems with depmod detected.  Automatically uninstalling this module.
DKMS: Install Failed (depmod problems).  Module rolled back to built state.
An error was ocurred, please report the bug!.
然后我输入

代码: 全选

xinput list
的时候显示如下:

代码: 全选

⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ ThinkPad USB Travel Mouse                 id=13   [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouse                        id=15   [slave  pointer  (2)]
⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Video Bus                                 id=8    [slave  keyboard (3)]
    ↳ Power Button                              id=9    [slave  keyboard (3)]
    ↳ Sleep Button                              id=10   [slave  keyboard (3)]
    ↳ Laptop_Integrated_Webcam_HD               id=11   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=12   [slave  keyboard (3)]
    ↳ Dell WMI hotkeys                          id=14   [slave  keyboard (3)]
请问我应该怎么解决?
clavichord93
帖子: 68
注册时间: 2012-05-04 20:36

Re: Chakra触摸板问题

#2

帖子 clavichord93 » 2013-02-19 16:30

刚重装了一遍显示这个:

代码: 全选

Running dkms for remove/upgrade...
psmouse, alps-dst-1.2, 3.7.6-1-CHAKRA, x86_64: built

-------- Uninstall Beginning --------
Module:  psmouse
Version: alps-dst-1.2
Kernel:  3.7.6-1-CHAKRA (x86_64)
-------------------------------------

Status: This module version was INACTIVE for this kernel.
depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: alps-dst-1.2
completely from the DKMS tree.
------------------------------
Done.
(1/1) 正在更新 psmouse-alps-driver                                             [############################################] 100%
Running dkms for install...

Creating symlink /var/lib/dkms/psmouse/alps-dst-1.2/source ->
                 /usr/src/psmouse-alps-dst-1.2

DKMS: add completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area....
make KERNELRELEASE=3.7.6-1-CHAKRA -C /lib/modules/3.7.6-1-CHAKRA/build M=/var/lib/dkms/psmouse/alps-dst-1.2/build/src psmouse.ko.....
cleaning build area....

DKMS: build completed.

psmouse:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.7.6-1-CHAKRA/updates/

depmod....(bad exit status: 134)

-------- Uninstall Beginning --------
Module:  psmouse
Version: alps-dst-1.2
Kernel:  3.7.6-1-CHAKRA (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

psmouse.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.7.6-1-CHAKRA/updates/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.
Error! Problems with depmod detected.  Automatically uninstalling this module.
DKMS: Install Failed (depmod problems).  Module rolled back to built state.
An error was ocurred, please report the bug!.
错误:命令未能被正确执行
回复