在 ubuntu 上使用互联网时,其他所有计算机的互联网连接都不佳

在 ubuntu 上使用互联网时,其他所有计算机的互联网连接都不佳

我目前正在使用 Ubuntu 10.04 Precise(与 Windows 7 双启动)。

每当我登录 Ubuntu 互联网时,所有其他计算机的互联网速度都会大幅下降。通常我们的下载速度为 20 Mbps,上传速度为 2 Mbps。但是,当我登录 Ubuntu 时,我仍然可以在此计算机上获得此速度,但所有其他计算机的下载速度都下降到约 0.5 Mbps,上传速度下降到约 0.6 Mbps。

当我在同一台机器上登录 Windows 时,所有其他计算机上的互联网都可以正常运行。

我的 ISP 目前是时代华纳。路由器是 SBG6580摩托罗拉

这是我的无线网卡:

02:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
    Subsystem: Dell Inspiron M5010 / XPS 8300
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at fb200000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [58] Vendor Specific Information: Len=78 <?>
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Capabilities: [160] Device Serial Number 00-00-3d-ff-ff-70-e4-d5
    Capabilities: [16c] Power Budgeting <?>
    Kernel driver in use: wl
    Kernel modules: wl, bcma, brcmsmac

ifconfig无线输出:

eth1      Link encap:Ethernet  HWaddr e4:d5:3d:70:81:b3  
          inet addr:192.168.0.5  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::e6d5:3dff:fe70:81b3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:36476 errors:2 dropped:0 overruns:0 frame:9891
          TX packets:29153 errors:8 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:43805291 (43.8 MB)  TX bytes:6741638 (6.7 MB)
          Interrupt:16 

任何建议或调试帮助大大感谢!谢谢!

答案1

来自@Matv1 的评论:

我有点困惑。我原本以为 Ubuntu 无线运行良好,只是它影响了其他连接的吞吐量。现在我明白了,你的 ubuntu 上的连接有时也会断开。
我注意到你的dmesgiswifi 客户端不知道它处于哪个监管域。我知道,如果没有设置,它会给连接以及路由器端带来问题。

为了解决这个问题,您应该在终端中设置您的域名(假设您在美国),如下所示:

sudo apt-get 安装 iw

sudo iw reg 设置美国

相关内容