"ls: cannot access sys/class/ieee80211: No such file or directory" .

Posted blacksunny

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了"ls: cannot access sys/class/ieee80211: No such file or directory" .相关的知识,希望对你有一定的参考价值。

1- Do update and upgrade as always.

apt-get update && apt-get upgrade && apt-get dist-upgrade -y

2- Install headers.

apt-get install linux-headers-`uname -r`

3-Install synaptic.

apt-get install synaptic -y

4-Open synaptic and type "bcm43142" and search.

5-U‘ll see 3 different drivers.

broadcom-sta-common
broadcom-sta-dkms
broadcom-sta-source

 

安装后依然没有解决....

6-Mark for installation to broadcom-sta-dkms and install it. 

7-Reboot.
Read more at https://www.inforge.net/xi/threads/ls-cannot-access-sys-class-ieee80211-no-such-file-or-directory.454606/#jT8ThY4bq4BrwUHh.99
























以上是关于"ls: cannot access sys/class/ieee80211: No such file or directory" .的主要内容,如果未能解决你的问题,请参考以下文章

子类公有继承不能访问父类受保护属性? cannot access protected member

Flutter 报错“Cannot access the body fields of a Request”

django post请求报错: You cannot access body after reading from request‘s data stream

django post请求报错: You cannot access body after reading from request‘s data stream

Electron-builder“The process cannot access the file because it is being used by another process.”((代

软链接ln -s以及如何解决其产生“Too many levels of symbolic links ”的错误?