Having recently bought a Kindle Fire 8.9 HD.
I would like to use Ubuntu to do my file transfers via the USB
My desk top is old so am still using 12:04 as I am warned that there may be hardware compatability issues when I try to upgrade.
I have looked at other posts on line and this is the one that seems to make sence to me.
Open Terminal: Use following commands one by one:
cd Downloads
tar xvzf libmtp-1.1.5.tar.gz
cd libmtp-1.1.5
./configure --prefix=/usr
make
sudo make install
Then:
sudo apt-get install gmtp
Connect the Kindle Fire to your computer with a USB.
Now open gMTP by searching it in Unity dash:
Can someone please give me some confidence that this will indeed enable me to connect my kindle to Ubuntu via USB.