LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-12-2009, 05:35 PM   #1
funyotros
LQ Newbie
 
Registered: May 2009
Location: Argentina
Distribution: Fedora
Posts: 5

Rep: Reputation: 1
Red face PointStick not detected by kernel?


Hi there! Greetings from Argentina!
Ive got a HP nc2400 Laptop and Fedora10i386 take my touchstik (or pointstick) like a ps/2 mouse so I can't change the sensibility or pressure. In windows xp, the driver provider is Synaptics.

Just if it helps
here is my /proc/bus/input/devices:
Code:
I: Bus=0019 Vendor=0000 Product=0002 Version=0000
N: Name="Power Button (FF)"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
U: Uniq=
H: Handlers=kbd event0 
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0003 Version=0000
N: Name="Sleep Button (CM)"
P: Phys=PNP0C0E/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
U: Uniq=
H: Handlers=kbd event1 
B: EV=3
B: KEY=4000 0 0 0 0

I: Bus=0019 Vendor=0000 Product=0005 Version=0000
N: Name="Lid Switch"
P: Phys=PNP0C0D/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
U: Uniq=
H: Handlers=event2 
B: EV=21
B: SW=1

I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/devices/virtual/input/input3
U: Uniq=
H: Handlers=mouse0 event3 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0011 Vendor=0001 Product=0001 Version=ab41
N: Name="AT Translated Set 2 keyboard"
P: Phys=isa0060/serio0/input0
S: Sysfs=/devices/platform/i8042/serio0/input/input4
U: Uniq=
H: Handlers=kbd event4 
B: EV=120013
B: KEY=20000 200 20 40 0 0 0 5004 2100000 83803078 f900d401 feffffdf ffefffff ffffffff ffffffff
B: MSC=10
B: LED=7

I: Bus=0011 Vendor=0002 Product=0001 Version=0000
N: Name="PS/2 Generic Mouse"
P: Phys=isa0060/serio4/input0
S: Sysfs=/devices/platform/i8042/serio4/input/input5
U: Uniq=
H: Handlers=mouse1 event5 
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0010 Vendor=001f Product=0001 Version=0100
N: Name="PC Speaker"
P: Phys=isa0061/input0
S: Sysfs=/devices/platform/pcspkr/input/input6
U: Uniq=
H: Handlers=kbd event6 
B: EV=40001
B: SND=6

I: Bus=0019 Vendor=0000 Product=0006 Version=0000
N: Name="Video Bus"
P: Phys=/video/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/input/input7
U: Uniq=
H: Handlers=kbd event7 
B: EV=3
B: KEY=3f000b 0 0 0 0 0 0 0
Should I recompile the kernel? Seek for the official driver?
ANY help is welcome, I've had tested it in Ubuntu 9.04 too, but it doesn't work either. 0.o

Thanks in advance!
pD: Sorry for my english
 
Old 05-14-2009, 09:44 AM   #2
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, there is a Synaptics driver for Linux, you just need to enable it in the driver option of your mouse section in /etc/X11/xorg.conf (or /etc/hal/fdi/policy/11-x11-synaptics.fdi of which an example should be in /usr/share/hal/fdi/policy/10osvendor, if Fedora 10 ships with hal enabled Xorg) by changin the driver to synaptics. To get more information about your devices, I suggest using the lshal program.
 
Old 05-15-2009, 06:49 PM   #3
funyotros
LQ Newbie
 
Registered: May 2009
Location: Argentina
Distribution: Fedora
Posts: 5

Original Poster
Rep: Reputation: 1
Thanks! I've already tried that. It didn't work.
Here is my /usr/share/hal/fdi/policy/20thirdparty/10-synaptics.fdi
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>                                         

<!-- DO NOT EDIT THIS FILE IN PLACE.
     This file will be overwritten with the next update. If you need to add
     custom options, copy the file into /etc/hal/fdi/policy/ first.        
                                                                           
     See https://fedoraproject.org/wiki/Input_device_configuration -->     

<deviceinfo version="0.2">
  <device>                
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="Synaptics TouchPad">
        <!-- To add custom options for the touchpad, modify the examples below
             to suit your needs. The available options are listed in the      
             "synaptics" man page. After modifyfing this file, you must       
             restart HAL. Check the output of lshal whether your modifications
             have been merged successfully.                                   
             The options need to merged in the section that applies to your   
             specific touchpad.                                               

             Note: Options must always be type "string".
             The following examples enable left, right, middle clicks on
             single, double, triple finger tapping, respectively.       

             <merge key="input.x11_options.TapButton1" type="string">1</merge>
             <merge key="input.x11_options.TapButton2" type="string">3</merge>
             <merge key="input.x11_options.TapButton3" type="string">2</merge>
        -->                                                                   
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="AlpsPS/2 ALPS">
        <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="appletouch">
          <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
      <match key="info.product" contains="bcm5974">
          <merge key="input.x11_driver" type="string">synaptics</merge>
      </match>
    </match>
  </device>
</deviceinfo>
After do
Quote:
lshal | grep ynaptics
Shows nothing.
But
Quote:
lshal | grep /2
Shows:
Code:
info.product = 'IBM Enhanced (101/102-key, PS/2 mouse support)'  (string)
  pnp.description = 'IBM Enhanced (101/102-key, PS/2 mouse support)'  (string)
  info.product = 'PS/2 Generic Mouse'  (string)
  input.product = 'PS/2 Generic Mouse'  (string)
But I really have a touchstik!Here is me typing this post.
Help!! Please!
 
Old 05-16-2009, 05:24 AM   #4
serafean
Member
 
Registered: Mar 2006
Location: Czech Republic
Distribution: Gentoo, Chakra
Posts: 997
Blog Entries: 15

Rep: Reputation: 136Reputation: 136
Hi, you need to search for "TouchPad" or "Stick" using grep, synaptics isn't a device type.
The 10-synaptics.fdi file has to go into /etc/hal/fdi/policy/
Code:
<match key="info.capabilities" contains="input.touchpad">
This is the line that, in my case, detects to which device apply the rules...
 
  


Reply



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
NIC not detected when upgrading kernel pineapples Linux - Hardware 3 03-20-2005 01:29 PM
CDM640 not detected by 2.6.10 kernel urka58 Linux - Hardware 2 01-01-2005 05:09 AM
Ethernet Card detected in one kernel is not detected in the other?? ashishuttarwar Linux - Hardware 14 06-15-2004 10:06 PM
No NetCard Detected after Kernel Upgrade Eux Debian 2 05-03-2004 09:43 AM
CD Burner not detected on Kernel 2.6 chewysplace Linux - Hardware 2 02-14-2004 08:29 PM

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

All times are GMT -5. The time now is 03:42 PM.

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