Announcement

Collapse
No announcement yet.

Wireless connection drops every few minutes, and the reconnects

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

    Wireless connection drops every few minutes, and the reconnects

    After i upgraded to Oneiric, my wireless connection has started to drop every few minutes, and then reconnects itself after a few seconds. This is realy annoying, as any downloads etc obviusly gets canceled and web pages stops responding.
    I do not use a passcode on my router, so its an open network. I think the network is operating in G-mode, but i'm not sure.
    Any suggestions?

    PS: By the time it took me to write this, the connection droped two times >

    #2
    Re: Wireless connection drops every few minutes, and the reconnects

    Please post the output of

    Code:
    lspci -knn
    "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

    Comment


      #3
      Re: Wireless connection drops every few minutes, and the reconnects

      Having used Gnome and found the network manager rock solid for a long time, I was surprised to find my wireless connection dropping after switching to kde. What I did was remove network-manager-kde and install wicd plus the wicd-KDE client. I did that two days ago and so far it's good.
      .

      Comment


        #4
        Re: Wireless connection drops every few minutes, and the reconnects

        Output from the console:
        Code:
        marvo@marvo-TravelMate-3270:~$ lspci -knm
        00:00.0 "0600" "8086" "27a0" -r03 "1025" "0110"
        00:02.0 "0300" "8086" "27a2" -r03 "1025" "0110"
        00:02.1 "0380" "8086" "27a6" -r03 "1025" "0110"
        00:1b.0 "0403" "8086" "27d8" -r02 "1025" "0110"
        00:1c.0 "0604" "8086" "27d0" -r02 "" ""
        00:1c.1 "0604" "8086" "27d2" -r02 "" ""
        00:1c.2 "0604" "8086" "27d4" -r02 "" ""
        00:1d.0 "0c03" "8086" "27c8" -r02 "1025" "0110"
        00:1d.1 "0c03" "8086" "27c9" -r02 "1025" "0110"
        00:1d.2 "0c03" "8086" "27ca" -r02 "1025" "0110"
        00:1d.3 "0c03" "8086" "27cb" -r02 "1025" "0110"
        00:1d.7 "0c03" "8086" "27cc" -r02 -p20 "1025" "0110"
        00:1e.0 "0604" "8086" "2448" -re2 -p01 "" ""
        00:1f.0 "0601" "8086" "27b9" -r02 "1025" "0110"
        00:1f.2 "0101" "8086" "27c4" -r02 -p80 "1025" "0110"
        00:1f.3 "0c05" "8086" "27da" -r02 "1025" "0110"
        02:00.0 "0200" "11ab" "4352" -r14 "1025" "0110"
        03:00.0 "0280" "8086" "4222" -r02 "8086" "1001"
        0a:09.0 "0607" "104c" "8039" "1025" "0110"
        0a:09.2 "0180" "104c" "803b" "1025" "0110"
        EDIT: I have absolutley no idea what this means.

        If nothing else helps, i'll try to replace KnetworkManager

        Comment


          #5
          Re: Wireless connection drops every few minutes, and the reconnects

          IF you do replace KNetworkManager, which I do recommend, MAKE SURE you install all of the wicd apps in the repository BEFORE you delete all of the networkmanager, nm-, plasmoids, etc, files associated with KNM. Then, configure wicd. Then restart the network or reboot, which ever is easiest for you. IF you delete KNM first your Internet connection will be broken and you won't be able to install wicd unless you run an ethernet cable from the back of your router (or modem) to your eth0 port on your laptop.

          I experienced exactly the same problem you have. It is especially bad on KFN, because, for me, when I would inadvertently move my mouse while I was clicking on a button on a page on KFN, the busy icon would spin until the link timed out. Then I could hit the refresh button and it would quickly display the page I wanted to see. That "move" problem also occurred when I tried Konqueror and Chrome.

          I tried setting some "param" options on my wireless driver, which helped some. (Use modinfo on your driver name. Any "param" listings are things you can set to 0 or 1 in "options.conf", which resides in /etc/modprobe.d/. I experimented with a couple of the most obvious.)

          Then, my wifi (Linksys wrt54gl) went belly up. I replaced it with a TP-Link TR-WR1043ND wifi. I also stopped turning my router off every night (because, for a while, I was playing Angry Birds on my iPod or checking the UndergroundWeather radar after retiring for the evening.). I leave my wifi on 24/7/365, except when lightening is nearby. Now, I never get drop outs and the only time outs I get are caused by the KFN button problem, but that is going away when we switch to the new host and forum engine in the near future.
          "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
          – John F. Kennedy, February 26, 1962.

          Comment


            #6
            Re: Wireless connection drops every few minutes, and the reconnects

            Originally posted by marvo
            Output from the console:
            Code:
            marvo@marvo-TravelMate-3270:~$ lspci -knm
            EDIT: I have absolutley no idea what this means.
            lol. Not -knm, -knn. Or just do an

            Code:
            lspci -k
            And post the output here. I wanna find out what your wlan driver is.
            "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

            Comment


              #7
              Re: Wireless connection drops every few minutes, and the reconnects

              Code:
              ~$ lspci | grep Network
              05:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
              ~$
              will avoid a page of output.
              "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
              – John F. Kennedy, February 26, 1962.

              Comment


                #8
                Re: Wireless connection drops every few minutes, and the reconnects

                Yeah, but I wanna know the driver too. marvo, look for a line like this in your lspci output, it will be at the very end:

                Code:
                08:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
                	Subsystem: Lite-On Communications Inc Device 6632
                	Kernel driver in use: ath9k
                "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

                Comment


                  #9
                  Re: Wireless connection drops every few minutes, and the reconnects

                  Whoops! My bad
                  Here the correct code:

                  Code:
                  marvo@marvo-TravelMate-3270:~/pascal$ lspci -knn
                  00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub [8086:27a0] (rev 03)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: agpgart-intel
                  00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: i915
                      Kernel modules: intelfb, i915
                  00:02.1 Display controller [0380]: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller [8086:27a6] (rev 03)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                  00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition Audio Controller [8086:27d8] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: HDA Intel
                      Kernel modules: snd-hda-intel
                  00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 02)
                      Kernel driver in use: pcieport
                      Kernel modules: shpchp
                  00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 02)
                      Kernel driver in use: pcieport
                      Kernel modules: shpchp
                  00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 3 [8086:27d4] (rev 02)
                      Kernel driver in use: pcieport
                      Kernel modules: shpchp
                  00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 [8086:27c8] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: uhci_hcd
                  00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: uhci_hcd
                  00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: uhci_hcd
                  00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: uhci_hcd
                  00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: ehci_hcd
                  00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev e2)
                  00:1f.0 ISA bridge [0601]: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge [8086:27b9] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel modules: leds-ss4200, iTCO_wdt, intel-rng
                  00:1f.2 IDE interface [0101]: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller [8086:27c4] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: ata_piix
                  00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 02)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel modules: i2c-i801
                  02:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8038 PCI-E Fast Ethernet Controller [11ab:4352] (rev 14)
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: sky2
                      Kernel modules: sky2
                  03:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection [8086:4222] (rev 02)
                      Subsystem: Intel Corporation PRO/Wireless 3945ABG Network Connection [8086:1001]
                      Kernel driver in use: iwl3945
                      Kernel modules: iwl3945
                  0a:09.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039]
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: yenta_cardbus
                      Kernel modules: yenta_socket
                  0a:09.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b]
                      Subsystem: Acer Incorporated [ALI] Device [1025:0110]
                      Kernel driver in use: tifm_7xx1
                      Kernel modules: tifm_7xx1

                  Comment


                    #10
                    Re: Wireless connection drops every few minutes, and the reconnects

                    Hm, I was sure this would be Atheros. We're gonna need to troubleshoot some more. Can you give some additonal info please?

                    Code:
                    dmesg | grep -i iwl3945
                    dmesg | grep -i wlan
                    "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

                    Comment


                      #11
                      Re: Wireless connection drops every few minutes, and the reconnects

                      dmesg | grep -i iwl3945 :
                      Code:
                      marvo@marvo-TravelMate-3270:~/pascal$ dmesg | grep -i iwl3945
                      [  18.266122] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s
                      [  18.266126] iwl3945: Copyright(c) 2003-2011 Intel Corporation
                      [  18.266203] iwl3945 0000:03:00.0: enabling device (0000 -> 0002)
                      [  18.266218] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
                      [  18.266240] iwl3945 0000:03:00.0: setting latency timer to 64
                      [  18.314279] iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels
                      [  18.314284] iwl3945 0000:03:00.0: Detected Intel Wireless WiFi Link 3945ABG
                      [  18.314442] iwl3945 0000:03:00.0: irq 44 for MSI/MSI-X
                      [  19.409088] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
                      [ 1380.149152] iwl3945 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100406)
                      dmesg | grep -i wlan :
                      Code:
                      marvo@marvo-TravelMate-3270:~/pascal$ dmesg | grep -i wlan
                      [  19.484835] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                      [  30.592174] wlan0: authenticate with 42:4a:03:f7:eb:0e (try 1)
                      [  30.593928] wlan0: authenticated
                      [  30.597350] wlan0: associate with 42:4a:03:f7:eb:0e (try 1)
                      [  30.600223] wlan0: RX AssocResp from 42:4a:03:f7:eb:0e (capab=0x421 status=0 aid=1)
                      [  30.600230] wlan0: associated
                      [  30.601978] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [  40.752036] wlan0: no IPv6 routers present
                      [  68.045111] wlan0: deauthenticating from 42:4a:03:f7:eb:0e by local choice (reason=3)
                      [  68.881852] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                      [  77.282432] wlan0: authenticate with 42:4a:03:f7:eb:0e (try 1)
                      [  77.284223] wlan0: authenticated
                      [  77.284415] wlan0: associate with 42:4a:03:f7:eb:0e (try 1)
                      [  77.287137] wlan0: RX AssocResp from 42:4a:03:f7:eb:0e (capab=0x421 status=0 aid=1)
                      [  77.287144] wlan0: associated
                      [  77.289052] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [  87.392033] wlan0: no IPv6 routers present
                      [ 178.041118] wlan0: deauthenticating from 42:4a:03:f7:eb:0e by local choice (reason=3)
                      [ 178.877588] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                      [ 187.286438] wlan0: authenticate with 42:4a:03:f7:eb:0e (try 1)
                      [ 187.288228] wlan0: authenticated
                      [ 187.288468] wlan0: associate with 42:4a:03:f7:eb:0e (try 1)
                      [ 187.291186] wlan0: RX AssocResp from 42:4a:03:f7:eb:0e (capab=0x421 status=0 aid=1)
                      [ 187.291193] wlan0: associated
                      [ 187.293144] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [ 197.840073] wlan0: no IPv6 routers present
                      [ 324.230239] wlan0: deauthenticating from 42:4a:03:f7:eb:0e by local choice (reason=3)
                      [ 325.066095] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                      [ 333.474618] wlan0: authenticate with 42:4a:03:f7:eb:0e (try 1)
                      [ 333.476355] wlan0: authenticated
                      [ 333.476922] wlan0: associate with 42:4a:03:f7:eb:0e (try 1)
                      [ 333.479660] wlan0: RX AssocResp from 42:4a:03:f7:eb:0e (capab=0x421 status=0 aid=1)
                      [ 333.479667] wlan0: associated
                      [ 333.481547] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [ 344.272126] wlan0: no IPv6 routers present
                      [ 957.234252] wlan0: deauthenticating from 42:4a:03:f7:eb:0e by local choice (reason=3)
                      [ 958.061440] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                      [ 966.474491] wlan0: authenticate with 42:4a:03:f7:eb:0e (try 1)
                      [ 966.476266] wlan0: authenticated
                      [ 966.476495] wlan0: associate with 42:4a:03:f7:eb:0e (try 1)
                      [ 966.479145] wlan0: RX AssocResp from 42:4a:03:f7:eb:0e (capab=0x421 status=0 aid=1)
                      [ 966.479152] wlan0: associated
                      [ 966.480950] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [ 977.104040] wlan0: no IPv6 routers present
                      [ 1374.942994] wlan0: deauthenticating from 42:4a:03:f7:eb:0e by local choice (reason=3)
                      [ 1391.987328] ADDRCONF(NETDEV_UP): wlan0: link is not ready
                      [ 1400.698484] wlan0: authenticate with 42:4a:03:f7:eb:0e (try 1)
                      [ 1400.700240] wlan0: authenticated
                      [ 1400.700453] wlan0: associate with 42:4a:03:f7:eb:0e (try 1)
                      [ 1400.703234] wlan0: RX AssocResp from 42:4a:03:f7:eb:0e (capab=0x421 status=0 aid=1)
                      [ 1400.703241] wlan0: associated
                      [ 1400.705175] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
                      [ 1411.360047] wlan0: no IPv6 routers present
                      That was a lot of code. Hope this helps

                      Comment


                        #12
                        Re: Wireless connection drops every few minutes, and the reconnects

                        Hm. All the bug reports I've found point to WPA security. How about we try to connect you without network-manager?

                        Code:
                        sudo service network-manager stop
                        sudo ip link set wlan0 down
                        sudo ip link set wlan0 up
                        sudo iwconfig wlan0 essid "NAME OF YOUR NETWORK"
                        sudo dhclient wlan0
                        "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

                        Comment


                          #13
                          Re: Wireless connection drops every few minutes, and the reconnects

                          OK i'l try that tomorrow.
                          My battery is almost empty and i don't have the charger here...

                          BTW, i don't have any security enabled on my net.

                          Comment


                            #14
                            Re: Wireless connection drops every few minutes, and the reconnects

                            I know, that's why we didn't give out a password.
                            "The only way Kubuntu could be more user friendly would be if it came with a virtual copy of Snowhog and dibl"

                            Comment


                              #15
                              Re: Wireless connection drops every few minutes, and the reconnects

                              I just tried to connect "Manualy" and as far as i can see, it did not work.
                              When i stoped the network manager, it says that its stopping the service, 'Waiting...' and it jut kept on waiting for 10-15 minutes.
                              I canceled the command and tried to do it again then it said that it was an unknown service, so i guess it had stopped.

                              The other commands ran smoothly (At least i thin so) but did not give any output.
                              But when i tried to launch dhclient nothing happened, no output it just kept on waiting, and no internet connection.

                              I restarted the system to ge the internet back. -Maybe i just could have started the network manager again intead...?

                              EDIT: I tried again it this time it worked. The service stopped and let me back controll of the terminal.
                              It also connected to the internet, turned out that i forgot that Linux is case senitive (After years of windows usage, whitch is not case sensitive as you probably know ) so i typed the "wrong" ssid LOL.

                              I'l see how long it stays connected now.

                              Comment

                              Working...
                              X