{"id":2883,"date":"2018-04-23T10:00:11","date_gmt":"2018-04-23T15:00:11","guid":{"rendered":"https:\/\/www.foell.org\/justin\/?p=2883"},"modified":"2020-01-24T11:04:30","modified_gmt":"2020-01-24T17:04:30","slug":"microsoft-mouse-3600-and-ubuntu-16-04-lts","status":"publish","type":"post","link":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/","title":{"rendered":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS"},"content":{"rendered":"<p>I like this <a href=\"https:\/\/amzn.to\/2HJvMN7\">Microsoft &#8220;Mobile Mouse&#8221; 3600<\/a>. It connects to my laptop via bluetooth so there&#8217;s no need to add a dongle.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" data-attachment-id=\"2886\" data-permalink=\"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/img_2939\/\" data-orig-file=\"https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939.jpg\" data-orig-size=\"832,640\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"img_2939\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939.jpg\" class=\"size-full wp-image-2886\" src=\"https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939.jpg\" width=\"832\" height=\"640\" srcset=\"https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939.jpg 832w, https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939-300x231.jpg 300w, https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939-768x591.jpg 768w\" sizes=\"auto, (max-width: 832px) 100vw, 832px\" \/><\/p>\n<p>It works with Linux but it&#8217;s a bit finicky. In this post I&#8217;m addressing Ubuntu 16.04 LTS. This might seem like moot point because <a href=\"https:\/\/wiki.ubuntu.com\/BionicBeaver\/ReleaseNotes\">18.04 LTS is literally right around the corner<\/a>. However, there a chance it&#8217;s meticulous connection procedure will still need to be followed. So here&#8217;s how to <em>consistently<\/em> get it to connect to your computer.<\/p>\n<p><!--more--><\/p>\n<p>I&#8217;ve highlighted all the <strong>commands you&#8217;ll need to type in bold<\/strong>. The other text is the output you&#8217;ll be seeing. The device ID will be different for your 3600 mouse, and it will be different every time you try to pair it. Just be careful to copy and paste off of your screen and not mine \ud83d\ude09<\/p>\n<p>Put your mouse into pairing mode by holding the bottom button down for more than 5 seconds. Then launch the bluetooth control tool from the terminal, and start a scan. Note the ID of&nbsp;<code>BluetoothMouse3600<\/code>, you&#8217;ll use it for the commands <code>pair<\/code>, <code>trust<\/code>, and <code>connect<\/code>.<\/p>\n<pre>$ <strong>sudo bluetoothctl<\/strong>\r\n[bluetooth]# <strong>scan on<\/strong>\r\nDiscovery started\r\n[CHG] Controller 28:B2:BD:5A:33:17 Discovering: yes\r\n...\r\n[NEW] Device EF:E5:F1:8D:EA:24 BluetoothMouse3600\r\n[CHG] Device EF:E5:F1:8D:EA:24 RSSI: -42\r\n[bluetooth]# <strong>pair EF:E5:F1:8D:EA:24<\/strong>\r\nAttempting to pair with EF:E5:F1:8D:EA:24\r\n...\r\n[CHG] Device EF:E5:F1:8D:EA:24 Paired: yes\r\nPairing successful\r\n[BluetoothMouse3600]# <strong>trust EF:E5:F1:8D:EA:24<\/strong>\r\n[CHG] Device EF:E5:F1:8D:EA:24 Trusted: yes\r\nChanging EF:E5:F1:8D:EA:24 trust succeeded\r\n[BluetoothMouse3600]# <strong>connect EF:E5:F1:8D:EA:24<\/strong>\r\nAttempting to connect to EF:E5:F1:8D:EA:24\r\nConnection successful<\/pre>\n<p>Sweet we&#8217;re connected! But your mouse probably won&#8217;t (yet) work. We need to <code>disconnect<\/code>&nbsp;first (I&#8217;ll explain why in a bit).<\/p>\n<pre>[BluetoothMouse3600]# <strong>disconnect EF:E5:F1:8D:EA:24<\/strong>\r\nAttempting to disconnect from EF:E5:F1:8D:EA:24\r\nSuccessful disconnected\r\n[CHG] Device EF:E5:F1:8D:EA:24 Connected: no<\/pre>\n<h2>Why am I doing this again?!?<\/h2>\n<p>I&#8217;m not exactly sure why this needs to be done twice, but somewhere along the way I believe I saw some bluetooth debugging information show that the first device is for BLE (bluetooth low energy) and the second is the actual HID (human interface device). Comment if you can confirm or deny, but for now, let&#8217;s keep truckin&#8217;&#8230;<\/p>\n<p>Put the mouse into pairing mode <em>again<\/em>. Then&nbsp;<code>pair\/trust\/connect<\/code> again . You may notice the number in the 4th section of the device ID is one number higher than it was when we first paired.<\/p>\n<pre>[NEW] Device EF:E5:F1:8E:EA:24 BluetoothMouse3600\r\n[bluetooth]# <strong>pair EF:E5:F1:8E:EA:24<\/strong>\r\nAttempting to pair with EF:E5:F1:8E:EA:24\r\n[CHG] Device EF:E5:F1:8E:EA:24 Connected: yes\r\n[BluetoothMouse3600]# <strong>trust EF:E5:F1:8E:EA:24<\/strong>\r\n[CHG] Device EF:E5:F1:8E:EA:24 Trusted: yes\r\nChanging EF:E5:F1:8E:EA:24 trust succeeded\r\n...\r\nPairing successful\r\n[CHG] Device EF:E5:F1:8E:EA:24 Modalias: usb:v045Ep0916d0100\r\n[BluetoothMouse3600]# <strong>connect EF:E5:F1:8E:EA:24<\/strong>\r\nAttempting to connect to EF:E5:F1:8E:EA:24\r\nConnection successful<\/pre>\n<p>Now your mouse should work!<\/p>\n<p>If you find it not reconnecting on occasion, turning the mouse off\/on with a quick press of the bottom button sometimes does the trick. Otherwise, remove both of the bluetooth devices that are paired and start from the top. I&#8217;ve done this several times and this is the only consistent way I&#8217;ve been able to get it working again.<\/p>\n<div class='kindleWidget kindleLight' ><img decoding=\"async\" src=\"https:\/\/www.foell.org\/justin\/wp-content\/plugins\/send-to-kindle\/media\/white-15.png\" \/><span>Send to Kindle<\/span><\/div>","protected":false},"excerpt":{"rendered":"<p>I like this Microsoft &#8220;Mobile Mouse&#8221; 3600. It connects to my laptop via bluetooth so there&#8217;s no need to add a dongle. It works with Linux but it&#8217;s a bit finicky. In this post I&#8217;m addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,&hellip; <a href=\"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"Microsoft Mouse 3600 (bluetooth) and Ubuntu. A pair of pairs should make it work.","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[1,8],"tags":[169,57,166],"class_list":["post-2883","post","type-post","status-publish","format-standard","hentry","category-business","category-ubuntu","tag-bluetooth","tag-distro","tag-linux"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"I like this Microsoft &quot;Mobile Mouse&quot; 3600. It connects to my laptop via bluetooth so there&#039;s no need to add a dongle. It works with Linux but it&#039;s a bit finicky. In this post I&#039;m addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Justin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Justin Foell - Technology, Bicycling, Hobbies, Kids, Life.\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell\" \/>\n\t\t<meta property=\"og:description\" content=\"I like this Microsoft &quot;Mobile Mouse&quot; 3600. It connects to my laptop via bluetooth so there&#039;s no need to add a dongle. It works with Linux but it&#039;s a bit finicky. In this post I&#039;m addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-04-23T15:00:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-01-24T17:04:30+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell\" \/>\n\t\t<meta name=\"twitter:description\" content=\"I like this Microsoft &quot;Mobile Mouse&quot; 3600. It connects to my laptop via bluetooth so there&#039;s no need to add a dongle. It works with Linux but it&#039;s a bit finicky. In this post I&#039;m addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#blogposting\",\"name\":\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell\",\"headline\":\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS\",\"author\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/files\\\/2018\\\/04\\\/img_2939.jpg\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#articleImage\",\"width\":832,\"height\":640},\"datePublished\":\"2018-04-23T10:00:11-05:00\",\"dateModified\":\"2020-01-24T11:04:30-06:00\",\"inLanguage\":\"en-US\",\"commentCount\":13,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#webpage\"},\"articleSection\":\"Business, Ubuntu, bluetooth, distro, Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.foell.org\\\/justin\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/#listItem\",\"name\":\"Business\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/#listItem\",\"position\":2,\"name\":\"Business\",\"item\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/#listItem\",\"name\":\"Ubuntu\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/#listItem\",\"position\":3,\"name\":\"Ubuntu\",\"item\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#listItem\",\"name\":\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/#listItem\",\"name\":\"Business\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#listItem\",\"position\":4,\"name\":\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/category\\\/business\\\/ubuntu\\\/#listItem\",\"name\":\"Ubuntu\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#organization\",\"name\":\"Justin Foell\",\"description\":\"Technology, Bicycling, Hobbies, Kids, Life.\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/\",\"name\":\"Justin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/946a5f509120117c629b5c8f22c3d50499ca6f07dcd771c787065f3871a63651?s=96&d=blank&r=pg\",\"width\":96,\"height\":96,\"caption\":\"Justin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#webpage\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/\",\"name\":\"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell\",\"description\":\"I like this Microsoft \\\"Mobile Mouse\\\" 3600. It connects to my laptop via bluetooth so there's no need to add a dongle. It works with Linux but it's a bit finicky. In this post I'm addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/microsoft-mouse-3600-and-ubuntu-16-04-lts\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/author\\\/justin\\\/#author\"},\"datePublished\":\"2018-04-23T10:00:11-05:00\",\"dateModified\":\"2020-01-24T11:04:30-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#website\",\"url\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/\",\"name\":\"Justin Foell\",\"description\":\"Technology, Bicycling, Hobbies, Kids, Life.\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.foell.org\\\/justin\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell","description":"I like this Microsoft \"Mobile Mouse\" 3600. It connects to my laptop via bluetooth so there's no need to add a dongle. It works with Linux but it's a bit finicky. In this post I'm addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,","canonical_url":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#blogposting","name":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell","headline":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS","author":{"@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author"},"publisher":{"@id":"https:\/\/www.foell.org\/justin\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.foell.org\/justin\/files\/2018\/04\/img_2939.jpg","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#articleImage","width":832,"height":640},"datePublished":"2018-04-23T10:00:11-05:00","dateModified":"2020-01-24T11:04:30-06:00","inLanguage":"en-US","commentCount":13,"mainEntityOfPage":{"@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#webpage"},"isPartOf":{"@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#webpage"},"articleSection":"Business, Ubuntu, bluetooth, distro, Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin#listItem","position":1,"name":"Home","item":"https:\/\/www.foell.org\/justin","nextItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/#listItem","name":"Business"}},{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/#listItem","position":2,"name":"Business","item":"https:\/\/www.foell.org\/justin\/category\/business\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/#listItem","name":"Ubuntu"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/#listItem","position":3,"name":"Ubuntu","item":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#listItem","name":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/#listItem","name":"Business"}},{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#listItem","position":4,"name":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS","previousItem":{"@type":"ListItem","@id":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/#listItem","name":"Ubuntu"}}]},{"@type":"Organization","@id":"https:\/\/www.foell.org\/justin\/#organization","name":"Justin Foell","description":"Technology, Bicycling, Hobbies, Kids, Life.","url":"https:\/\/www.foell.org\/justin\/"},{"@type":"Person","@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author","url":"https:\/\/www.foell.org\/justin\/author\/justin\/","name":"Justin","image":{"@type":"ImageObject","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/946a5f509120117c629b5c8f22c3d50499ca6f07dcd771c787065f3871a63651?s=96&d=blank&r=pg","width":96,"height":96,"caption":"Justin"}},{"@type":"WebPage","@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#webpage","url":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/","name":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell","description":"I like this Microsoft \"Mobile Mouse\" 3600. It connects to my laptop via bluetooth so there's no need to add a dongle. It works with Linux but it's a bit finicky. In this post I'm addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.foell.org\/justin\/#website"},"breadcrumb":{"@id":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/#breadcrumblist"},"author":{"@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author"},"creator":{"@id":"https:\/\/www.foell.org\/justin\/author\/justin\/#author"},"datePublished":"2018-04-23T10:00:11-05:00","dateModified":"2020-01-24T11:04:30-06:00"},{"@type":"WebSite","@id":"https:\/\/www.foell.org\/justin\/#website","url":"https:\/\/www.foell.org\/justin\/","name":"Justin Foell","description":"Technology, Bicycling, Hobbies, Kids, Life.","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.foell.org\/justin\/#organization"}}]},"og:locale":"en_US","og:site_name":"Justin Foell - Technology, Bicycling, Hobbies, Kids, Life.","og:type":"article","og:title":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell","og:description":"I like this Microsoft &quot;Mobile Mouse&quot; 3600. It connects to my laptop via bluetooth so there's no need to add a dongle. It works with Linux but it's a bit finicky. In this post I'm addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,","og:url":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/","article:published_time":"2018-04-23T15:00:11+00:00","article:modified_time":"2020-01-24T17:04:30+00:00","twitter:card":"summary_large_image","twitter:title":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS - Justin Foell","twitter:description":"I like this Microsoft &quot;Mobile Mouse&quot; 3600. It connects to my laptop via bluetooth so there's no need to add a dongle. It works with Linux but it's a bit finicky. In this post I'm addressing Ubuntu 16.04 LTS. This might seem like moot point because 18.04 LTS is literally right around the corner. However,"},"aioseo_meta_data":{"post_id":"2883","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-07-09 22:27:24","updated":"2025-06-09 19:05:55","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.foell.org\/justin\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.foell.org\/justin\/category\/business\/\" title=\"Business\">Business<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/\" title=\"Ubuntu\">Ubuntu<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMicrosoft Mouse 3600 and Ubuntu 16.04 LTS\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.foell.org\/justin"},{"label":"Business","link":"https:\/\/www.foell.org\/justin\/category\/business\/"},{"label":"Ubuntu","link":"https:\/\/www.foell.org\/justin\/category\/business\/ubuntu\/"},{"label":"Microsoft Mouse 3600 and Ubuntu 16.04 LTS","link":"https:\/\/www.foell.org\/justin\/microsoft-mouse-3600-and-ubuntu-16-04-lts\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts\/2883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/comments?post=2883"}],"version-history":[{"count":7,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts\/2883\/revisions"}],"predecessor-version":[{"id":2891,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/posts\/2883\/revisions\/2891"}],"wp:attachment":[{"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/media?parent=2883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/categories?post=2883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.foell.org\/justin\/wp-json\/wp\/v2\/tags?post=2883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}