You are not logged in.

#1 2008-07-22 21:00:49

bredin
Member
From: sweden
Registered: 2008-06-28
Posts: 135

[Solved] How to configure ThinkPad trackpoint in arch?

http://www.thinkwiki.org/wiki/How_to_co … TrackPoint
Says how to do it.
http://www.thinkwiki.org/wiki/Patch_to_ … figuration
Says that it should be included unless it's removed by the archteam.

I can come this far:
echo -n 120 > /sys/devices/platform/i8042/serio0/
but then the serio2 folder is missing.

Any ideas?

Package problem in the latest post!

Last edited by bredin (2008-07-29 17:02:25)


Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!

Offline

#2 2008-07-22 21:22:56

vogets
Member
Registered: 2006-11-25
Posts: 31

Re: [Solved] How to configure ThinkPad trackpoint in arch?

You missed a piece of info on the thinkwiki pages:

# With kernels 2.6.19 and above config files for this driver are located in /sys/devices/platform/i8042/serio1.
# With kernels 2.6.13 (inclusive) to 2.6.19 (exclusive) config files for this driver are located in /sys/devices/platform/i8042/serio0/serio2.

I use the following config on my X61:

echo -n 250 > /sys/devices/platform/i8042/serio1/sensitivity
echo -n 160 > /sys/devices/platform/i8042/serio1/speed
echo -n 1 > /sys/devices/platform/i8042/serio1/press_to_select
echo -n 4 > /sys/devices/platform/i8042/serio1/upthresh

Offline

#3 2008-07-23 04:34:29

bredin
Member
From: sweden
Registered: 2008-06-28
Posts: 135

Re: [Solved] How to configure ThinkPad trackpoint in arch?

Oh..
Still missing sensitivity, speed and so on. The folder exists, but the files doesn't.

How do I get them?

Last edited by bredin (2008-07-23 17:35:34)


Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!

Offline

#4 2008-07-24 06:14:40

loosec
Member
Registered: 2007-03-08
Posts: 134

Re: [Solved] How to configure ThinkPad trackpoint in arch?

You could try as root to do the full

echo -n 128 > /sys/.../sensitivity

command and the file should be created. It's probably a regular textfile.
It's also a good idea to check if the i2c_i801 module is loaded:

lsmod|grep i8
> i2c_i801           9232  0
> i2c_core          19348  1 i2c_i801

and if it's not:

modprobe i2c_core i2c_i801

Thou if it's not loaded I don't think your trackpoint will be working at all.

Last edited by loosec (2008-07-24 06:19:27)

Offline

#5 2008-07-24 19:42:25

bredin
Member
From: sweden
Registered: 2008-06-28
Posts: 135

Re: [Solved] How to configure ThinkPad trackpoint in arch?

Wii. Thanks. Noticed that you had /sys/.../.../serio1/
And I had speed and senstivity there. smile


Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!

Offline

#6 2008-07-28 21:18:36

bredin
Member
From: sweden
Registered: 2008-06-28
Posts: 135

Re: [Solved] How to configure ThinkPad trackpoint in arch?

I made a clean install today and installed fluxbox. And now there are no speed, sensitivity files in the serio1 folder.

So I wonder what package contains those files. I mean what to install to get them.


LOL!!! I echoed wrong directory in my rc.local. /sys/device/platform instead of /sys/devices/platform.
So now it works.

Last edited by bredin (2008-07-29 17:02:03)


Lenovo ThinkPad x61
Core2Duo 2ghz, 4gig ram, 16gig SSD.
Archlinux x64 + Fluxbox!

Offline

Board footer

Powered by FluxBB