Everything coming out of your wifi adapter is bits-- streams of 0's and 1's, so there's just no possibility of signal loss being an issue between the wifi adapter and any desktop application. Probably what's happening is some high percentage of the traffic you're receiving is being detected as having errors, forcing the adapter to ask for the packet to be re-sent. I think the major problem is, basically, bad reception.
Looking into antenna options is probably worthwhile. Wasn't there a 'potato chip can antenna' for wifi that worked well? I think that may have gone away a few generations ago; antennas have been getting smaller as the frequencies have risen.
The first apt command gets rid of some default Ubuntu firewall stuff. The iptables commands more or less would have listed any filters that were set up as well as deleted any firewall rules blocking traffic. Basically, we want to just get rid of any and all firewalls until we've gotten the network working and your machine receiving traffic. You can google "man iptables" or type "man iptables" into a terminal to get the documentation that allows you to decipher these things.
Bookmarks