我有一台 ThinkPad Edge E430 笔记本电脑,上面安装了 Xubuntu 12.04.4 LTS。我使用 wicd 来管理我的网络。我的有线网络运行良好,但我无法检测到任何无线网络(“未找到无线网络”),尽管我检查过附近有多个可用的无线网络(我与 Windows 进行了双启动)。
我已经重新安装了威克德,仅举个例子:
sudo apt-get install --reinstall wicd
我尝试过这个很棒的 AskUbuntu 故障排除答案 [我的 WiFi 适配器根本无法工作,如何排除故障?]:
我已安装所有更新。我已使用 lshw 检查了我的网络:
sudo lshw -C network
*-network
description: Wireless interface
product: BCM4313 802.11bgn Wireless Network Adapter
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth2
version: 01
serial: 08:3e:8e:a2:91:9f
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=6.20.155.1 (r326264)
latency=0 multicast=yes wireless=IEEE 802.11abg
resources: irq:17 memory:f2d00000-f2d03fff
我运行了 rfkill 来查找可能的软件和硬件切换:
rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
我发现我的硬件需要特别注意,正如帖子底部提到的那样,所以我按照附件链接[安装 Broadcom 无线驱动程序]。
我的无线网卡是:
lspci -nn -d 14e4:
Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
因此表格建议我安装韋爾因为我的内核版本是3.2.0-67-通用。
sudo apt-get install bcmwl-kernel-source
bcmwl-kernel-source is already the newest version.
我已重启了我的 PC。
现在我陷入了困境。你能帮我解决无线网络问题吗?或者至少帮我找出问题所在?是驱动程序问题吗?是 wicd 问题吗?是 bfu 用户问题吗?
答案1
这可能是因为无线接口尚未被识别。
去Wicd 网络管理器(如果找不到,请Wicd
在应用程序启动器中输入)> 偏好设置(右上角箭头)> 常规设置标签。
在无线接口写下你的接口名称(通常wlan0
但也可以是其他名称。要找出它是什么,请iwconfig
在终端中运行)。
- 重启。
- 重新扫描,不是从 Wicd 网络管理器,而是从系统托盘(右键单击图标)。
- 等待。
如果您的无线接口仍未得到识别,则可能是它已关闭。如果您有笔记本电脑,请检查是否没有物理按钮来打开它。
如果答案有用,请点击向上箭头“^”
答案2
问题解决了。
解决方案:我放弃了,使用了最后一个选项——从头开始重新安装操作系统。我已经安装了最新的 Trusty Tahr LTS,一切运行正常。我只使用了几周的操作系统,所以时间和精力的损失并不大。
答案3
打开终端并插入以下命令:
sudo apt-get install linux-headers-generic
sudo apt-get install --reinstall bcmwl-kernel-source
重新启动并查看是否有效
答案4
为了确保万无一失,请尝试使用以下方法卸载网络管理器sudo apt-get purge nm-applet