Hey there, I got a problem getting my wifi usb stick working. It’s a RTL8192cu (ID 0b05:17ab ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU]) using kernel 4.4.70-BPI-R2-Kernel driver.
Output lsmod
Module Size Used by
ipt_REJECT 1747 26
nf_reject_ipv4 3066 1 ipt_REJECT
ipt_MASQUERADE 1363 1
nf_nat_masquerade_ipv4 2881 1 ipt_MASQUERADE
iptable_nat 2144 1
nf_nat_ipv4 5877 1 iptable_nat
nf_nat 15897 2 nf_nat_ipv4,nf_nat_masquerade_ipv4
bridge 117619 0
stp 2300 1 bridge
llc 5349 2 stp,bridge
nf_conntrack_ipv4 15603 1
nf_defrag_ipv4 1821 1 nf_conntrack_ipv4
xt_tcpudp 2526 1
xt_conntrack 3467 0
nf_conntrack 99741 5 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4
ip6table_filter 1874 0
ip6_tables 13308 1 ip6table_filter
iptable_filter 1933 1
ip_tables 13040 2 iptable_filter,iptable_nat
x_tables 17730 8
ip6table_filter,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_conntrack,iptable_filter,ipt_REJECT,ip6_tables
tun 21335 2
rtl8192cu 96355 0
rtl_usb 14811 1 rtl8192cu
rtl8192c_common 66995 1 rtl8192cu
rtlwifi 99944 3 rtl_usb,rtl8192c_common,rtl8192cu
mac80211 546443 3 rtl_usb,rtlwifi,rtl8192cu
mtk_thermal 5801 0
mtk_cir 3671 0
Output lshw -C net
*-network:1 DISABLED
description: Ethernet interface
physical id: 6
bus info: usb@3:1
logical name: wlx704d7b14e470
serial: 70:4d:7b:14:e4:70
capabilities: ethernet physical
configuration: broadcast=yes driver=rtl8192cu driverversion=4.4.70-BPI-R2-Kernel firmware=N/A link=no multicast=yes
Out iwconfig
wlx704d7b14e470 no wireless extensions.
Is there a problem using the kerne internal driver or did I make another mistake?