Difference between revisions of "Talk:Updating EBB firmware"
From Evil Mad Scientist Wiki
(Created page with "== libhid-dev dependency in Ubuntu == It might be a good idea to mention that mphidflash on linux depends on libhid-dev on Ubuntu, which is no longer supported and so it's no ...") |
|||
Line 6: | Line 6: | ||
$ sudo dpkg -i libhid0_0.2.15+20060325-2.2ubuntu1_i386.deb | $ sudo dpkg -i libhid0_0.2.15+20060325-2.2ubuntu1_i386.deb | ||
$ sudo dpkg -i libhid-dev_0.2.15+20060325-2.2ubuntu1_i386.deb | $ sudo dpkg -i libhid-dev_0.2.15+20060325-2.2ubuntu1_i386.deb | ||
− | |||
− | |||
− | |||
</nowiki> | </nowiki> | ||
Latest revision as of 16:44, 10 April 2015
libhid-dev dependency in Ubuntu[edit]
It might be a good idea to mention that mphidflash on linux depends on libhid-dev on Ubuntu, which is no longer supported and so it's no longer included with newer Ubuntu releases. http://www.willhackforsushi.com/?p=572 suggested installing from an older package:
$ wget http://mirrors.kernel.org/ubuntu/pool/universe/libh/libhid/libhid-dev_0.2.15+20060325-2.2ubuntu1_i386.deb $ wget http://mirrors.kernel.org/ubuntu/pool/universe/libh/libhid/libhid0_0.2.15+20060325-2.2ubuntu1_i386.deb $ sudo dpkg -i libhid0_0.2.15+20060325-2.2ubuntu1_i386.deb $ sudo dpkg -i libhid-dev_0.2.15+20060325-2.2ubuntu1_i386.deb
This depends on libusb-dev which can be obtained in the usual way for Ubuntu:
sudo apt-get install libusb-dev