AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 11993
Accepted
t3ch
t3ch
Asked: 2010-11-08 14:22:08 +0800 CST2010-11-08 14:22:08 +0800 CST 2010-11-08 14:22:08 +0800 CST

如何安装 BCM4312 无线驱动程序?[复制]

  • 772
这个问题在这里已经有了答案:
9 年前关闭。

可能重复:
如何安装 Broadcom / STA 无线网卡 (BCM43XX)

对 Ubuntu 来说是全新的。如何为我的笔记本电脑添加无线驱动程序?我正在运行戴尔 XPS M1330。现在它的行为就像我没有 Wi-Fi 卡一样。

:~$ lspci

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 0c)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M GS] (rev a1)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
09:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5906M Fast Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
wireless drivers kernel broadcom
  • 6 6 个回答
  • 85937 Views

6 个回答

  • Voted
  1. Best Answer
    Hillar
    2010-11-09T06:52:10+08:002010-11-09T06:52:10+08:00

    我也有BCM4312无线网卡。

    我需要做的:

    1. 转到:系统->管理员->附加驱动程序(硬件驱动程序)

    2. 然后单击Broadcom STA 无线驱动程序并启用它。

    3. 重新开始

    对我来说这是最简单的方法。

    • 17
  2. Jeff Rash
    2011-05-04T10:28:18+08:002011-05-04T10:28:18+08:00

    由于内核问题,11.04 中的 STA 驱动程序无法工作。您必须安装 B43xx 固件。只需从软件中心或 Synaptic 安装固件-b43-installer。

    您也可以从命令行执行此操作:sudo apt-get install firmware-b43-installer

    • 7
  3. andybleaden
    2011-05-06T06:36:40+08:002011-05-06T06:36:40+08:00

    好吧,我有 Broadcom 4312 wifi 并使用终端安装了 sta 驱动程序

    单击破折号,键入“终端”并发出以下命令:

    sudo apt-get update
    sudo apt-get install bcmwl-kernel-source
    

    第一次在新安装的 11.04 上奏效了

    希望有帮助

    这就是它的样子

    • 6
  4. Ivan Carrasco
    2011-12-25T13:32:35+08:002011-12-25T13:32:35+08:00

    我遵循中世纪的步骤,但(对我而言)它是不完整的。

    然后我不得不去系统设置→附加驱动程序→然后激活无线网卡。

    然后在菜单桌面上,我单击Enable Wireless。

    我希望这对某人有所帮助。

    • 2
  5. hhlp
    2010-11-09T06:13:56+08:002010-11-09T06:13:56+08:00

    这是您将了解的关于在 ubuntu 中设置和配置 Broadcom 43xx 的所有指南。包括安装、配置和问题

    您需要安装 STA 驱动程序

    • 1
  6. Besarion Turmanauli
    2011-12-15T01:22:04+08:002011-12-15T01:22:04+08:00

    不需要 ndiswrapper 和 Windows 驱动程序,因为 Linux 驱动程序已经存在,

    • 如果您没有看到 Broadcom 无线设备名称,请卸载驱动程序,重新启动计算机,安装驱动程序并再次重新启动,直到单击无线图标(gnome)后出现“固件丢失”消息,并在无线图标下显示 wifi 设备名称。

    • 如果你还没有,你必须从 Ubuntu 软件中心安装一个突触包管理器

    • 在突触包管理器中搜索“bcm”

    • 标记安装“b43-fwcutter”、“firmware-b43-installer”或“firmware-b43-lpphy-installer”(如果您有 Broadcom lpphy 驱动程序)、“firmware-b43legacy-installer”并应用,无需重新启动。您的 Wi-Fi 指示灯会立即亮起。

    • 1

相关问题

  • 如何让我的电脑中的风扇在暂停时关闭?[关闭]

  • 类似于 Eyefinity 的东西?

  • Ubuntu 是否支持与 SSD 一起使用的 TRIM 命令?

  • 使用 apt-get upgrade 时如何强制安装内核更新?

  • 在哪里可以找到 Brother HL-2170W 64 位打印机驱动程序?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何安装 .run 文件?

    • 7 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    如何获得 CPU 温度?

    • 21 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Marko Smith

    如何使用命令行将用户添加为新的 sudoer?

    • 7 个回答
  • Marko Smith

    更改文件夹权限和所有权

    • 9 个回答
  • Marko Smith

    你如何重新启动Apache?

    • 13 个回答
  • Marko Smith

    如何卸载软件?

    • 11 个回答
  • Marko Smith

    如何删除 PPA?

    • 26 个回答
  • Martin Hope
    NES 如何启用或禁用服务? 2010-12-30 13:03:32 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    Olivier Lalonde 如何在结束 ssh 会话后保持进程运行? 2010-10-22 04:09:13 +0800 CST
  • Martin Hope
    David B 如何使用命令行将用户添加为新的 sudoer? 2010-10-16 04:02:45 +0800 CST
  • Martin Hope
    Hans 如何删除旧内核版本以清理启动菜单? 2010-08-21 19:37:01 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve