I don't know how to build package for 32bit under 64 bit architecture... however you can build them yourself
terminal # sudo apt-get build-dep network-manager # mkdir src # cd src # apt-get source network-manager # cd network-manager-0.7~~svn20081018t105859/ # cd src # wget http://launchpadlibrarian.net/19430481/nm-gsm-device.c.patch # patch <nm-gsm-device.c.patch # cd .. # sudo apt-get install fakeroot build-essential # fakeroot debian/rules binary #cd .. # sudo su # dpkg -i *.deb # sudo /etc/init.d/NetworkManager restart (this is one of the 1^n possibility to build package -- [huawei/option] NM 0.7: GSM connections won't work with PIN code protected modems - despite having supplied the correct PIN for the connection in nm-connection-editor https://bugs.launchpad.net/bugs/290177 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
