Re: mouse / trackpoint configuration on ibm t23 laptop

2004-03-26 Thread Zhaojun Wu
I am not sure whether you have seen the following site,

http://w1.894.telia.com/~u89404340/touchpad/

if not, please read it and pay attentions on "How do I use this driver 
with Linux kernel 2.6.x?" on the FAQ.

I run a Debian Linux(kernel 2.6.4) on my Dell i4150 laptop. After I
enabled the "PS/2 mouse support(CONFIG_MOUSE_PS2)" and "Event
Device(CONFIG_INPUT_EVDEV)" in the kernel configuration and recomplied
the kernel, the touchpad ,trackpoint and external USB mouse all work 
well, even though I haven't installed the more powerful touchpad driver 
mentioned above, yet.

Hope it's useful for you. :)

On  4, [EMAIL PROTECTED] wrote:
> 
>Some additional information --
>The previous post was with a 2.6.4 kernel image.  When I boot to the
>2.4.25 kernel, the external mouse works.  Still don't get any response
>from the trackpoint (or the buttons on the laptop itself, for that
>matter).
>Thanks,
>-Jerry
>---
>   Jerry Bash
>   Spectral Systems, Inc.
>---

-- 
Best Regards,  <*,*> > > > >
Wu,Zhaojun [`-'] ] ] ] ]
"-"- - - - -
E-mail: [EMAIL PROTECTED]



Re: mouse / trackpoint configuration on ibm t23 laptop

2004-03-26 Thread Zhaojun Wu
I am not sure whether you have seen the following site,

http://w1.894.telia.com/~u89404340/touchpad/

if not, please read it and pay attentions on "How do I use this driver 
with Linux kernel 2.6.x?" on the FAQ.

I run a Debian Linux(kernel 2.6.4) on my Dell i4150 laptop. After I
enabled the "PS/2 mouse support(CONFIG_MOUSE_PS2)" and "Event
Device(CONFIG_INPUT_EVDEV)" in the kernel configuration and recomplied
the kernel, the touchpad ,trackpoint and external USB mouse all work 
well, even though I haven't installed the more powerful touchpad driver 
mentioned above, yet.

Hope it's useful for you. :)

On  4, [EMAIL PROTECTED] wrote:
> 
>Some additional information --
>The previous post was with a 2.6.4 kernel image.  When I boot to the
>2.4.25 kernel, the external mouse works.  Still don't get any response
>from the trackpoint (or the buttons on the laptop itself, for that
>matter).
>Thanks,
>-Jerry
>---
>   Jerry Bash
>   Spectral Systems, Inc.
>---

-- 
Best Regards,  <*,*> > > > >
Wu,Zhaojun [`-'] ] ] ] ]
"-"- - - - -
E-mail: [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: mouse / trackpoint configuration on ibm t23 laptop

2004-03-26 Thread Jerry_Bash

Some additional information --

The previous post was with a 2.6.4 kernel image.  When I boot to the 2.4.25 kernel, the external mouse works.  Still don't get any response from the trackpoint (or the buttons on the laptop itself, for that matter).

Thanks,
-Jerry

---
                                        Jerry Bash
                                        Spectral Systems, Inc.
---

Re: mouse / trackpoint configuration on ibm t23 laptop

2004-03-26 Thread Jerry_Bash

Some additional information --

The previous post was with a 2.6.4 kernel image.  When I boot to the 2.4.25 kernel, the external mouse works.  Still don't get any response from the trackpoint (or the buttons on the laptop itself, for that matter).

Thanks,
-Jerry

---
                                        Jerry Bash
                                        Spectral Systems, Inc.
---

mouse / trackpoint configuration on ibm t23 laptop

2004-03-26 Thread Jerry_Bash

I am installing on a t23 laptop, and am having trouble with the trackpoint, or an external mouse being recognized and useable.
This is a secondhand machine, so there is a possibility that there could be a hardware problem, I suppose.  At any rate, if I'd appreciate some help in determining whether I have a configuration wrong.  In googling thusfar, I haven't run across anything that helps.

Here is the section of the XF86Config-4 file dealing with input devices.  If you've got any ideas on determining if it's a hardware problem or not, or if something in my config is incorrect, please let me know.  The external mouse I've tried is a logitech, which does work on another system (not a laptop) with essentially the same XF86Config file.  With the laptop, neither the external nor the trackpoint works.  The pointer comes up (when I start X) and just sits in the middle of the screen.

Any help is appreciated.

Thanks,
-Jerry



Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "Protocol"                "PS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "savage"
EndSection

-snip--

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection


---
                                        Jerry Bash
                                        Spectral Systems, Inc.
---

mouse / trackpoint configuration on ibm t23 laptop

2004-03-26 Thread Jerry_Bash

I am installing on a t23 laptop, and am having trouble with the trackpoint, or an external mouse being recognized and useable.
This is a secondhand machine, so there is a possibility that there could be a hardware problem, I suppose.  At any rate, if I'd appreciate some help in determining whether I have a configuration wrong.  In googling thusfar, I haven't run across anything that helps.

Here is the section of the XF86Config-4 file dealing with input devices.  If you've got any ideas on determining if it's a hardware problem or not, or if something in my config is incorrect, please let me know.  The external mouse I've tried is a logitech, which does work on another system (not a laptop) with essentially the same XF86Config file.  With the laptop, neither the external nor the trackpoint works.  The pointer comes up (when I start X) and just sits in the middle of the screen.

Any help is appreciated.

Thanks,
-Jerry



Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "keyboard"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xfree86"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/psaux"
        Option                "Protocol"                "PS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "InputDevice"
        Identifier        "Generic Mouse"
        Driver                "mouse"
        Option                "SendCoreEvents"        "true"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
        Option                "Emulate3Buttons"        "true"
        Option                "ZAxisMapping"                "4 5"
EndSection

Section "Device"
        Identifier        "Generic Video Card"
        Driver                "savage"
EndSection

-snip--

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice        "Generic Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection


---
                                        Jerry Bash
                                        Spectral Systems, Inc.
---