相关疑难解决方法(0)

致命:未找到模块 ndiswrapper

我尝试了有关如何修复“未找到 ndiswrapper”的所有修复程序

答案 3 修复建议 #2 上:当sudo make我得到

Cannot find kernel build files in /usr/src/linux-headers-3.7.0-7-generic
Please give the path to kernel build directory with
the KBUILD=<path> argument to make
Run Code Online (Sandbox Code Playgroud)

我也尝试卸载所有 ndiswrapper 文件并重新安装。我对 Ubuntu 还很陌生。我正在尝试让我的 Netgear WN311T 正常工作。

sudo modprobe ndiswrapper 给我

WARNING: All config files need .conf: /etc/modprobe.d/blacklist, 
it will be ignored in a future release.
FATAL: Module ndiswrapper not found.
Run Code Online (Sandbox Code Playgroud)

ndiswrapper

5
推荐指数
1
解决办法
1987
查看次数

如何解决ubuntu 13.04安装huawei modem e303c的问题

我正在尝试安装华为调制解调器软件。但它没有被安装。它显示如下:

bhaskar@bhaskar:~$ cd Desktop/driver
bhaskar@bhaskar:~/Desktop/driver$ sudo ./install
old path =/usr/local/Mobile_Partner/driver
FATAL: Module option is in use.
DRIVER COPY START
STA_PATH_FLAG=.
STA_PATH_FULL=/home/bhaskar/Desktop/driver/install
START_PATH_DRIVER=/home/bhaskar/Desktop/driver
CURRENT install from ./install
INSTALL_PATH is not set ,auto install
INSTALL_PATH=/usr/local/Mobile_Partner
INSTALL_PATH is another path
rm /usr/local/Mobile_Partner/driver
DRIVER COPY END
ls: cannot access /etc/usb_modeswitch.d/: No such file or directory
/usr/local/Mobile_Partner/driver/ndis_driver
Error: missing module or filename.
libkmod: ERROR ../libkmod/libkmod-module.c:753 kmod_module_remove_module: could not remove 'cdc_ether': No such file or directory
Error: could not remove module cdc_ether: No such file or …
Run Code Online (Sandbox Code Playgroud)

installation huawei usb-modem mobile-broadband

2
推荐指数
1
解决办法
9885
查看次数