You are not logged in.

#1 2015-05-21 10:27:51

poyagh
Member
Registered: 2015-05-21
Posts: 6

wlan0 Interface doesn't support scanning.

Hi. I have same this problem:
https://bbs.archlinux.org/viewtopic.php?pid=1530616
reffer to
https://bbs.archlinux.org/viewtopic.php … 91#p970391
but my files in that adress are:
alsa-base-blacklist.conf
alsa-base.conf
blacklist-libnfc.conf
fbdev-blacklist.conf
kali-blacklist.conf
radeon-kms.conf
What I do? (also I road https://wiki.archlinux.org/index.php/Ne … vice_names but...)

Offline

#2 2015-05-21 10:51:19

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,872
Website

Re: wlan0 Interface doesn't support scanning.

Please post the commands you used to determine that wlan0 doesn't support scanning, along with any additional output those commands output.

Also, please tell us what hardware you're using (is this an integrated network device, or a USB dongle, etc., what is the make and model?)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2015-05-21 10:57:56

poyagh
Member
Registered: 2015-05-21
Posts: 6

Re: wlan0 Interface doesn't support scanning.

# ls -1 /etc/modprobe.d/
alsa-base-blacklist.conf
alsa-base.conf
blacklist-libnfc.conf
fbdev-blacklist.conf
kali-blacklist.conf
radeon-kms.conf

# iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

# iwlist wlan0 scanning
wlan0     Interface doesn't support scanning.

# ip link show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether **:1d:**:a8:**:95 brd ff:ff:ff:ff:ff:ff

(stars is censored for security...)

Offline

#4 2015-05-21 10:59:50

poyagh
Member
Registered: 2015-05-21
Posts: 6

Re: wlan0 Interface doesn't support scanning.

and my laptop: hp 450i

Offline

#5 2015-05-21 11:36:59

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: wlan0 Interface doesn't support scanning.

There is no wlan0 interface to try to scan on - your problem  is much earlier than scanning, you have to configure your driver.
https://wiki.archlinux.org/index.php/Wi … 2Ffirmware

What is the wireless card?  Post the output of

lspci -vnn | grep -i net

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#6 2015-05-21 18:25:58

poyagh
Member
Registered: 2015-05-21
Posts: 6

Re: wlan0 Interface doesn't support scanning.

# lspci -vnn | grep -i net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 0c)
04:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7630]

Offline

#7 2015-05-21 18:33:18

poyagh
Member
Registered: 2015-05-21
Posts: 6

Re: wlan0 Interface doesn't support scanning.

I think that my wifi device not worked in kali linux (and in other versions such as ubuntu).
Should I install things for enable wifi service?
Also:

# iw dev
nl80211 not found.

Last edited by poyagh (2015-05-21 18:44:49)

Offline

#8 2015-05-22 00:36:58

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: wlan0 Interface doesn't support scanning.

It looks like support for that card is not complete (one site reports it is a WIP) but a github page seems to suggest it may be ready if you build it yourself:
https://github.com/kuba-moo/mt7630e

Otherwise, you'll likely need to use ndiswrapper.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#9 2015-05-22 02:06:29

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: wlan0 Interface doesn't support scanning.

Trilby's research is pretty much in line with what I found.    I did see a couple posts where people decided to scrap that card and go with an Intel card.  It appears that Intel is supported by HP and there were no problems with the interface not being on a BIOS whitelist.  The parts had the same RF connector as well.  Cost ~ 25 US$.  YMMV.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#10 2022-01-24 05:50:58

amixra
Member
Registered: 2022-01-24
Posts: 103

Re: wlan0 Interface doesn't support scanning.

I am also facing the same issue but It's not Mediatek in my case
I have Gnome setup and I have tried setting up

nm-applet

using it https://unix.stackexchange.com/question … gnome-3-20
But I think that was useless because I tried

nmcli dev wifi list

and it was empty.

iwlist wlan0 scan

gave

wlan0     Interface doesn't support scanning.

Output of

lspci -vnn | grep -i net
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller [10ec:8136] (rev 05)
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n [14e4:4365] (rev 01)

Last edited by amixra (2022-01-24 05:55:48)


Do experiment at-least.

Offline

#11 2022-01-24 06:05:54

amixra
Member
Registered: 2022-01-24
Posts: 103

Re: wlan0 Interface doesn't support scanning.

Also I have used Ubuntu before it and my wifi drivers were perfectly working there.

 $ nmcli radio wifi

enabled

Last edited by amixra (2022-01-24 06:32:52)


Do experiment at-least.

Offline

#12 2022-01-24 08:28:55

seth
Member
Registered: 2012-09-03
Posts: 51,332

Re: wlan0 Interface doesn't support scanning.

Yo, don't necrobump and certainly not off-topic. Thanks.

Your problem is that you've  a broadcom chip, https://wiki.archlinux.org/title/Broadcom_wireless
Figure what module is used on ubuntu (likely wl) and make sure to use that on arch as well.

If you've further issues, please open a new thread, detailing your setup.

Offline

#13 2022-01-24 08:56:35

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,744

Re: wlan0 Interface doesn't support scanning.

Closing this old thread, please pay attention to the dates and don't bump something that's six years old.

Offline

Board footer

Powered by FluxBB