Comment 13 for bug 447347

Revision history for this message
Alexander Sack (asac) wrote :

please try the two variant patches i will attach ... for each do:

sudo apt-get build-dep modemmanager
sudo apt-get install devscripts
apt-get source modemmanager
cd modemman*/
patch -p1 < /path/to/patch
debuild -b # ignore if this fails with gpg keys not working
sudo dpkg -i ../modem*.deb # this installs the modemmanager

please do that for both patches and see if either one works.