Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues installing on Ubuntu 11.10 with 3.0.0-12 Kernel #24

Closed
TimCinel opened this issue Oct 28, 2011 · 2 comments
Closed

Issues installing on Ubuntu 11.10 with 3.0.0-12 Kernel #24

TimCinel opened this issue Oct 28, 2011 · 2 comments

Comments

@TimCinel
Copy link

Conditions

New install of Ubuntu 11.10

Ran "http://almostsure.com/mba42/post-install-oneiric.sh", a post-install script for MacBook Air running Ubuntu 11.10 which reports to have mtrack working fine. The script failed to download and install mtrack. However, it did succeed with the other things it claims to get working.

Installation Method

dpkg-buildpackage
cd ..
sudo dpkg --install xserver-xorg-input-mtrack_0.2.0_amd64.deb

Added the following to xorg.conf:

    Section "InputClass"
        MatchIsTouchpad "on"
        Identifier      "Touchpads"
        Driver          "mtrack"
    EndSection

Issues

  • Touchpad didn't work after restarting X.
  • Xorg log can't find "mtrack" driver.
  • Module files in /usr/lib/xorg/modules/input/ are named "mtrack_drv.so" and "mtrack_drv.la". Rename
    these and Xorg now finds the driver.
  • Xorg failes to completely load the module: "(EE) module ABI major version (13) doesn't match the
    server's version (12)" I tried to edit the field in mtrack.c (yes, hackish) but I can't understand CARD8
    data type, nor can I find a definition for it.
    • Can't progress further.

Additional Information

@rynbrd
Copy link
Owner

rynbrd commented Nov 7, 2011

I don't have 11.10 packages available yet, much less an 11.10 build system. I'll try and get packages built soon.

@rynbrd
Copy link
Owner

rynbrd commented Jan 9, 2012

11.10 packages are now available: http://www.dev.fatedmariner.org/packages/xf86-input-mtrack/ubuntu/

@rynbrd rynbrd closed this as completed Jan 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants