Comment 13 for bug 64173

Revision history for this message
Mark Stosberg (markstos) wrote : Re: Wireless network keeps reconnecting (patch seems good on Edgy)

Fionn,

Thanks for the patch. I have it running on Edgy for now. I've run out of time to test it throughly tonight, but for the first fifteen minutes, I can definitely say it is working. :)

I want to post the more precise sets I used for the patch and upgrade process on Edgy, in case someone less technical also wants to try it out. Once I'm able to test it for longer, I'll provide morem feedback about how well the patch works on Edgy. Thanks again!

gunzip reconnect-timeout.diff.gz

# manually trim out the first 47 lines
gedit reconnect-timeout.diff

sudo apt-get install dpkg-dev
sudo apt-get source network-manager
sudo apt-get build-dep network-manager
cd network-manager-0.6.3/
sudo chown -R $USER .
patch -p1 <../reconnect-timeout.diff

# vim manually create a new changelog entry and bump the version number
# be careful to follow the format carefully!
gedit debian/changelog
sudo dpkg-buildpackage
cd ../

# this assumes all the ".deb" files generated are related to your project
sudo dpkg -i *.deb
cd network-manager-0.6.3/
./test/nm-tool --set-timeout 20000