Thread: Wireless gets authentication error after suspend
i got hp pavilion dv6 laptop , replaced windows ubuntu. i've run bit of problem though when close laptop (and therefore suspend) , later resume opening laptop , putting in password, unable connect wireless networks. of them seem return password wrong, though positive not because worked right before suspending. i'm new linux, i'm attaching output of various commands i've seen people ask on forum. 1 file done before suspension (while wireless worked) , other done after resuming (when wireless did not work).
appreciated, i'm still learning. files generated shell script wrote.
code:#! /bin/sh > network.txt echo "===== $ sudo ifconfig =====" >> network.txt sudo ifconfig >> network.txt echo >> network.txt echo "===== $ sudo lshw -c network =====" >> network.txt sudo lshw -c network >> network.txt echo >> network.txt echo "===== $ sudo cat /etc/network/interfaces =====" >> network.txt sudo cat /etc/network/interfaces >> network.txt echo >> network.txt echo "===== $ sudo dmesg =====" >> network.txt sudo dmesg >> network.txt echo >> network.txt echo "===== $ sudo lsmod =====" >> network.txt sudo lsmod >> network.txt echo >> network.txt echo "===== $ sudo netstat -r =====" >> network.txt sudo netstat -r >> network.txt echo >> network.txt echo "===== $ sudo lspci =====" >> network.txt sudo lspci >> network.txt echo >> network.txt
bump, use assistance.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] Wireless gets authentication error after suspend
Ubuntu
Comments
Post a Comment