Announcement

Collapse
No announcement yet.

Can't use wifi

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Secured network: All users may connect, automatically connect when available, password is correct. Security is WPA & WPA2 Personal, which should be correct. For completeness, Mode: infrastructure, MTU: Automatic, restrict to wlan0, IPv4 and v6 both Automatic, neither is required.

    Open network: Same, except security is None.

    Comment


      #17
      That all sounds correct. Hmm. Well, 15.04 is still "under development", and while most stuff should already have been 'shake and baked', there will be "issues" still to be resolved.

      The wired connection works fine though?
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #18
        Wired connection is perfectly happy, and almost everything else I've tried works just fine.

        Comment


          #19
          I Googled around a bit and discovered that there are numerous reports of people having problems with Intel wi-fi, 802.11n, and certain wi-fi routers and access points. One way to find out if this problem is affecting you is to disable 802.11n in your router. Does that help?

          Comment


            #20
            Yes. Works perfectly on the one access point I control. Hopefully there's a fix soon so I can use the world's other access points.

            Is there a bug report somewhere I should watch?

            Comment


              #21
              I didn't look for any specific bug reports -- what I found during a cursory search was several posts to various Linux forums.

              Comment


                #22
                It's a bug then. Regression.

                Comment


                  #23
                  Disabled Wifi n on router. Can connect now. Doesn't solve the issue though.

                  Less than 1 month official release for 15.04. Lots of people use Wifi n

                  Comment


                    #24
                    So... I presume this should become a formal bug report, then.

                    Against linux-firmware maybe?

                    Comment


                      #25
                      I put it here: https://bugs.launchpad.net/ubuntu/+s...e/+bug/1436891

                      Comment


                        #26
                        Originally posted by dpeets View Post
                        Nice report (y)

                        Comment


                          #27
                          I'm at a developers conference. I'll be a speaker there. Can't connect to wifi due to this. Gotta use windows now

                          Comment


                            #28
                            I have a possible solution but I have to have one post before I can post links

                            Comment


                              #29
                              Originally posted by denson9874 View Post
                              I have a possible solution but I have to have one post before I can post links
                              Okay as I was saying, here it is:

                              $ sudo service network-manager stop

                              $ echo "options iwlwifi 11n_disable=1" | sudo tee -a /etc/modprobe.d/iwlwifi.conf

                              $ sudo rmmod iwlmvm iwlwifi
                              $ sudo modprobe iwlmvm iwlwifi

                              $ sudo service network-manager restart

                              Comment

                              Working...
                              X