Ubuntu 中 Wifi 无法使用

Ubuntu 中 Wifi 无法使用

我正在尝试在 HP pavilion dv6 笔记本电脑上使用 ubuntu 10.04 lts 中的 wifi。我是​​ Ubuntu 新手

我尝试了很多东西,都与 Broadcom 一起在线。我觉得 Broadmcom 不存在。

请查看以下 lspci 命令的输出。

zxc@zxc-laptop:~$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:0154] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:0151] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:0166] (rev 09)
00:14.0 USB Controller [0c03]: Intel Corporation Device [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:1e3a] (rev 04)
00:1a.0 USB Controller [0c03]: Intel Corporation Device [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation Device [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:1e10] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation Device [8086:1e14] (rev c4)
00:1c.3 PCI bridge [0604]: Intel Corporation Device [8086:1e16] (rev c4)
00:1c.5 PCI bridge [0604]: Intel Corporation Device [8086:1e1a] (rev c4)
00:1d.0 USB Controller [0c03]: Intel Corporation Device [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:1e57] (rev 04)
00:1f.2 RAID bus controller [0104]: Intel Corporation Mobile 82801 SATA RAID Controller [8086:282a] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation Device [8086:1e22] (rev 04)
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0de9] (rev a1)
08:00.0 Class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:5229] (rev 01)
0a:00.0 Network controller [0280]: RaLink Device [1814:539a]
0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI     Express Gigabit Ethernet controller [10ec:8168] (rev 07)

答案1

旧版 Ubuntu 中存在大量重大网络错误;最新版本的网络实用程序已大幅改进。在做其他事情之前,我建议您先看看是否可以启动最新的 ubuntu (12.04) 桌面 CD,而不是去寻找可能已经修复的错误。它可以从 CD 运行,不需要修改您的安装。

答案2

我有一台完全相同的笔记本电脑。从版本 3.8 到 3.9.4 的 vanilla 内核对于此 wifi 适配器来说已损坏。此链接上的补丁将恢复对驱动程序的更改,使其像在 3.7.10 中一样工作(没有稳定性或性能问题)。

https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=950735

相关内容