You are not logged in.

#1 2012-08-22 07:57:44

p4l4cl][n
Member
Registered: 2011-11-16
Posts: 43

[SOLVED] iwconfig mode master

I am trying to set up my laptop to act as wifi router..

Running iwconfig wlan0 mode Master returns:

iwconfig wlan0 mode master

Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.


does this mean that my card cannot act as router? or do I need different driver?

- lspci:
04:00.0 Network controller: Intel Corporation Centrino Wireless-N 2200 (rev c4)

Thanks for a help smile

Last edited by p4l4cl][n (2012-08-23 18:37:39)

Offline

#2 2012-08-22 10:17:33

domac
Member
Registered: 2012-08-06
Posts: 102

Re: [SOLVED] iwconfig mode master

Well maybe you look into https://wiki.archlinux.org/index.php/So … cess_Point.
I'm not really into this topic but I just googled a bit. I hope it helps! smile


domac [ git ]

Offline

#3 2012-08-22 21:22:24

Strike0
Member
From: Germany
Registered: 2011-09-05
Posts: 1,429

Re: [SOLVED] iwconfig mode master

p4l4cl][n wrote:

does this mean that my card cannot act as router? or do I need different driver?

- lspci:
04:00.0 Network controller: Intel Corporation Centrino Wireless-N 2200 (rev c4)

Yes, it most probably means that you cannot use it in master mode.
You can check which modes it supports with

sudo iw list

"master" must be in the supported modes (along with IBSS, ...).
You are using the right one for the chip, if you use "iwlwifi". I am not aware of another driver.

Offline

#4 2012-08-23 12:03:03

brain0
Developer
From: Aachen - Germany
Registered: 2005-01-03
Posts: 1,382

Re: [SOLVED] iwconfig mode master

First, iwconfig is dead, because wireless-extensions is dead. Use iw or any other tool that is based on nl80211. Second, you cannot set an interface to master mode - not with iwconfig and not with iw. If you need AP mode, use hostapd to set it up for you.

EDIT: Just noticed you have an Intel wireless card - no, it doesn't support AP mode, please blame Intel for it.

Last edited by brain0 (2012-08-23 12:04:04)

Offline

#5 2012-08-23 18:37:14

p4l4cl][n
Member
Registered: 2011-11-16
Posts: 43

Re: [SOLVED] iwconfig mode master

Shame... I will have to use some usb dongle hmm

But thanks anyway...

Offline

Board footer

Powered by FluxBB