Ted Posted November 2, 2017 Posted November 2, 2017 Hi, everyone, I recently bought a mt7603u wireless usb dongle, which need cfg80211 module. I checked both ubuntu server and ubuntu desktop image. Can't find cfg80211 modules. How could I install cfg80211 modules? Thanks! lsmod Module Size Used by bmp085 3487 0 pcf8591 3363 0 mali 123146 0 ump 29379 1 mali 8189es 1076034 0 btrfs 712409 0
zador.blood.stained Posted November 2, 2017 Posted November 2, 2017 cfg80211 should be included already, but built-in, not as a module. grep CONFIG_CFG80211 /boot/config-$(uname -r)
Ted Posted November 2, 2017 Author Posted November 2, 2017 Thanks zador CONFIG_CFG80211=y CONFIG_CFG80211_DEVELOPER_WARNINGS=y # CONFIG_CFG80211_REG_DEBUG is not set CONFIG_CFG80211_DEFAULT_PS=y # CONFIG_CFG80211_DEBUGFS is not set # CONFIG_CFG80211_INTERNAL_REGDB is not set CONFIG_CFG80211_WEXT=y CONFIG_CFG80211_ALLOW_RECONNECT=y
Recommended Posts