一个dist-update,我刚刚在打印行后挂起(死机):
DKMS: install completed.我不得不关闭终端来杀死进程,然后继续这样做
sudo lsof /var/lib/dpkg/lock
kill -15 THE-PID
sudo dpkg --configure -a但是dist-update和下面的命令(带有输出)仍然挂起,在语句上冻结:
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
sudo apt-get autoclean
sudo apt-get autoremove谢谢,布拉德
发布于 2015-08-23 02:10:05
看起来我的Broadcomm无线驱动程序在最新的Ubuntu 14.04更新中不能很好地运行。
我刚刚删除了debian包bcmwl-kernel-source和dkms。
包可能运行得很好,但是apt-get升级挂起了,我不想处理不断冻结的更新。
现在我可以运行'sudo apt-get dist-upgrade‘并且一帆风顺了。
https://stackoverflow.com/questions/32157803
复制相似问题