我安装了lubuntu 12.10在戴尔的想法-垫10-2。该模型采用Broadcom公司的BCM4312 802.11b/g LP (rev 01)作为无线模块。
我尝试使用来自两个固件的驱动程序-B43-lp菲-安装程序和bcmwl内核源代码,并且在连接到互联网时都工作得很好。但是,我无法连接到使用WPA2企业的点。它一直在询问密码,但没有连接。请你提出解决这个问题的办法好吗?提前谢谢。
sudo lshw -class network的结果:
*-network
description: Wireless interface
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth1
version: 01
serial: 00:25:56:b9:92:21
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=192.168.0.101 latency=0 multicast=yes wireless=IEEE 802.11bg
resources: irq:17 memory:96100000-96103fff 来自rfkill list all:
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no 来自lsmod | grep wl:
wl 2442848 0
lib80211 14040 2 lib80211_crypt_tkip,wl 来自lspci|grep Network:
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)发布于 2012-10-29 13:46:18
我想确认这个问题,因为我安装了Ubuntu12.10与bcm4312固件wifi收音机,B43驱动程序和WPA2加密。
我有一台戴尔工作室1725,它内置了Broadcom BCM4312 802.11b/g LP (rev 01) wifi收音机。它不会连接到接入点仅使用WPA2加密,WPA/WPA 2混合模式工作良好。我使用当前3.7主干线内核。
我被迫使用拉林克USB收音机连接到我的WPA2 AP。
$ lsmod | grep b43:
b43 387883 0
mac80211 569499 4 rt2800lib,rt2x00usb,rt2x00lib,b43
cfg80211 217733 3 rt2x00lib,b43,mac80211
bcma 40258 1 b43
ssb 52833 1 b43https://askubuntu.com/questions/207277
复制相似问题