I am not a hand-holding party, and I have searched a lot of posts. But it just didn"t solve the problem.
my phenomenon is that I can"t open the wifi network card to connect to the network.
first of all, iwconfig, displays the first wifi network card device
root@debian-ljf:/home/ljf-sharp iwconfig
wlp3s0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr=2347 B Fragment thr:off
Encryption key:off
Power Management:off
lo no wireless extensions.
enp0s25 no wireless extensions.
then use the ifup command to prompt
root@debian-ljf:/home/ljf-sharp ifup wlp3s0
ifup: interface wlp3s0 already configured
but when you use iwlist scan again, you will prompt
. root@debian-ljf:/home/ljf-sharp iwlist scan
wlp3s0 Interface doesn"t support scanning: Network is down
lo Interface doesn"t support scanning.
enp0s25 Interface doesn"t support scanning.
enp0s26u1u2 Interface doesn"t support scanning.
this shows that my network card has not been up, very annoyed, do you have any good methods?
Thank you