我正试着修复我破碎的包裹,其中之一是无包装。中的错误导致它不会生成
$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up ndiswrapper-dkms (1.59-6) ...
Removing old ndiswrapper-1.59 DKMS files...
------------------------------
Deleting module version: 1.59
completely from the DKMS tree.
------------------------------
Done.
Loading new ndiswrapper-1.59 DKMS files...
First Installation: checking all kernels...
Building only for 4.8.0-41-generic
Building initial module for 4.8.0-41-generic
ERROR: Cannot create report: [Errno 17] File exists:
'/var/crash/ndiswrapper-dkms.0.crash'
Error! Bad return status for module build on kernel: 4.8.0-41-generic
(x86_64)
Consult /var/lib/dkms/ndiswrapper/1.59/build/make.log for more
information.
dpkg: error processing package ndiswrapper-dkms (--configure):
subprocess installed post-installation script returned error exit
status 10
Errors were encountered while processing:
ndiswrapper-dkms
E: Sub-process /usr/bin/dpkg returned an error code (1)这是/var/lib/dkms/ndiswrapper/1.59/build/make.log
http://pastebin.com/fpTDUxg2
我该怎么解决这个问题?
发布于 2017-03-12 18:39:32
您可以尝试卸载当前的ndiswrapper dkms 1.59并安装如下:
http://mirrors.kernel.org/ubuntu/pool/universe/n/ndiswrapper/ndiswrapper-dkms_1.60-3~ubuntu16.04.1_all.deb
我本来希望能找到一个16.04.2的,但这是我能找到的最新的。
不管怎么说,ndiswrapper都很古怪,除非你真的需要它,否则我会卸载它。
发布于 2017-03-17 12:20:36
看
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1651846
和
https://people.canonical.com/~ubuntu-archive/pending-sru.html -> changelog bug #1625089
和
https://launchpad.net/ubuntu/+source/ndiswrapper/
和
https://bugs.launchpad.net/ubuntu/+source/ndiswrapper/+bug/1625089
无线局域网/无线网络驱动程序需要ndiswrapper。如果没有DKMS-模块,WIFI/WLAN就会中断。
v1.60位于Ubuntu16.10中,位于16.04的不稳定存储库中。只需等待,直到1.60在稳定的存储库中,您将能够使用内核v4.8没有任何问题。
发布于 2017-08-08 16:23:04
在https://sourceforge.net/projects/ndiswrapper/上下载最新版本,并按照安装文件上的步骤操作。对我起作用了!
https://askubuntu.com/questions/892335
复制相似问题