Quantcast
Channel: 'iwlist' -> interface doesn't support scanning (Ubuntu LTS 10.04) - Unix & Linux Stack Exchange
Browsing all 8 articles
Browse latest View live

Answer by Bendy Latortue for 'iwlist' -> interface doesn't support scanning...

have you checked the interface name with command ifconfig and you can do ifconfig "interface-name" up by example: for my wireless interface ifconfig wlp2s0 up the next thing to do is: iwlist wlp2s0 scan

View Article


Answer by Simon Tate for 'iwlist' -> interface doesn't support scanning...

This issue can be also be caused by the wireless interface (I'll use wlan0 - not eth1) being in the wrong mode. To fix this you can use: sudo ifconfig wlan0 down sudo iwconfig wlan0 mode Managed sudo...

View Article


Answer by Denzil Sequeira for 'iwlist' -> interface doesn't support scanning...

Check rfkill list all Mine had the following output 0: phy0: Wireless LAN Soft blocked: yes Hard blocked: no Which was causing the error Interface doesn't support scanning To remove the block simply...

View Article

Answer by vaab for 'iwlist' -> interface doesn't support scanning (Ubuntu LTS...

If you have checked that you are root and your device is up: sudo ifconfig eth1 up && sudo iwlist eth1 scan And it still doesn't work, I found that: iw dev wlan0 scan ap-force Would work in my...

View Article

Answer by jordanm for 'iwlist' -> interface doesn't support scanning (Ubuntu...

The ability to scan using iwlist and associate to access points via iwconfig require root. In Ubuntu you can use the following: sudo iwlist eth1 scan

View Article


Answer by Manula Waidyanatha for 'iwlist' -> interface doesn't support...

You have to bring eth1 up before scanning. ifconfig eth1 up iwlist eth1 s

View Article

'iwlist' -> interface doesn't support scanning (Ubuntu LTS 10.04)

I am using Ubuntu 10.04 (LTS) on a Samsung N150+ netbook. I cannot scan wifi networks using iwlist and I would like to do so. Here is the output from some tests: alex@alex-laptop:~/Desktop/GoogleCode$...

View Article

Answer by tinyfiledialogs for 'iwlist' -> interface doesn't support scanning...

On Debian testing/bookworm ifconfig is not present.To bring the interface up you have to type as root (my interface name is wlp1s0b1):ip link set wlp1s0b1 upand now you can scan:/sbin/iwlist wlp1s0b1...

View Article

Browsing all 8 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>