1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Compatibility of tpconfig
Older kernels may require a patch to make tpconfig to work properly.
Some examples are included here. Debian sarge should not have issues
with its 2.4 kernel but if you choose to install a 2.6 kernel you may
encounter problems. (As of debian installer RC3, March 2005, sarge
uses 2.6.8 which has buggy support.) You should use a kernel newer
than 2.6.11, but even newer versions are known to have some issues.
If you want to use a mouse device name other than "/dev/psaux", use
the "--device" option. This should enable device names such
"/dev/misc/psaux" etc. and hopefully should support devices like USB
touch pads.
$ sudo tpconfig --device=/dev/misc/psaux -i
If you face difficulty running tpconfig, please use the "--debug"
option to get diagnostic info.
$ sudo tpconfig --debug=3 -i
Osamu Aoki <osamu@debian.org> Fri, 08 Apr 2005 02:27:19 +0200
Chris Hanson <cph@debian.org> Thu, 31 Mar 2005 15:14:52 -0500
|