我的新 Thinkpad W520 上的 Wifi 运行 Natty,经常断线然后重新打开。下面是 dmesg 的输出。有什么建议吗?
[30493.687552] wlan0: authenticate with e0:91:f5:ef:7b:b2 (try 1)
[30493.689127] wlan0: authenticated
[30493.689144] wlan0: associate with e0:91:f5:ef:7b:b2 (try 1)
[30493.693592] wlan0: RX AssocResp from e0:91:f5:ef:7b:b2 (capab=0x411 status=0 aid=4)
[30493.693595] wlan0: associated
[31631.172868] wlan0: deauthenticated from e0:91:f5:ef:7b:b2 (Reason: 7)
[31631.211847] cfg80211: All devices are disconnected, going to restore regulatory settings
[31631.211868] cfg80211: Restoring regulatory settings
[31631.211873] cfg80211: Calling CRDA to update world regulatory domain
[31631.215037] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[31631.215042] cfg80211: World regulatory domain updated:
[31631.215044] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[31631.215046] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[31631.215049] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[31631.215051] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[31631.215053] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[31631.215055] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[31632.289638] wlan0: authenticate with e0:91:f5:ef:7b:b2 (try 1)
[31632.291262] wlan0: authenticated
[31632.291276] wlan0: associate with e0:91:f5:ef:7b:b2 (try 1)
[31632.295119] wlan0: RX AssocResp from e0:91:f5:ef:7b:b2 (capab=0x411 status=0 aid=4)
[31632.295123] wlan0: associated
[31886.234836] wlan0: deauthenticated from e0:91:f5:ef:7b:b2 (Reason: 7)
[31886.306735] cfg80211: All devices are disconnected, going to restore regulatory settings
[31886.306740] cfg80211: Restoring regulatory settings
[31886.306744] cfg80211: Calling CRDA to update world regulatory domain
答案1
我在使用 Maverick 时遇到了这个问题,所以我安装了该软件包linux-backports-modules-wireless-maverick-generic
,然后得到了一个非常稳定的系统。(该软件包提供了比默认内核更新的无线内核模块。)
对于 Natty,没有软件包linux-backports-modules-wireless-natty-generic
。 - 但你可以尝试安装linux-backports-modules-cw-2.6.39-natty-generic
,也许你的断开连接就会消失。:)
答案2
这是与驱动程序相关的问题,请发布结果"iw reg get"
并"iw phy phy0 info"
答案3
我设法通过从 Realtek 网站下载驱动程序并从源代码编译来解决这个问题 -http://www.realtek.com/downloads/- 并在左侧字段中搜索我的无线网卡。
总结一下:解决这个问题需要两个步骤:
- 安装 WICD。
- 从源代码编译原始驱动程序。
答案4
我也遇到过这个问题。通过安装 WICD 解决了这个问题。然后卸载网络管理器。然后将 WICD 添加到启动应用程序中。然后重新启动(必不可少)。对于我来说,在许多安装中,这已经部分解决了问题