PDA

View Full Version : [ubuntu] Old Compaq Keyboard (MX 11800)



mishathegoat
April 23rd, 2008, 02:07 AM
Hey all,
I recently went to Goodwill and rummaged around for cheap interesting computer parts. I found an old Compaq keyboard for $3 which has a small trackball built into the side of it (Model# MX-11800). I tested it with Windows 98 and DamnSmallLinux 4.? and neither detected the trackball. Then, I tested it in Xubuntu 7.10 and it worked just fine.

I cannot find this driver anywhere.. How would I go about getting this keyboard working on DamnSmallLinux?

I did NOT plug in the keyboard part only the trackball part when I copied xorg.. the chord splits off into two.

xorg.conf


# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

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

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

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

Section "Device"
Identifier "ATI Technologies Inc Radeon IGP 330M/340M/350M"
Driver "ati"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon IGP 330M/340M/350M"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1024x768"
EndSubSection
EndSection

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

# Uncomment if you have a wacom tablet
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

mishathegoat
April 27th, 2008, 01:17 AM
-Bump-

I just wanna get the stupid trackball on this keyboard to work. It works on Ubuntu so there's gotta be some method to getting it workin' on a Windows machine or other Linux distro. Please I can't find the driver for this keyboard ANYWHERE.. Seriously it's like.. nowhere in the universe of the web. Could I write my own driver for the trackball or something? Right now I could use any information at all or a point in the right direction.. please

mishathegoat
June 14th, 2008, 04:27 AM
-Bump-

JustCallMeCrash
July 10th, 2012, 06:57 PM
If you still have it, I'll buy the board from you. I have an 11800 and it works great in Windows 7 and all Linux distros.

wildmanne39
July 11th, 2012, 02:45 AM
Old thread closed.