Installing Withings Scale in Linux

September 21, 2011 – 9:12 pm

I recently made the permanent switch to Linux on my laptop and honestly I couldn’t be happier. However I still get stuck here and there. Tonight I realized that my Withings Scale (which I previously blogged about) was no longer synced due to a recent router change. I decided to reinstall it with my linux laptop but got stuck and didn’t find a good step-by-step tutorial online to help so I thought I would create one:

A step by step to install the Withings Scale on Linux.

  1. Plug your Withings Scale into your computer via USB
  2. Go to my.withings.com
  3. Login (or register if this is your first install)
  4. Go to My Account and then click Install new scale
  5. Click configure my scale
  6. Download the file (which should be named pairingwizard_Linux_x86_64)
  7. Open up Terminal
  8. Navigate to the file download location for me it was in Downloads
  9. The file is a bin file so you need to chmod +x the file before opening, I typed “chmod +x pairingwizard_Linux_x86_64″
  10. Then run the file as root (do so by typing “sudo ./pairingwizard_Linux_x86_64″
  11. This should open the GUI install wizard
  12. Click next, find your network, Enter your wap/wep key if you have one, click next and you should be finished.


Post a Comment