Comment 13 for bug 765516

Revision history for this message
montun (montun) wrote :

Installing the #12 solution on Natyy (11.04). Overwrite /usr/lib/ModemManager/libmm-plugin-nokia.so with the attached libmm-plugin-nokia.so (for x86_64 Natty) . Or build yourself

# Get source
git clone git://anongit.freedesktop.org/ModemManager/ModemManager

(# Optional:) git checkout -b nokia_fix 0f6d1b2b42afe48583c9c3e7c159be4353462d86

# Install build depnedecies and build
sudo apt-get build-dep modemmanager
cd ModemManager
make

# Overwrite the current nokia modemmanager plugin with the good one
sudo cp --backup=numbered ./plugins/.libs/libmm-plugin-nokia.so /usr/lib/ModemManager/libmm-plugin-nokia.so