Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
deepin安装驱动
Experiences and Insight
796
views ·
0
replies ·
To
floor
Go
yixuan
deepin
2017-11-19 09:55
Author
求救大神
驱动BCM43162 802.11ac Wireless Network Adapter
bzip2 -d 压缩文件名.bz2
第一步解压缩文件
cd 文件所在地目录
./configure 输入
./configure 显示
bash: ./configure: 没有那个文件或目录
跳过
make 输入
make 显示编译成功有o文件
make install 输入
make install 显示
install -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
install: 无法获取'wl.ko' 的文件状态(stat): 没有那个文件或目录
Makefile:168: recipe for target 'install' failed
make: *** [install] Error 1
没有ko文件
这里是怎么回事
到这一步会出现个 .ko的文件 把.ko的文件复制到模块
cp *.ko /lib/modules/'uname -r'/kernel/net
然后depmod
请大神帮忙看一下有什么不对的地方,请大神留下详细步骤
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Вы настраиваете внешний вид Deepin?
Как установить xDroid (麟卓卓懿) на Deepin 25
Popular Events
More
bzip2 -d 压缩文件名.bz2
第一步解压缩文件
cd 文件所在地目录
./configure 输入./configure 显示 bash: ./configure: 没有那个文件或目录 跳过
make 输入make 显示编译成功有o文件
make install 输入 make install 显示 install -D -m 755 wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless install: 无法获取'wl.ko' 的文件状态(stat): 没有那个文件或目录
Makefile:168: recipe for target 'install' failed
make: *** [install] Error 1
没有ko文件
这里是怎么回事
到这一步会出现个 .ko的文件 把.ko的文件复制到模块
cp *.ko /lib/modules/'uname -r'/kernel/net
然后depmod
请大神帮忙看一下有什么不对的地方,请大神留下详细步骤