網路甚至無線連線會間歇性斷開

網路甚至無線連線會間歇性斷開

我是 Ubuntu 新手。我買了一台 Dell 3537 - 預先安裝了 ubunbtu。升級到最新更新後,我的 wifi 停止運作。我發現https://www.kernel.org/pub/linux/ker...able/v3.9-rc4/並安裝了驅動程式。但是,我觀察到以下幾點:

互聯網在幾分鐘內工作完全正常,然後斷開了幾秒鐘。這種情況不斷發生。我很確定與 wifi 的連線也已斷開,但這並沒有反映在我的網路管理員中。我的另一台運行 Windows 7 的筆記型電腦在連接到同一網路時沒有任何問題

我嘗試收集一些信息,這可能有助於解決我的問題。任何幫助表示讚賞。

它有幫助,我運行了由 Wild Man 和 Krytarik 開發的腳本,在 anewguy、chili555、llua 的幫助下並提到這裡 輸出位於 -http://pastebin.ubuntu.com/7101870/

uname -a

Linux PK-LAPTOP-UBUNTU 3.5.0-47-generic #71~precise1-Ubuntu SMP Wed Feb 19 22:02:52 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -a
Code:
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:    12.04
Codename:    precise

sudo lshw -C 網絡

*-network               
       description: Ethernet interface
       product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: eth0
       version: 07
       serial: 74:86:7a:50:53:60
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical
       configuration: broadcast=yes driver=r8169 latency=0 multicast=yes
       resources: irq:60 ioport:4000(size=256) memory:c0700000-c0700fff memory:c0400000-c0403fff
  *-network
       description: Wireless interface
       product: QCA9565 / AR9565 Wireless Network Adapter
       vendor: Qualcomm Atheros
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: wlan0
       version: 01
       serial: 80:56:f2:94:40:b3
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
       configuration: broadcast=yes driver=ath9k driverversion=3.5.0-47-generic firmware=N/A ip=192.168.1.2 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
       resources: irq:19 memory:c0600000-c067ffff memory:9fb00000-9fb0ffff

iwconfig wlan0 *連接時:*

wlan0     IEEE 802.11bgn  ESSID:"tata"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 28:28:5D:35:E9:2C   
          Bit Rate=2 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=70/70  Signal level=-38 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:61  Invalid misc:1   Missed beacon:0

斷開連線時:

wlan0     IEEE 802.11bgn  ESSID:"tata"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 28:28:5D:35:E9:2C   
          Bit Rate=121.5 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=70/70  Signal level=-27 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

相關內容