Page 13 of 17 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 170

Thread: MAC Magic Mouse on Ubuntu 9.10

  1. #121
    Join Date
    Sep 2005
    Location
    Winnipeg, Canada
    Beans
    177
    Distro
    Ubuntu

    Re: MAC Magic Mouse on Ubuntu 9.10

    Quote Originally Posted by schmidberger@gmx.at View Post
    On Ubuntu 9.10 with the patched kernel the Magic Mouse was working very well.

    Now I upgraded to 10.04.
    BT and Magic Mouse is working, but not the touchpad on the Magic Mouse.

    So I installed 'magicmouse-kernel-source', rebootet and loaded the module. Now the touchpad at the mouse is working but the mouse pointer is jumping around the screen.

    The same with 'multitouch-kernel-source'. Any ideas?
    It was working well for me until I updated two days ago. Now i can report the same as schmidberger, the pointer is too jumpy/jittery making it almost impossible to use, but the multitouch functionality works fine.
    Last edited by amd-64; May 6th, 2010 at 03:34 AM.
    linux, linux, linux

  2. #122
    Join Date
    May 2010
    Beans
    3

    Re: MAC Magic Mouse on Ubuntu 9.10

    I had the same problem. "magicmouse-kernel-source" is not longer update. I installed "multitouch-kernel-source" and now works fine.

    Run the following to install:

    $ sudo add-apt-repository ppa:chasedouglas/multitouch
    $ sudo apt-get update
    $ sudo apt-get install multitouch-kernel-source

    More info: https://launchpad.net/~chasedouglas/+archive/multitouch

    Sorry for my english, I'm spanish.
    Last edited by albertoi; May 6th, 2010 at 12:23 AM.

  3. #123
    Join Date
    Sep 2005
    Location
    Karlsruhe, Germany
    Beans
    86
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: MAC Magic Mouse on Ubuntu 9.10

    Hmmm... Yesterday i was able to work with the Magic Mouse. Today I can't. The cursor is stuck to the upper left corner of the screen. It doesn't move when i move the mouse. Only when i touch the surface of the mouse. It looks like that i'm able to move the cursor by touching the surface. But the movement is very jittery.

    @albertoi
    So I installed multitouch-kernel-source out of the Multitouch-PPA. By installing the multitouch-kernel-source package the magicmouse-kernel-source has been removed. But I still have the same problem...

    Code:
    $lsmod | grep hid
    hid_magicmouse          6035  0 
    hidp                   14295  1 
    l2cap                  34774  21 hidp,rfcomm,bnep
    hid_apple               5309  0 
    usbhid                 40352  0 
    bluetooth              58621  10 hidp,rfcomm,sco,bnep,l2cap,btusb
    hid                    81789  4 hid_magicmouse,hidp,hid_apple,usbhid
    
    $ dpkg -l *multitouch* | grep ii
    ii  multitouch-kernel-source               1.2                                             Experimental multitouch device driver source
    ii  multitouchd                            1.0-0ubuntu1                                    tools for multitouch devices
    What kernel module is running in your system?

  4. #124
    Join Date
    May 2010
    Beans
    3

    Re: MAC Magic Mouse on Ubuntu 9.10

    Code:
    $ lsmod | grep hid
    hid_magicmouse          6035  0 
    hidp                   14295  1 
    hid                    81789  2 hid_magicmouse,hidp
    l2cap                  34774  21 hidp,rfcomm,bnep
    bluetooth              58621  10 hidp,rfcomm,sco,bnep,l2cap,btusb
    
    $ dpkg -l *multitouch* | grep ii
    ii  multitouch-kernel-source              1.2                                             Experimental multitouch device driver source
    I just uninstall "multitouchd", "magicmouse-kernel-source" and install "multi-kernel-source".

    I've lucid lynx with the lastest kernel 2.6.32-22-generic

  5. #125
    Join Date
    May 2010
    Beans
    3

    Re: MAC Magic Mouse on Ubuntu 9.10

    Quote Originally Posted by amd-64 View Post
    It was working well for me until I updated two days ago. Now i can report the same as schmidberger, the pointer is too jumpy/jittery making it almost impossible to use, but the multitouch functionality works fine.
    I have the exact same problem. Are there any workarounds for this problem yet?

  6. #126
    Join Date
    May 2010
    Beans
    3

    Re: MAC Magic Mouse on Ubuntu 9.10

    Quote Originally Posted by togsfx View Post
    I have the exact same problem. Are there any workarounds for this problem yet?
    Run the following to install:

    $ sudo add-apt-repository ppa:chasedouglas/multitouch
    $ sudo apt-get update
    $ sudo apt-get install multitouch-kernel-source

    More info: https://launchpad.net/~chasedouglas/+archive/multitouch

    Sorry for my english, I'm spanish.

  7. #127
    Join Date
    Sep 2005
    Location
    Winnipeg, Canada
    Beans
    177
    Distro
    Ubuntu

    Re: MAC Magic Mouse on Ubuntu 9.10

    Quote Originally Posted by albertoi View Post
    Run the following to install:

    $ sudo add-apt-repository ppa:chasedouglas/multitouch
    $ sudo apt-get update
    $ sudo apt-get install multitouch-kernel-source

    More info: https://launchpad.net/~chasedouglas/+archive/multitouch

    Sorry for my english, I'm spanish.
    This did not work for me. Magic mouse is still jumpy across the screen but the multitouch works fine. Does this has to do with X11 settings? I have no xorg.conf.

    BTW, another BT mouse (Logitech) works fine.
    linux, linux, linux

  8. #128
    Join Date
    May 2010
    Beans
    3

    Re: MAC Magic Mouse on Ubuntu 9.10

    Quote Originally Posted by albertoi View Post
    Run the following to install:

    $ sudo add-apt-repository ppa:chasedouglas/multitouch
    $ sudo apt-get update
    $ sudo apt-get install multitouch-kernel-source

    More info: https://launchpad.net/~chasedouglas/+archive/multitouch

    Sorry for my english, I'm spanish.
    Thank you Albertoi. Unfortunately this does not work for me either.. Looking forward to new ideas on this issue.

  9. #129
    Join Date
    Sep 2005
    Location
    Karlsruhe, Germany
    Beans
    86
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: MAC Magic Mouse on Ubuntu 9.10

    I reported the issue to https://bugzilla.kernel.org/show_bug.cgi?id=15928 and wrote on linux-input@vger.kernel.org about it. Unfortunately I didn't get an answer yet.

  10. #130
    Join Date
    May 2010
    Beans
    3

    Re: MAC Magic Mouse on Ubuntu 9.10

    And I reported a bug on launchpad.net:
    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/578520

Page 13 of 17 FirstFirst ... 31112131415 ... LastLast

Tags for this Thread

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
  •