Voici tous les retours :
root@0:/home/0# cd
root@0:~# git clone https://github.com/lwfinger/rtl8188gu
Cloning into 'rtl8188gu'...
remote: Enumerating objects: 1008, done.
remote: Counting objects: 100% (1008/1008), done.
remote: Compressing objects: 100% (476/476), done.
remote: Total 1008 (delta 554), reused 971 (delta 521), pack-reused 0
Receiving objects: 100% (1008/1008), 3.27 MiB | 479.00 KiB/s, done.
Resolving deltas: 100% (554/554), done.
root@0:~# cd rtl8188gu
root@0:~/rtl8188gu# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.4.0-31-generic/build M=/root/rtl8188gu modules
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-31-generic'
CC [M] /root/rtl8188gu/core/rtw_cmd.o
CC [M] /root/rtl8188gu/core/rtw_security.o
CC [M] /root/rtl8188gu/core/rtw_debug.o
CC [M] /root/rtl8188gu/core/rtw_io.o
CC [M] /root/rtl8188gu/core/rtw_ioctl_query.o
CC [M] /root/rtl8188gu/core/rtw_ioctl_set.o
CC [M] /root/rtl8188gu/core/rtw_ieee80211.o
CC [M] /root/rtl8188gu/core/rtw_mlme.o
CC [M] /root/rtl8188gu/core/rtw_mlme_ext.o
/root/rtl8188gu/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/root/rtl8188gu/core/rtw_mlme_ext.c:764:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
764 | if (rfctl->regd_name)
| ^
/root/rtl8188gu/core/rtw_mlme_ext.c:766:2: note: here
766 | default:
| ^~~~~~~
/root/rtl8188gu/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/root/rtl8188gu/core/rtw_mlme_ext.c:1733:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
1733 | if (MLME_IS_AP(padapter))
| ^
/root/rtl8188gu/core/rtw_mlme_ext.c:1738:2: note: here
1738 | case WIFI_ASSOCREQ:
| ^~~~
CC [M] /root/rtl8188gu/core/rtw_mi.o
CC [M] /root/rtl8188gu/core/rtw_wlan_util.o
CC [M] /root/rtl8188gu/core/rtw_vht.o
CC [M] /root/rtl8188gu/core/rtw_pwrctrl.o
CC [M] /root/rtl8188gu/core/rtw_rf.o
CC [M] /root/rtl8188gu/core/rtw_recv.o
CC [M] /root/rtl8188gu/core/rtw_sta_mgt.o
CC [M] /root/rtl8188gu/core/rtw_ap.o
CC [M] /root/rtl8188gu/core/rtw_xmit.o
CC [M] /root/rtl8188gu/core/rtw_p2p.o
CC [M] /root/rtl8188gu/core/rtw_rson.o
CC [M] /root/rtl8188gu/core/rtw_tdls.o
CC [M] /root/rtl8188gu/core/rtw_br_ext.o
CC [M] /root/rtl8188gu/core/rtw_iol.o
CC [M] /root/rtl8188gu/core/rtw_sreset.o
CC [M] /root/rtl8188gu/core/rtw_btcoex_wifionly.o
CC [M] /root/rtl8188gu/core/rtw_btcoex.o
CC [M] /root/rtl8188gu/core/rtw_beamforming.o
CC [M] /root/rtl8188gu/core/rtw_odm.o
CC [M] /root/rtl8188gu/core/rtw_rm.o
CC [M] /root/rtl8188gu/core/rtw_rm_fsm.o
CC [M] /root/rtl8188gu/core/efuse/rtw_efuse.o
CC [M] /root/rtl8188gu/os_dep/osdep_service.o
CC [M] /root/rtl8188gu/os_dep/linux/os_intfs.o
CC [M] /root/rtl8188gu/os_dep/linux/usb_intf.o
CC [M] /root/rtl8188gu/os_dep/linux/usb_ops_linux.o
CC [M] /root/rtl8188gu/os_dep/linux/ioctl_linux.o
CC [M] /root/rtl8188gu/os_dep/linux/xmit_linux.o
CC [M] /root/rtl8188gu/os_dep/linux/mlme_linux.o
CC [M] /root/rtl8188gu/os_dep/linux/recv_linux.o
CC [M] /root/rtl8188gu/os_dep/linux/ioctl_cfg80211.o
/root/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_change_iface’:
/root/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2151:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
2151 | is_p2p = _TRUE;
/root/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2153:2: note: here
2153 | case NL80211_IFTYPE_STATION:
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2175:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
2175 | is_p2p = _TRUE;
/root/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2177:2: note: here
2177 | case NL80211_IFTYPE_AP:
| ^~~~
CC [M] /root/rtl8188gu/os_dep/linux/rtw_cfgvendor.o
CC [M] /root/rtl8188gu/os_dep/linux/wifi_regd.o
CC [M] /root/rtl8188gu/os_dep/linux/rtw_android.o
CC [M] /root/rtl8188gu/os_dep/linux/rtw_proc.o
CC [M] /root/rtl8188gu/os_dep/linux/ioctl_mp.o
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_reg’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:46:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
46 | char input[wrqu->length + 1];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_reg’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:132:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
132 | char input[wrqu->length + 1];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_rf’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:266:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
266 | char input[wrqu->length];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_rf’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:308:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
308 | char input[wrqu->length];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_rate’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:417:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
417 | u8 input[wrqu->length + 1];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_channel’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:467:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
467 | u8 input[wrqu->length + 1];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_bandwidth’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:497:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
497 | u8 input[wrqu->length];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower_index’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:530:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
530 | char input[wrqu->length + 1];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:559:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
559 | u8 input[wrqu->length];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_tx’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:597:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
597 | u8 input[wrqu->length + 1];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_rx’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:645:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
645 | u8 input[wrqu->length + 1];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_disable_bt_coexist’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:825:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
825 | u8 input[wrqu->data.length + 1];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_arx’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:863:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
863 | u8 input[wrqu->length];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_pwrtrk’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1042:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1042 | u8 input[wrqu->length];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_psd’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1080:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1080 | u8 input[wrqu->length + 1];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_dump’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1198:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1198 | u8 input[wrqu->length];
| ^~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_phypara’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1224:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1224 | char input[wrqu->length];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_SetRFPath’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1250:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1250 | char input[wrqu->length];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_QueryDrv’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1298:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1298 | char input[wrqu->data.length];
| ^~~~
/root/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_PwrCtlDM’:
/root/rtl8188gu/os_dep/linux/ioctl_mp.c:1327:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
1327 | u8 input[wrqu->length];
| ^~
CC [M] /root/rtl8188gu/hal/hal_intf.o
/root/rtl8188gu/hal/hal_intf.c: In function ‘c2h_handler’:
/root/rtl8188gu/hal/hal_intf.c:930:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
930 | sub_id = payload[0];
| ~~~~~~~^~~~~~~~~~~~
/root/rtl8188gu/hal/hal_intf.c:933:2: note: here
933 | default:
| ^~~~~~~
CC [M] /root/rtl8188gu/hal/hal_com.o
CC [M] /root/rtl8188gu/hal/hal_com_phycfg.o
CC [M] /root/rtl8188gu/hal/hal_phy.o
CC [M] /root/rtl8188gu/hal/hal_dm.o
CC [M] /root/rtl8188gu/hal/hal_dm_acs.o
CC [M] /root/rtl8188gu/hal/hal_btcoex_wifionly.o
CC [M] /root/rtl8188gu/hal/hal_btcoex.o
CC [M] /root/rtl8188gu/hal/hal_mp.o
CC [M] /root/rtl8188gu/hal/hal_mcc.o
CC [M] /root/rtl8188gu/hal/hal_hci/hal_usb.o
CC [M] /root/rtl8188gu/hal/led/hal_usb_led.o
CC [M] /root/rtl8188gu/hal/HalPwrSeqCmd.o
CC [M] /root/rtl8188gu/hal/rtl8710b/Hal8710BPwrSeq.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_sreset.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_hal_init.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_phycfg.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_rf6052.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_dm.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_rxdesc.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_cmd.o
CC [M] /root/rtl8188gu/hal/rtl8710b/hal8710b_fw.o
CC [M] /root/rtl8188gu/hal/rtl8710b/rtl8710b_lps_poff.o
CC [M] /root/rtl8188gu/hal/rtl8710b/usb/usb_halinit.o
CC [M] /root/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_led.o
CC [M] /root/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_xmit.o
CC [M] /root/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_recv.o
CC [M] /root/rtl8188gu/hal/rtl8710b/usb/usb_ops.o
CC [M] /root/rtl8188gu/hal/efuse/rtl8710b/HalEfuseMask8710B_USB.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_debug.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_antdiv.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_soml.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_smt_ant.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_antdect.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_interface.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_phystatus.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_hwconfig.o
CC [M] /root/rtl8188gu/hal/phydm/phydm.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_dig.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_pathdiv.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_rainfo.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_dynamictxpower.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_adaptivity.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_cfotracking.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_noisemonitor.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_acs.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_beamforming.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_dfs.o
CC [M] /root/rtl8188gu/hal/phydm/txbf/halcomtxbf.o
CC [M] /root/rtl8188gu/hal/phydm/txbf/haltxbfinterface.o
CC [M] /root/rtl8188gu/hal/phydm/txbf/phydm_hal_txbf_api.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_adc_sampling.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_ccx.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_psd.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_primary_cca.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_cck_pd.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_rssi_monitor.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_auto_dbg.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_math_lib.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_api.o
CC [M] /root/rtl8188gu/hal/phydm/phydm_pow_train.o
CC [M] /root/rtl8188gu/hal/phydm/halrf/halrf.o
CC [M] /root/rtl8188gu/hal/phydm/halrf/halphyrf_ce.o
CC [M] /root/rtl8188gu/hal/phydm/halrf/halrf_powertracking_ce.o
CC [M] /root/rtl8188gu/hal/phydm/halrf/halrf_powertracking.o
CC [M] /root/rtl8188gu/hal/phydm/halrf/halrf_kfree.o
CC [M] /root/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_bb.o
CC [M] /root/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_mac.o
CC [M] /root/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_rf.o
CC [M] /root/rtl8188gu/hal/phydm/rtl8710b/phydm_regconfig8710b.o
CC [M] /root/rtl8188gu/hal/phydm/rtl8710b/phydm_rtl8710b.o
CC [M] /root/rtl8188gu/hal/phydm/halrf/rtl8710b/halrf_8710b.o
CC [M] /root/rtl8188gu/hal/btc/halbtc8723bwifionly.o
CC [M] /root/rtl8188gu/hal/btc/halbtc8822bwifionly.o
CC [M] /root/rtl8188gu/hal/btc/halbtc8821cwifionly.o
CC [M] /root/rtl8188gu/platform/platform_ops.o
CC [M] /root/rtl8188gu/core/rtw_mp.o
LD [M] /root/rtl8188gu/8188gu.o
Building modules, stage 2.
MODPOST 1 modules
CC [M] /root/rtl8188gu/8188gu.mod.o
LD [M] /root/rtl8188gu/8188gu.ko
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-31-generic'
root@0:~/rtl8188gu# make install
install -p -m 644 8188gu.ko /lib/modules/5.4.0-31-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 5.4.0-31-generic
root@0:~/rtl8188gu# modprobe 8188gu
root@0:~/rtl8188gu# lsmod| sort
8188gu 1433600 0
acpi_pad 184320 0
aesni_intel 372736 0
ahci 40960 2
autofs4 45056 2
cdc_ether 20480 1 rndis_host
cfg80211 704512 1 8188gu
coretemp 20480 0
crc32_pclmul 16384 0
crct10dif_pclmul 16384 1
cryptd 24576 2 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
drm 491520 8 drm_kms_helper,i915
drm_kms_helper 184320 1 i915
e1000e 258048 0
fb_sys_fops 16384 1 drm_kms_helper
ghash_clmulni_intel 16384 0
glue_helper 16384 1 aesni_intel
hid 131072 2 usbhid,hid_generic
hid_generic 16384 0
hp_wmi 16384 0
i2c_algo_bit 16384 1 i915
i2c_i801 32768 0
i915 1986560 21
input_leds 16384 0
intel_cstate 20480 0
intel_pch_thermal 16384 0
intel_powerclamp 20480 0
intel_rapl_common 24576 1 intel_rapl_msr
intel_rapl_msr 20480 0
intel_rapl_perf 20480 0
ip_tables 32768 0
kvm 663552 0
ledtrig_audio 16384 2 snd_hda_codec_generic,snd_hda_codec_realtek
libahci 32768 1 ahci
lp 20480 0
mac_hid 16384 0
mei 106496 3 mei_hdcp,mei_me
mei_hdcp 24576 0
mei_me 40960 1
mii 20480 1 usbnet
Module Size Used by
nls_iso8859_1 16384 2
option 61440 0
parport 53248 3 parport_pc,lp,ppdev
parport_pc 40960 0
ppdev 24576 0
psmouse 155648 0
rndis_host 20480 0
sch_fq_codel 20480 3
serio_raw 20480 0
snd 90112 15 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_pcm,snd_rawmidi
snd_hda_codec 131072 4 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek
snd_hda_codec_generic 81920 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 61440 1
snd_hda_codec_realtek 118784 1
snd_hda_core 90112 5 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek
snd_hda_intel 53248 2
snd_hwdep 20480 1 snd_hda_codec
snd_intel_dspcfg 24576 1 snd_hda_intel
snd_pcm 106496 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_rawmidi 36864 1 snd_seq_midi
snd_seq 69632 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi 20480 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_timer 36864 2 snd_seq,snd_pcm
soundcore 16384 1 snd
sparse_keymap 16384 1 hp_wmi
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
tpm_infineon 20480 0
uas 28672 0
usbhid 57344 0
usbnet 45056 2 rndis_host,cdc_ether
usbserial 53248 2 usb_wwan,option
usb_storage 77824 2 uas
usb_wwan 24576 1 option
video 49152 1 i915
wmi 32768 2 hp_wmi,wmi_bmof
wmi_bmof 16384 0
x86_pkg_temp_thermal 20480 0
x_tables 40960 1 ip_tables
root@0:~/rtl8188gu# sudo lshw -class network
*-network
description: Ethernet interface
product: Ethernet Connection (2) I219-LM
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
logical name: eno1
version: 31
serial: 50:65:f3:4d:85:e1
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k firmware=0.8-4 latency=0 link=no multicast=yes port=twisted pair
resources: irq:121 memory:e1000000-e101ffff
*-network
description: Ethernet interface
physical id: 2
bus info: usb@1:11
logical name: usb0
serial: 6a:71:67:f6:97:42
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.87 link=yes multicast=yes
root@0:~/rtl8188gu#