Ubuntu – Is it possible to run rtl8188eu in ap mode

driverswireless-access-point

i can run my wifi card (rtl8188eu) in ap mode in windows by using Realtek Wireless LAN Utility or Connectify.. But When i tried in ubuntu i got an error saying..

(32) Access Point (AP) mode is not supported by this device

How to fix this?

UPDATE: How did i try to set up an ap..

I used Network manager to create an wifi infrastructure network "Wi-Fi connection 1" and change the field mode=infrastructure to mode=ap in file /etc/NetworkManager/system-connections/Wi-Fi connection 1.
and tried connecting to that network via connect to hidden network.

Edit: i just need to share my Wired Internet to other wifi deviecs through my wifi card.. not to connectify…

Best Answer

It is possible.

I only know the method with hostapd to create an AP.

And to use hostapd with rtl8188, you need to use a patched version of hostapd. There are several version floating around. Look for rtl8188 and raspbian and hostapd in your favorite search engine.

For example here or here

But extra step is needed to make the bridge to share internet connection.

To ease things, I recommend to use create_ap that will do it in one step. See https://github.com/oblique/create_ap

Related Question