我最近安装了Ubuntu12.04,在从GUI附加驱动程序中更新驱动程序时,它提示我缺少broadcom驱动程序。在接受下载选项时。提示消息
Sorry, installation of this driver failed.
Please have a look at the log file for details: /var/log/jockey.log我是新来的ubuntu,谁能建议我如何克服这个问题,并在我的compaq presario kernel 3.8上启用wifi网络?
发布于 2014-01-09 11:17:47
首先,在终端上发出以下命令,卸载bcmwl-kernel-source包:
sudo apt-get remove bcmwl-kernel-source安装固件-b43-installer和b43- if切割器包(如果没有安装)。
sudo apt-get install firmware-b43-installer b43-fwcutter输入终端:
cat /etc/modprobe.d/* | egrep 'bcm'复制这篇文章,看看“黑名单bcm43xx”这个词是否存在
如果是,键入cd /etc/modprobe.d/,然后输入sudo gedit blacklist.conf
将#放在一行前面:黑名单bcm43xx
现在保存文件,然后重新启动。
有关更多信息,请查看这
https://askubuntu.com/questions/402760
复制相似问题