互联网甚至无线连接偶尔会断开

互联网甚至无线连接偶尔会断开

我是 Ubuntu 新手。我买了一台戴尔 3537 - 预装了 ubunbtu。升级到最新更新后,我的 wifi 停止工作了。我发现https://www.kernel.org/pub/linux/kernel...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

相关内容