ls: cannot access /sys/class/net, no such file or directory
by CodeWritten from LinuxQuestions.org on (#4YP55)
So im trying to use airmon-ng to practice deauthing, but when i run airmon-ng it returned this.
root@localhost:~# airmon-ng start wlan0
ls: cannot access '/sys/class/net': No such file or directory
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
PHY Interface Driver Chipset
null p2p0 ?????? non-mac80211 device? (report this!)
null wlan0 ?????? non-mac80211 device? (report this!)
root@localhost:~#
I am using Kali NetHunter Version 2020.4
On a Not Rooted Device
I suspect the lack of root auth is a probable cause


root@localhost:~# airmon-ng start wlan0
ls: cannot access '/sys/class/net': No such file or directory
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
PHY Interface Driver Chipset
null p2p0 ?????? non-mac80211 device? (report this!)
null wlan0 ?????? non-mac80211 device? (report this!)
root@localhost:~#
I am using Kali NetHunter Version 2020.4
On a Not Rooted Device
I suspect the lack of root auth is a probable cause