Building driver for rtl8188eu[closed]

Hi All,

I want to build driver for usb dongle based on rtl8188eu chipset for WP. I saw a post on building driver for rtl8191cu/rtl8188cu and followed it. But I am not able to get the staging driver up and also the firmware file is missing in the filesystem. Here is my config

CONFIG_AVERAGE=y
CONFIG_CFG80211=m
CONFIG_CFG80211_DEFAULT_PS=y
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_CFG80211_WEXT=y
CONFIG_R8188EU=m
CONFIG_RTLWIFI=m
CONFIG_RTLWIFI_DEBUG=y
CONFIG_STAGING=y

Let me know what I am missing.

Thanks,
Hari.

Hi All,

With few inputs from this thread How to build RTL8192CU/RTL8188CU drivers for MangOH? and discussions with @vincelai520 finally built the driver for rtl8188eu usb dongle and it works in both station and AP mode.

Regards,
Hari.

1 Like