Results 1 to 5 of 5

Thread: Trackpad Does Not load at startup

  1. #1
    Join Date
    Mar 2012
    Beans
    22

    Trackpad Does Not load at startup

    Hi,
    I am running Ubuntu 12.04 on a 2011 macbook air.

    I have noticed over the last month that the trackpad does not always seem to load at startup. I can log in ok, and the 'pointer' will appear on the screen, but will not respond to any touches, etc.
    To make matters more confusing, this does not happen consistently. It seems to happen approximately 1/3 of the time. When it happens, it typically requires two reboots to get the system to boot (load/start up the trackpad) properly.

    Any thoughts? I'm not sure where to look (or if I should be looking) in the log files for answers.
    Thanks,
    Nick

  2. #2
    Join Date
    Mar 2012
    Beans
    22

    Re: Trackpad Does Not load at startup

    After a bit more searching....would using mkinitrd be a possible fix?

  3. #3
    Join Date
    Feb 2010
    Beans
    3

    Re: Trackpad Does Not load at startup

    This may not be the sanest approach, but here's something I did on an old PPC laptop (Ubuntu 12.04) because the trackpad settings failed to "stick" across a reboot.
    Inside my .bashrc file, added the lines

    sudo chmod 777 /dev/adb <<endsu
    {my password}
    endsu
    trackpad tap
    trackpad drag

    And that works just fine. If you want to be more careful, you could add a couple followup lines to return /dev/adb to 511 permissions.

  4. #4
    Join Date
    Mar 2012
    Beans
    22

    Re: Trackpad Does Not load at startup

    Thanks for your reply. I'm not sure that this will work for me though, since /dev/adb does not seem to exist.

    Nick

  5. #5
    Join Date
    Feb 2010
    Beans
    3

    Re: Trackpad Does Not load at startup

    Quote Originally Posted by NickSH View Post
    Thanks for your reply. I'm not sure that this will work for me though, since /dev/adb does not seem to exist.

    Nick
    Sorry -- you're correct, as only older Macs w/ ADB (Apple Desktop Bus) -based trackpads have this. But you should have a corresponding tool in /dev which the "trackpad" command accesses.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •