debian BCM43142驱动安装问题求助啊
Tofloor
poster avatar
qqyue13
deepin
2018-01-05 06:11
Author
摆弄一天的驱动,有点无奈,求助各位老哥,deepin的软件库做的很不错,就是性能稳定性上还要提高,同时使用deepin 使用debian是个比较好的方式,所以今天试着装下,可是debian没有自动安装无线的驱动,也没有驱动安装器,连不上网,最后只能扒贴。
网上给出的方案无非是离线和在线两种
离线下载 BCM43142 deb包驱动,解决依赖安装
sudo apt-get update  
sudo apt-get install linux-headers-generic build-essential dkms  
sudo apt-get install linux-source  
sudo apt-get install --reinstall bcmwl-kernel-source  
sudo modprobe wl   
sudo dpkg -i wireless-bcm43142-dkms_6.20.55.19-1_amd64.deb


可是第二行就找不到

在线安装(( ˙-˙ )没网怎么在线,没办法手机共享usb网络),通过debian官方源,来自wiki百科解决方案
source.list添加源
# Debian 9 "Stretch"
deb http://httpredir.debian.org/debian/ stretch main contrib non-free
首先这个源,速度连接太慢
执行
# apt-get update
# apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
# modprobe wl


……

………
…………
这个牛皮,






Reply Favorite View the author
All Replies
avatar
qqyue13
deepin
2018-01-05 06:12
#1
sudo apt-get install linux-headers-generic build-essential        提示这个文件找不到,…
Reply View the author
avatar
蒙笛
deepin
2018-01-05 06:27
#2
本帖最后由 yuzh496 于 2018-1-4 22:30 编辑

以前hp的老本子安装ubuntu时也有类似问题,你可以看看相关帖子。
http://forum.ubuntu.org.cn/viewt ... &hilit=bcm&start=15


ubuntu坛子里其他相关帖子:
https://www.baidu.com/s?q1=BCM43 ... .cn&tn=baiduadv
Reply View the author
avatar
s***7@gmail.com
deepin
2018-01-05 06:39
#3
直接去找Ubuntu的对应的驱动,可以稍微稳定一丢丢
Reply View the author
avatar
qqyue13
deepin
2018-01-05 22:00
#4
https://bbs.deepin.org/post/151171
以前hp的老本子安装ubuntu时也有类似问题,你可以看看相关帖子。
http://forum.ubuntu.org.cn/viewt ... &h ...

好的,之前用Ubuntu 也是这个问题,之后没做下去了。可惜
Reply View the author
avatar
qqyue13
deepin
2018-01-05 22:01
#5
https://bbs.deepin.org/post/151171
直接去找Ubuntu的对应的驱动,可以稍微稳定一丢丢

没解决依赖装上deb也不生效,Ubuntu上试过
Reply View the author
avatar
qqyue13
deepin
2018-01-05 22:02
#6
目前只能用官方的办法,就是忒慢了
Reply View the author
avatar
qqyue13
deepin
2018-01-05 22:03
#7
https://bbs.deepin.org/post/151171
目前只能用官方的办法,就是忒慢了

奏效。。。。。。。。
Reply View the author
avatar
lucxtar
deepin
2021-12-02 08:20
#8

问题解决了么

Reply View the author