Linux kernel Ubuntu 14.04 bcmwl内核源代码上的apt get dist升级错误

Linux kernel Ubuntu 14.04 bcmwl内核源代码上的apt get dist升级错误,linux-kernel,ubuntu-14.04,upgrade,kernel-module,apt-get,Linux Kernel,Ubuntu 14.04,Upgrade,Kernel Module,Apt Get,我刚在打印行后挂起(冻结)了一个dist更新: 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 Rea

我刚在打印行后挂起(冻结)了一个dist更新:

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.
我不认为重启是正确的答案。可能根本不会开机! 盖德·祖克斯!有什么窍门吗

在更新/升级之前,可能应该有下面的命令,但事后看来是20/20

sudo apt-get autoclean
sudo apt-get autoremove
谢谢,
Brad

看起来我的Broadcomm无线驱动程序与最新的Ubuntu 14.04更新不兼容

我刚刚删除了debian包bcmwl内核源代码和dkms

软件包可能运行得很好,但apt get升级挂起,我不想处理持续冻结的更新

现在我可以运行“sudo apt get dist upgrade”并一帆风顺