Results 1 to 7 of 7

Thread: How To: use a Medialink Bluetooth version 4 adapter with an Apple Magic Trackpad

Threaded View

  1. #1
    Join Date
    Nov 2005
    Location
    New York, USA
    Beans
    1,223
    Distro
    Ubuntu 14.04 Trusty Tahr

    How To: use a Medialink Bluetooth version 4 adapter with an Apple Magic Trackpad

    This thread is closed.

    The information is now held on the community wiki at https://help.ubuntu.com/community/Me...eMagicTrackpad

    Thank you for your thread and the work you have done in keeping it current and of use to the community.

    A thread for discussion of the wiki can be found at http://ubuntuforums.org/showthread.php?t=2038020


    Support threads regarding the wiki and it's content should be created in a suitable forum.


    I recently got a Medialink USB bluetooth adapter. This is their latest Bluetooth V 4.0 class 2 device. It's very small and barely sticks out of the USB port.

    Here is how I got it working with my Apple Magic Trackpad in Ubuntu 11.10.

    On first install the system does not detect it as a bluetooth device.
    lsusb shows the device ID as: 0a5c 21e8

    I found a review of the device by Yuri Wiitala on amazon.com 03/24/2012.

    To paraphrase:

    Detailed explanation: This device is handled just fine by the stock btusb kernel module. The issue is that the driver does not recognize the exact USB vendor/product ID. However, the driver was fixed just a few weeks ago. It'll just take a little time for your favorite Linux distro update to pick up the fix. Yuri Wiitala

    Here is the fix for now:
    First, create the .conf file...
    Code:
    gksu gedit /etc/modprobe.d/medialink-btusb.conf
    Next, Paste in the following line of code...
    Code:
    install usb:v0A5Cp21E8d*dc*dsc*dp*ic*isc*ip* /sbin/modprobe btusb; echo 0a5c 21e8 > /sys/bus/usb/drivers/btusb/new_id
    Click to save the file.

    Finally, reboot and the adapter will show up as a bluetooth device in the top panel.

    Next, click on the bluetooth indicator in the top panel and select Preferences.
    Make sure both the Bluetooth and Visibility sliders are set to "ON".

    The last thing I had to do to make my Apple Magic Trackpad work with this adapter was to briefly push and release the power button on the side of the trackpad to start the green light blinking. If the light is not blinking, the Apple Magic Trackpad is not in discoverable mode.

    While the light on the trackpad is blinking, click the + in the bottom left corner of the Bluetooth window, then click continue and while it's searching, change the PIN options to '0000' (most headsets, mice & GPS devices), then click close.

    It should quickly find the trackpad, first as a string of numbers that then changes in a few seconds to Apple Wireless Trackpad. Click on it to select the Apple Wireless Trackpad and then click Continue.

    The next dialog that opens should tell you that the pairing was successful.

    The last thing I did was go to the mouse preferences and under touchpad, clicked to enable 2 finger scrolling, horizontal scrolling and Enable Mouse clicks with touchpad.
    You can adjust the Acceleration and Sensitivity sliders to your preference.

    The Apple Magic Trackpad now does the following:
    1 finger is simple pointer motion and 1 finger tap is the same as a left click
    2 finger tap is the same as a right click. (handy for easy back and forward in web browser)
    2 finger vertical and horizontal scrolling works in dialog boxes and web pages
    ctrl and 2 finger vertical scroll will zoom in and out (same as ctrl scroll wheel)
    3 finger tap brings up the "Unity Handles" that let you easily grab a corner or edge or center of a window to move or resize it.
    4 finger tap brings up the main Unity Menu (same as the super key)

    That's all I could discover. There is no "pinch zoom" that I can find although I think the ctrl 2 finger trick will work to zoom pictures is Shotwell.

    If anybody finds other tricks, please let us know by posting here.

    Last edited by wildmanne39; August 5th, 2012 at 10:29 PM.
    Using Ubuntu since Warty Warthog (4.10)
    32 bit 5.04>5.10>6.06>6.10>7.04>7.10>8.04>8.10>9.04>9.10
    64 bit 9.10 upgraded to 10.04>10.10>11.04>11.10>12.04>14.04

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
  •