You are not logged in.
Hi,
I have 2 USB WiFi Adapters, one with the RTL8187B chipset, the other with the RTL8187L chipset(it's an ALFA AWUS036H)
I want to set up any one of them as an Access Point, but I don't really know which driver to use and how to do it
When I try this command:
wlanconfig wlan0 create wlandev wifi0 wlanmode ap
I get an ioctrl error.
Thanks in advance for the help!
Offline
Here is the error, since I wasn't' at my desktop when I made the topic:
wlanconfig: ioctl: No such device
EDIT:
I've reached this page:
http://wireless.erley.org/stable.html
I'm trying to build compat-wireless from AUR, but it always fails while compiling.
Any ideas?
Last edited by Extreme Coder (2009-12-12 13:53:45)
Offline
I managed to install compat-wireless by building it directly from tarball on linuxwireless.org, but I still get this error:
[root@lesiroth-desktop ahmad]# iwconfig wlan0 mode master
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.
Offline
Apparently I need to have Master shown when I run this:
[ahmad@lesiroth ~]$ iw phy phy0 info
Wiphy phy0
Band 1:
Frequencies:
* 2412 MHz [1] (20.0 dBm)
* 2417 MHz [2] (20.0 dBm)
* 2422 MHz [3] (20.0 dBm)
* 2427 MHz [4] (20.0 dBm)
* 2432 MHz [5] (20.0 dBm)
* 2437 MHz [6] (20.0 dBm)
* 2442 MHz [7] (20.0 dBm)
* 2447 MHz [8] (20.0 dBm)
* 2452 MHz [9] (20.0 dBm)
* 2457 MHz [10] (20.0 dBm)
* 2462 MHz [11] (20.0 dBm)
* 2467 MHz [12] (20.0 dBm) (passive scanning, no IBSS)
* 2472 MHz [13] (20.0 dBm) (passive scanning, no IBSS)
* 2484 MHz [14] (20.0 dBm) (passive scanning, no IBSS)
Bitrates (non-HT):
* 1.0 Mbps
* 2.0 Mbps
* 5.5 Mbps
* 11.0 Mbps
* 6.0 Mbps
* 9.0 Mbps
* 12.0 Mbps
* 18.0 Mbps
* 24.0 Mbps
* 36.0 Mbps
* 48.0 Mbps
* 54.0 Mbps
max # scan SSIDs: 4
Supported interface modes:
* managed
* monitor
Any ideas what's wrong? Missing functionality from driver? Please help
Offline