New installation of 14.04LTS. Ralink RT3060 wireless card. Disconnects about every 15 minutes. Does not automatically reconnect. Tried disabling N as others have suggested. No effect. I wrote shell script that runs every minute as a root cron job that checks the state, and kicks it into operation if it needs to. Not a good solution.
if [ $junk != "connected" ] /usr/bin/nmcli --fields STATE nm | tail -1 - > /home/n2ic/wifistate.out junk=`cat /home/n2ic/wifistate.out` if [ $junk != "connected" ] then /usr/bin/nmcli nm enable false /usr/bin/nmcli nm enable true date >> /home/n2ic/bin/reset.log 2>>/home/n2ic/bin/reset.log fi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276238 Title: Wifi Connection Dropping/Need to reconnect To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1276238/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs