As a temporary workaround disable wlan-N mode from your wifi card. This might solve your problems. @see http://ubuntuforums.org/showthread.php?p=11886615
Running this in shell (gnome-terminal or konsole) will add comment and required iwlwidi options to /etc/modprobe.d/iwlwifi.conf file (next is a oneliner) sudo su -c 'echo -e "## SEE http://ubuntuforums.org/showthread.php?p=11886615\n## Problem with Intel Corporation Ultimate N WiFi Link 5300\n## mising G and N protocols \noptions iwlwifi 11n_disable=1" > /etc/modprobe.d/iwlwifi.conf ; depmod -a ' OR create and edit as root this file /etc/modprobe.d/iwlwifi.conf and add # options line below to it options iwlwifi 11n_disable=1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997883 Title: Intel WiFi Link 5300 doesn't work with kernel 3.2.0.24 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/997883/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
