首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu 14.04 apt-get dist-upgrade error on bcmwl-kernel-source

Ubuntu 14.04 apt-get dist-upgrade error on bcmwl-kernel-source
EN

Stack Overflow用户
提问于 2015-08-22 23:30:09
回答 1查看 1.5K关注 0票数 2

一个dist-update,我刚刚在打印行后挂起(死机):

代码语言:javascript
复制
DKMS: install completed.

我不得不关闭终端来杀死进程,然后继续这样做

代码语言:javascript
复制
sudo lsof /var/lib/dpkg/lock
kill -15 THE-PID
sudo dpkg --configure -a

但是dist-update和下面的命令(带有输出)仍然挂起,在语句上冻结:

代码语言:javascript
复制
DKMS: install completed.

$ sudo apt-get install bcmwl-kernel-source

Reading package lists... Done
Building dependency tree       
Reading state information... Done
bcmwl-kernel-source is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu0.1) ...
Removing old bcmwl-6.30.223.248+bdcom DKMS files...

-------- Uninstall Beginning --------
Module:  bcmwl
Version: 6.30.223.248+bdcom
Kernel:  3.13.0-24-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

wl.ko:
 - Uninstallation
 - Deleting from: /lib/modules/3.13.0-24-generic/updates/dkms/
 - Original module
 - No original module was found for this module on this kernel.
 - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 6.30.223.248+bdcom completely from the DKMS tree.
------------------------------
Done.
Loading new bcmwl-6.30.223.248+bdcom DKMS files...
Building only for 3.13.0-24-generic
Building for architecture x86_64
Building initial module for 3.13.0-24-generic
Done.

wl:
Running module version sanity check.
 - Original module
 - No original module exists within this kernel
 - Installation
 - Installing to /lib/modules/3.13.0-24-generic/updates/dkms/

depmod....
DKMS: install completed.

我不认为reboot是正确的答案。可能根本无法启动!盖德·佐克斯!有什么建议和窍门吗?

可能在更新/升级之前应该有下面的命令,但只有后视率是20/20

代码语言:javascript
复制
sudo apt-get autoclean
sudo apt-get autoremove

谢谢,布拉德

EN

回答 1

Stack Overflow用户

发布于 2015-08-23 02:10:05

看起来我的Broadcomm无线驱动程序在最新的Ubuntu 14.04更新中不能很好地运行。

我刚刚删除了debian包bcmwl-kernel-source和dkms。

包可能运行得很好,但是apt-get升级挂起了,我不想处理不断冻结的更新。

现在我可以运行'sudo apt-get dist-upgrade‘并且一帆风顺了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/32157803

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档