Create a executable file with the following, put it in /etc/init.d #!/bin/sh # Activate 802.11n
case "$1" in 'start') iwpriv ra0 set WirelessMode=9 iwpriv ra0 set HtBw=1 ;; 'stop') ;; *) echo "Usage: $0 { start | stop }" ;; esac exit 0 -- rt2860 doesn't connect on 802.11n wifi https://bugs.launchpad.net/bugs/442178 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs