I got an Edimax IC-7110W IP camera a nd I liked their firmware, but I was curious what was happening behind the curtains , so I decided to take a look. Step 1: Get the firmware - I got the firmware update binary package from the ir site for version 1. 7 - other ve rsions are probably similar: http://www.edimax.com/en/support_detail.php?pd_id=415&pl1_id=8 Step 2: Prepare your environment - I am using Ubu ntu Linux 12.04 . You will need to do wnload and install the following softw are: a build env ironment (gcc, g++, make , tar, zlib1g-dev, tar, gzip) firmware -mod-kit: http://bitsum.com/firmware_mod_kit.htm subversion ( sudo apt-get install subversion ) Step 3: Install firmware-mod-kit and compile binwalk and unsquashfs: adrianp@frost: ~/temp$ mkdir - p edima x /1.7 edimax/fmk adrianp@frost: ~/temp$ cd edimax adrianp@frost: ~/temp/edimax$ svn checkout http://firmware-mod-kit.googlecode.com/svn/trunk/ fmk ... output omitted ... adrianp@frost: ~/temp/edimax$