I'm about to do a fresh install of my ubuntu desktop system. When I originally put the system together it took me a week or so to figure out how to get wireless working. And I can't find my notes on how I did this.
How do I back-up and then re-install the existing wireless settings, drivers, etc? I'm not sure how to locate the driver and the various config files. Mainly looking for a logical plan to go about this. I can provide additional info if this is not enough to go on.

dpkg --get-selections > installed-packages.txtgives you a way to backup the installed packages (including driver or other software you installed via APT). The .gconf and .config sub-directories inside the user's home directory seem to store most of the preferences for networking setup, so migrating these might also help restore. – koushik Sep 29 '10 at 11:46