You are not logged in.

#1 2007-01-01 09:43:26

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

[SOLVED] PS/2 mouse not working

I've just installed arch on 2 PCs. After upgrade, both of my PS/2 mouse doesn't work. Here's pice of my xorg:

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "ExplorerPS/2"     # "Auto" 
    Option "Device"      "/dev/input/mice" # "/dev/psaux"
    Option "ZAxisMapping"   "4 5"
EndSection

Last edited by Husio (2007-01-30 21:08:51)

Offline

#2 2007-01-01 10:09:54

Birdman
Member
From: Surrey, UK
Registered: 2006-01-11
Posts: 121

Re: [SOLVED] PS/2 mouse not working

This is what I have:

Section "InputDevice"
        Identifier  "PS/2 Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option      "Device" "/dev/psaux"
        Option      "SendCoreEvents"  "true"

Try changing the Protocol and see what happens.

Offline

#3 2007-01-01 10:32:39

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: [SOLVED] PS/2 mouse not working

I was trying with: auto, PS/2, ExplorerPS/2, IMPS/2
and device :/dev/input/mice, /dev/psaux. Still not working.

Offline

#4 2007-01-01 10:49:01

Birdman
Member
From: Surrey, UK
Registered: 2006-01-11
Posts: 121

Re: [SOLVED] PS/2 mouse not working

Do the changes that you are making fit in with the Section "ServerLayout" at the top of the file? i.e. I have:

Section "ServerLayout"
        Identifier     "Xorg Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "PS/2 Mouse" "CorePointer"

Offline

#5 2007-01-01 11:00:15

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: [SOLVED] PS/2 mouse not working

Offline

#6 2007-01-01 12:34:52

Birdman
Member
From: Surrey, UK
Registered: 2006-01-11
Posts: 121

Re: [SOLVED] PS/2 mouse not working

Are you restarting X after each change to the /etc/xorg.conf? Sorry to state the obvious - but you know what it is like  wink

Offline

#7 2007-01-01 12:55:13

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: [SOLVED] PS/2 mouse not working

yes  smile
I think it depends on kernel. On my own kernel mouse works fine. Also in kernel26 from install-cd 0.7.1

Offline

#8 2007-01-02 02:18:32

paul2lv
Member
From: Vegas
Registered: 2005-11-09
Posts: 116

Re: [SOLVED] PS/2 mouse not working

Try

modprobe psmouse

Offline

#9 2007-01-02 04:35:01

beejayzed
Member
From: New Zealand
Registered: 2006-12-15
Posts: 24
Website

Re: [SOLVED] PS/2 mouse not working

Yes I have this problem with kernel 2.6.19.
The only solution I have found is to use 2.6.18, so I have to keep it pinned at that.

Offline

#10 2007-01-08 14:00:26

drazi
Member
From: CT, USA
Registered: 2006-01-30
Posts: 13

Re: [SOLVED] PS/2 mouse not working

I'm having this problem as well. I'm using a logitech wheel mouse model number: M-S48a. I just did a `pacman -Syu` and rebooted. I've tried using /dev/psaux, /dev/input/mice. I've tried changing the protocol to auto, logitech, and PS/2. I've also tried `modprobe psmouse` and `modprobe capability` nothing seems to work. X starts up but the mouse does not move.

Offline

#11 2007-01-27 01:47:21

elfgoh
Member
Registered: 2007-01-27
Posts: 4

Re: [SOLVED] PS/2 mouse not working

drazi wrote:

I'm having this problem as well. I'm using a logitech wheel mouse model number: M-S48a. I just did a `pacman -Syu` and rebooted. I've tried using /dev/psaux, /dev/input/mice. I've tried changing the protocol to auto, logitech, and PS/2. I've also tried `modprobe psmouse` and `modprobe capability` nothing seems to work. X starts up but the mouse does not move.

I've an identical problem with my Trekker Wheel mouse. It is a PS/2 mouse.

I did a fresh install using 0.72 and did a # pacman -Syu. Then I installed xorg, xfce4 and xfce4-goodies. When I $ startx, the cursor is shown but the cursor does not move.

I've tried changing the protocol to various as found in $ xorgconfig, but it does not work. Changing device to /dev/psaux and dev/input/mice does not work too.

Generating xorg.conf using # hwd -x, # X -configure, # xorgconfig, does not remedy the problem.

I'm sure that the mouse functions ok as I do a dual boot of arch and ubuntu on the same system. In fact, I've copied over the xorg.conf over from Ubuntu to Arch.

Kernel module psmouse is loaded on boot.

I've also tried cat /dev/psaux and /dev/input/mice, but no output.

I also find it odd that /dev/psaux is a symlink that points to /misc/psaux. Bcos /misc/psaux does not exist.

Any ideas?

I trying to downgrade my kernel. May I know how to do that, since Arch is a rolling release system?

Offline

#12 2007-01-27 02:22:53

elfgoh
Member
Registered: 2007-01-27
Posts: 4

Re: [SOLVED] PS/2 mouse not working

Anyway below is a copy of my xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    FontPath    "/usr/share/fonts/X11/misc"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us"
    Option        "XkbVariant"    "intl"
    Option        "XkbOptions"    "lv3:ralt_switch"
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Silicon Integrated Systems (SiS) 630/730 PCI/AGP VGA Display Adapter"
    Driver        "sis"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "L1740PQ"
    Option        "DPMS"
    HorizSync    30-83
    VertRefresh    56-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Silicon Integrated Systems (SiS) 630/730 PCI/AGP VGA Display Adapter"
    Monitor        "L1740PQ"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Last edited by elfgoh (2007-01-28 09:35:51)

Offline

#13 2007-01-27 10:35:09

beejayzed
Member
From: New Zealand
Registered: 2006-12-15
Posts: 24
Website

Re: [SOLVED] PS/2 mouse not working

The wiki shows how to downgrade packages.
http://wiki.archlinux.org/index.php/Downgrade_packages

Offline

#14 2007-01-28 09:37:15

elfgoh
Member
Registered: 2007-01-27
Posts: 4

Re: [SOLVED] PS/2 mouse not working

Just to update, I've tried several other ps/2 mice that are working, but they still do not work. I tried a usb mice and it works fine.

Offline

#15 2007-01-28 11:58:08

slux
Member
From: Rome
Registered: 2007-01-23
Posts: 23
Website

Re: [SOLVED] PS/2 mouse not working

# **********************************************************************
#  Input devices - Mouse
# **********************************************************************
Section "InputDevice"
        Identifier      "Mouse1"
        Driver  "mouse"
        Option  "Protocol"              "IMPS/2"
        Option  "Device"                "/dev/input/mice"
        Option  "ZAxisMapping"  "4 5"
EndSection

This work fine with psmouse and usb mouse wink

PS: modprobe psmouse

byez!


www.tremulous.it

Cogito, ergo Arch big_smile

Offline

#16 2007-01-30 21:06:53

drazi
Member
From: CT, USA
Registered: 2006-01-30
Posts: 13

Re: [SOLVED] PS/2 mouse not working

I've tried everything mentioned above except downgrading the kernel. and I'm still having this issue. USB mice work fine but no PS/2 mice work at all. I've tried booting with a SLAX live CD and the same PS/2 mouse works fine then. Another symptom is the mouse does not show up in /proc/bus/input/devices. Some people seem to be having the same problem with Fedora Core 6. https://bugzilla.redhat.com/bugzilla/sh … ?id=223606

Offline

#17 2007-01-30 21:09:38

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: [SOLVED] PS/2 mouse not working

paul2lv wrote:

Try

modprobe psmouse

That's all. Just load psmouse module.

Offline

#18 2007-01-30 21:59:47

drazi
Member
From: CT, USA
Registered: 2006-01-30
Posts: 13

Re: [SOLVED] PS/2 mouse not working

I've tried loading the psmouse module at the command prompt and also by adding it to the rc.conf modules line and restarting. I've done a lsmod | grep psmouse to make sure its loaded and it is. Neither way makes any difference.

Offline

#19 2007-01-30 22:08:45

Husio
Member
From: Europe
Registered: 2005-12-04
Posts: 359
Website

Re: [SOLVED] PS/2 mouse not working

local/xf86-input-mouse 1.1.1-1
    X.org mouse input driver

Do you have this package ?

Offline

#20 2007-01-31 15:48:57

drazi
Member
From: CT, USA
Registered: 2006-01-30
Posts: 13

Re: [SOLVED] PS/2 mouse not working

yes I have xf86-input-mouse 1.1.1-1 installed. I would downgrade to 2.6.18 but I can't find the package any where. Anyone know where I can find it?

Offline

Board footer

Powered by FluxBB