LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-30-2009, 09:49 PM   #1
hokie9
LQ Newbie
 
Registered: Sep 2009
Posts: 2

Rep: Reputation: 0
Mouse/tablet


Suse 11.1: I am having difficulties getting my tablet function to work on my Gateway C-140x, as well as getting my Razer DeathAdder to work. I have been doing various configurations and installations, and I think it was just after a Suse update that my mouse stopped working. It was fine up to that point, and when I go and check the "activate this pointer" checkbox in sax2, and when I save and exit sax, then open it back up, the checkbox is unchecked. The same issue occurs with my tablet function, I try and change the serial input(hoping, but not knowing, that one of them will work), but it doesn't save anything I do. I've tried editting xorg.conf, but that doesn't seem to do anything productive. ALSO, the mouse works when I run in failsafe, haven't tried messing with much else in failsafe though. Any suggestions?
-Much appreciated.

EDIT
when I try and test the sax2 configuration for the tablet, I press test and it just closes.

Last edited by hokie9; 09-30-2009 at 10:07 PM.
 
Old 10-01-2009, 11:37 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Start near the beginning. Does any usb device work?
What is your chipset? Have you uhci_hcd, ohci_hcd & ehci_hcd in 'lsmod?' You should have 2, not the three.

Post your xorg conf mouse section and we'll have a laugh :-)
 
Old 10-02-2009, 10:57 AM   #3
hokie9
LQ Newbie
 
Registered: Sep 2009
Posts: 2

Original Poster
Rep: Reputation: 0
Other USB devices work, like flashdrives, I'll post the xorg.conf below, but I'm not sure what you are talking about as far as the hcd's. Thanks for the reply though, hope this helps.



Code:
Section "InputDevice"
  Identifier   "Mouse[2]"
  Driver       "mouse"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option      "Name" "ImPS/2 Generic Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[3]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Synaptics"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "Mouse[7]"
  Option       "Device" "/dev/ttyS0"
  Option       "ForceDevice" "0x8ac6f48"
  Option       "InputFashion" "Tablet"
  Option       "Mode" "Absolute"
  Option       "Name" "Gateway C-140X/E-295C (SERIAL)"
  Option       "SendCoreEvents" "on"
  Option       "Type" "cursor"
  Option       "Vendor" "TABLET PCs"
EndSection

Section "InputDevice"
  Driver       "wacom"
  Identifier   "Mouse[5]"
  Option       "Button2" "0x8ae46c8"
  Option       "Device" "/dev/ttyS0"
  Option       "ForceDevice" "0x8ae5d18"
  Option       "InputFashion" "Pen"
  Option       "Mode" "Absolute"
  Option       "Name" "ISDV4 TABLET PC Stylus (SERIAL)"
  Option       "Protocol" "Auto"
  Option       "Type" "stylus"
  Option       "Vendor" "TABLET PCs"
EndSection
 
Old 10-03-2009, 03:44 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Okay, you have a synaptics mouse, a wacom tablet. I don't see a driver in your mouse section. Here's mine. Try that.
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "imps/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

Notice the Driver line.

I see thi8s in Xorg.0.log
bash-3.1$ grep -i mouse /var/log/Xorg.0.log
(**) |-->Input Device "Mouse0"
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
(==) NVIDIA(0): Silken mouse enabled
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "imps/2"
(**) Mouse0: Core Pointer
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) Mouse0: ps2EnableDataReporting: succeeded
 
  


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
Why is my Aiptek graphics tablet working like a mouse? uinseann Linux - Hardware 1 04-10-2008 12:08 AM
problems using usb mouse and wacom tablet together rjlee Linux - Hardware 2 03-02-2008 08:00 AM
Configuring a Wacom Graphire Tablet to track like a tablet (not like a mouse) anlace Debian 2 11-07-2006 05:20 AM
mouse disappears after kernel upgrade and Wacom tablet addition to system esteeven Linux - Hardware 3 06-05-2005 04:36 PM
Wacom Graphire 2 Tablet and Mouse sfnitro230 Slackware 1 01-09-2004 06:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 06:24 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