LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-20-2015, 05:44 AM   #1
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
reload psmouse when compiled into kernel, or how to fix the trackpoint


Hi,

I have a thinkpad and sometimes after booting the trackpoint does not work
if this happens, on Slackware or Debian/Ubuntu based systems I can do

Code:
modprobe -r psmouse; sleep 2;  modprobe psmouse
and than the trackpoint works.

but what could I do on o RedHat/centos or openSuse installation
modprobe psmouse tells me that the module is compiled in, so how can I get the trackpoint to work without a restart?
 
Old 05-20-2015, 11:14 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
You can't.
You'll need to find the module parameter that fixes it, then pass that to the kernel at boot. Quick search suggests "psmouse.proto=imps" might work.
 
1 members found this post helpful.
Old 05-21-2015, 03:49 AM   #3
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
See if anything on this page helps:

http://www.thinkwiki.org/wiki/How_to...the_TrackPoint
 
Old 05-21-2015, 03:59 AM   #4
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Original Poster
Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Quote:
Originally Posted by syg00 View Post
You can't.
You'll need to find the module parameter that fixes it, then pass that to the kernel at boot. Quick search suggests "psmouse.proto=imps" might work.
thanks, I will check this


Quote:
Originally Posted by brianL View Post
See if anything on this page helps:

http://www.thinkwiki.org/wiki/How_to...the_TrackPoint
thanks, I know this, it is a bit old :-)



I would like to understand what makes the tackpoint not working, I mean there must be a reason that 8 from 10 times it works out of the box, and 2 times it doesn't
 
Old 05-21-2015, 04:35 AM   #5
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Quote:
Originally Posted by a4z View Post
thanks, I know this, it is a bit old :-)
It might be old, but it works for me on my X200 and T410 (which are rather old themselves ).
P.S.
Which Thinkpad are you using?

Last edited by brianL; 05-21-2015 at 04:45 AM.
 
Old 05-21-2015, 05:32 AM   #6
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Original Poster
Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Quote:
Originally Posted by brianL View Post
It might be old, but it works for me on my X200 and T410 (which are rather old themselves ).
P.S.
Which Thinkpad are you using?
w500 never happend, but his is not in use anymore, I always had xorg conf on this

x121e -> happes often, never a xorg conf
T410s -> very rarely but had happened , never a xorg conf
T420s -> cant remember , never a xorg conf
T430s -> very rarely but had happened , never a xorg conf

so it to work out of the box (of course Slackware needs some 50-synaptic.conf placed correctly)


can I restart some udev or something instead of reloading the kernel modules?
 
Old 05-21-2015, 01:16 PM   #7
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
This is all I've done to get the trackpoint working: created ~./.xsessionrc.
Code:
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Axes" 6 7 4 5
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Emulation" 1
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Middle Button Timeout" 50
No udev rule, nothing in /etc/X11/xorg.conf.d.
 
1 members found this post helpful.
Old 05-21-2015, 01:35 PM   #8
a4z
Senior Member
 
Registered: Feb 2009
Posts: 1,727

Original Poster
Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
Quote:
Originally Posted by brianL View Post
This is all I've done to get the trackpoint working: created ~./.xsessionrc.
[CODE]...
thanks, will give it a trial

even if it does not help to explain this behaviour, and it makes me somehow mad when something is happen and I do not know why it is like it is
 
  


Reply

Tags
thinkpad, trackpoint



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] compiled my first kernel last night, yay. didn't fix suspend to ram Knightron Slackware 15 12-11-2011 04:00 AM
kernel:psmouse.c: bad data from kbc - timeout cgross Linux - Hardware 0 07-08-2007 02:21 PM
psmouse module not loading with new kernel Steve50 Slackware 2 10-04-2006 02:50 AM
Kernel 2.6.8.1: psmouse Skazi Slackware 6 09-12-2004 01:04 PM
Synaptics Touchpad - Mandrake 10 psmouse.proto=imps fix doesn't work mepaco Linux - Hardware 2 07-20-2004 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration