Ubuntu 13.04 音频和蓝牙问题

Ubuntu 13.04 音频和蓝牙问题

更新:卸载驱动程序后,一切正常。Wifi 现在可以正常连接。音频和蓝牙问题仍然存在。

声音设置仍然显示“虚拟输出”当系统打开时。我必须使用alsa force-reload才能使音频正常工作。蓝牙设置显示未找到适配器

lsusb用于蓝牙表演

Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)

我正在使用 Ubuntu 13.04,并一直在尝试让系统连接到无线驱动程序。我已经安装了驱动程序软件更新 -> 附加驱动程序但随后,在驱动程序名称下,显示“此设备正在使用备用驱动程序”。我可以通过面板上的指示器启用 wifi,但它没有检测到任何网络。

我正在使用 Broadcom BCM4313 无线适配器。

我遇到了其他问题,例如“未找到蓝牙适配器”错误和音频设置中的“虚拟输出”。

我安装了最新更新,但问题仍然存在。输出lspci

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
00:1f.2 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller (rev 06)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
00:1f.5 IDE interface: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller (rev 06)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller (rev 01)
04:00.0 Ethernet controller: Qualcomm Atheros AR8152 v1.1 Fast Ethernet (rev c1)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)

lsmod | grep -e wl -e b43给出

wl                   3074449  0 
lib80211               14352  2 wl,lib80211_crypt_tkip
cfg80211              510937  1 wl

的输出rfkill list

0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: brcmwl-0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

无线问题是最令人恼火的问题。如果有人能帮助我解决音频问题就太好了。我尝试了我在 askubuntu 和 ubuntuforums 以及其他网站上找到的许多解决方案,但都没有用。

谢谢。

答案1

您必须先停用您安装的驱动程序jockey,然后您可以使用ndisgtk
如果您有适用于 Windows 的无线驱动程序,此程序将从 Windows 驱动程序开始为 Linux 创建驱动程序
如果它不起作用,您可以看到检测你的无线网卡然后从下载驱动程序这里

或者最后如果这些不起作用 在命令行中尝试这个sudo apt-get install firmware-b43-installer或这个sudo apt-get install firmware-b43-lpphy-installer

相关内容