Ubuntu 12.10 上的 Vostro 3560 Wireless

Ubuntu 12.10 上的 Vostro 3560 Wireless

我已经在 Dell Vostro 3560 上使用 Ubuntu 12.04.1 LTS 一段时间了。起初,我遇到了无线问题,但我被指向了 Ubuntu 11.xx 中用于 Broadcom BCM43142 的驱动程序,它确实起作用了!然而,升级到 12.10 后,我发现自己不知所措,因为驱动程序不再起作用了。当我尝试重新安装它时,我得到了“驱动程序质量差”的提示,我仍然安装了它,但它就是不起作用。

我似乎找不到有关 12.10 的此问题的任何信息,也不知道是否有人有任何建议,或者是否有人可以给我指明正确的方向,让我可以为其编写自己的驱动程序。虽然我了解 C/C++,但之前从未为 Linux 机器编写过驱动程序。

谢谢你的帮助!

更清楚的是

我在 Dell Vostro 3560 笔记本电脑上安装了 Ubuntu 12.10 Desktop。当我登录时,我的无线网卡在网络管理器弹出菜单中不可见,但有线网络会显示在那里。我安装了下面提到的驱动程序,它确实在 12.04 上对我有帮助,但现在由于“质量差”而坏了

sudo lspci -nn 命令显示:

00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller 
[8086:0154] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 07)
**02:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)**

答案1

我已经准备了一个基于如何为 Dell Vostro 3460/3560 安装 BCM43142 无线驱动程序? 适用于 ubuntu 12.10 amd64。已测试。Wifi+BT 对我来说可用。

http://dl.dropbox.com/u/27868405/wireless-bcm43142-dkms-6.20.55.19_quantal_amd64.deb

答案2

我尝试了所有可能的解决方案,包括 ndiswrapper(使用 win7 驱动程序),但都没有用。--

> 最后 - 我仅使用此解决方案就成功在 Dell Vostro 3560 上使用 Ubuntu 12.10 激活了无线!请按照此链接上的说明进行操作:
http://forums.fedoraforum.org/archive/index.php/t-283824.html
(更新说明:使用 apt-get 代替 yum)

相关内容