lwfinger / rtl8188gu

This repo contains a Linux driver for the RTL8188GU
55 stars 20 forks source link

Compiles but produces lots of dmesg errors without working #8

Closed danwdart closed 3 years ago

danwdart commented 3 years ago

Any idea for this one? Happens on both Ubuntu on Arch.

[19338.526801] usb 1-1: new high-speed USB device number 23 using xhci_hcd
[19338.667221] usb 1-1: New USB device found, idVendor=0bda, idProduct=1a2b, bcdDevice= 2.00
[19338.667227] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[19338.667230] usb 1-1: Product: DISK
[19338.667233] usb 1-1: Manufacturer: Realtek
[19338.668872] usb-storage 1-1:1.0: USB Mass Storage device detected
[19338.669368] scsi host2: usb-storage 1-1:1.0
[19339.290838] usb 1-1: USB disconnect, device number 23
[19339.650118] usb 1-1: new high-speed USB device number 24 using xhci_hcd
[19339.790687] usb 1-1: New USB device found, idVendor=0bda, idProduct=b711, bcdDevice= 2.00
[19339.790689] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[19339.790691] usb 1-1: Product: 802.11n WLAN Adapter
[19339.790692] usb 1-1: Manufacturer: Realtek
[19339.790693] usb 1-1: SerialNumber: 00E04CB82101
[19339.812720] 8188gu: loading out-of-tree module taints kernel.
[19339.814025] 8188gu: module verification failed: signature and/or required key missing - tainting kernel
[19339.835639] RTW: module init start
[19339.835641] RTW: rtl8710bu v5.2.22_xxxx.20180117
[19339.835657] RTW: rtw_inetaddr_notifier_register
[19339.835680] RTW: 
               usb_endpoint_descriptor(0):
[19339.835681] RTW: bLength=7
[19339.835681] RTW: bDescriptorType=5
[19339.835682] RTW: bEndpointAddress=84
[19339.835682] RTW: wMaxPacketSize=512
[19339.835683] RTW: bInterval=0
[19339.835683] RTW: RT_usb_endpoint_is_bulk_in = 4
[19339.835684] RTW: 
               usb_endpoint_descriptor(1):
[19339.835684] RTW: bLength=7
[19339.835685] RTW: bDescriptorType=5
[19339.835685] RTW: bEndpointAddress=5
[19339.835685] RTW: wMaxPacketSize=512
[19339.835686] RTW: bInterval=0
[19339.835686] RTW: RT_usb_endpoint_is_bulk_out = 5
[19339.835687] RTW: 
               usb_endpoint_descriptor(2):
[19339.835687] RTW: bLength=7
[19339.835687] RTW: bDescriptorType=5
[19339.835688] RTW: bEndpointAddress=6
[19339.835688] RTW: wMaxPacketSize=512
[19339.835689] RTW: bInterval=0
[19339.835689] RTW: RT_usb_endpoint_is_bulk_out = 6
[19339.835689] RTW: 
               usb_endpoint_descriptor(3):
[19339.835690] RTW: bLength=7
[19339.835690] RTW: bDescriptorType=5
[19339.835691] RTW: bEndpointAddress=87
[19339.835691] RTW: wMaxPacketSize=64
[19339.835691] RTW: bInterval=3
[19339.835692] RTW: RT_usb_endpoint_is_int_in = 7, Interval = 3
[19339.835692] RTW: 
               usb_endpoint_descriptor(4):
[19339.835693] RTW: bLength=7
[19339.835693] RTW: bDescriptorType=5
[19339.835694] RTW: bEndpointAddress=8
[19339.835694] RTW: wMaxPacketSize=512
[19339.835694] RTW: bInterval=0
[19339.835695] RTW: RT_usb_endpoint_is_bulk_out = 8
[19339.835695] RTW: 
               usb_endpoint_descriptor(5):
[19339.835696] RTW: bLength=7
[19339.835696] RTW: bDescriptorType=5
[19339.835696] RTW: bEndpointAddress=9
[19339.835697] RTW: wMaxPacketSize=512
[19339.835697] RTW: bInterval=0
[19339.835697] RTW: RT_usb_endpoint_is_bulk_out = 9
[19339.835698] RTW: nr_endpoint=6, in_num=2, out_num=4

[19339.835698] RTW: USB_SPEED_HIGH
[19339.835699] RTW: CHIP TYPE: RTL8710BU
[19339.835707] RTW: Peter : Step2
[19339.835717] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f0), BitMask(0xffffffff)
[19339.835875] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f0), BitMask(0xffffffff), OriginalValue(0x41000280)
[19339.835876] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f4), BitMask(0xffffffff)
[19339.836043] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f4), BitMask(0xffffffff), OriginalValue(0x8010301)
[19339.836044] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0x1f8), BitMask(0xffffffff)
[19339.836201] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0x1f8), BitMask(0xffffffff), OriginalValue(0x1402)
[19339.836203] RTW: rtw_hal_config_rftype RF_Type is 0 TotalTxPath is 1
[19339.836205] RTW: Chip Version Info: CHIP_8710B_Normal_Chip_UMC_A_CUT_1T1R_RomVer(2)
[19339.836206] RTW: USB NumInPipe(2), NumOutPipe(4/4)
[19339.836208] RTW: --->hal_query_syson_reg_8710b(): RegAddr(0xe0), BitMask(0xf)
[19339.836362] RTW: <---hal_query_syson_reg_8710b(): RegAddr(0xe0), BitMask(0xf), OriginalValue(0x20)
[19339.849205] RTW: Peter : read EFUSE end,dump :
[19339.849207]  95
[19339.849207]  81
[19339.849207]  c2
[19339.849208]  16
[19339.849208]  ff
[19339.849209]  ff
[19339.849209]  ff
[19339.849210]  ff
[19339.849210]  ff
[19339.849210]  ff
[19339.849211]  ff
[19339.849211]  ff
[19339.849212]  ff
[19339.849212]  ff
[19339.849212]  ff
[19339.849213]  ff

[19339.849214]  ff
[19339.849214]  ff
[19339.849214]  ff
[19339.849215]  ff
[19339.849215]  ff
[19339.849216]  ff
[19339.849216]  ff
[19339.849216]  ff
[19339.849217]  e0
[19339.849217]  00
[19339.849218]  00
[19339.849218]  02
[19339.849218]  ff
[19339.849219]  ff
[19339.849219]  ff
[19339.849220]  ff

[19339.849220]  26
[19339.849221]  26
[19339.849221]  26
[19339.849221]  26
[19339.849222]  26
[19339.849222]  26
[19339.849223]  26
[19339.849223]  26
[19339.849224]  26
[19339.849224]  26
[19339.849224]  26
[19339.849225]  02
[19339.849225]  ff
[19339.849226]  ff
[19339.849226]  ff
[19339.849227]  ff

[19339.849227]  ff
[19339.849228]  ff
[19339.849228]  ff
[19339.849229]  ff
[19339.849229]  ff
[19339.849229]  ff
[19339.849230]  ff
[19339.849230]  ff
[19339.849231]  ff
[19339.849231]  ff
[19339.849232]  ff
[19339.849232]  ff
[19339.849233]  ff
[19339.849233]  ff
[19339.849233]  ff
[19339.849234]  ff

[19339.849235]  ff
[19339.849235]  ff
[19339.849235]  ff
[19339.849236]  ff
[19339.849236]  ff
[19339.849237]  ff
[19339.849237]  ff
[19339.849238]  ff
[19339.849238]  ff
[19339.849238]  ff
[19339.849239]  ff
[19339.849239]  ff
[19339.849240]  ff
[19339.849240]  ff
[19339.849241]  ff
[19339.849241]  ff

[19339.849242]  ff
[19339.849242]  ff
[19339.849243]  ff
[19339.849243]  ff
[19339.849243]  ff
[19339.849244]  ff
[19339.849244]  ff
[19339.849245]  ff
[19339.849245]  ff
[19339.849246]  ff
[19339.849246]  ff
[19339.849247]  ff
[19339.849247]  ff
[19339.849247]  ff
[19339.849248]  ff
[19339.849248]  ff

[19339.849249]  ff
[19339.849249]  ff
[19339.849250]  ff
[19339.849250]  ff
[19339.849251]  ff
[19339.849251]  ff
[19339.849252]  ff
[19339.849252]  ff
[19339.849253]  ff
[19339.849253]  ff
[19339.849253]  ff
[19339.849254]  ff
[19339.849254]  ff
[19339.849255]  ff
[19339.849255]  ff
[19339.849256]  ff

[19339.849256]  ff
[19339.849257]  ff
[19339.849257]  ff
[19339.849258]  ff
[19339.849258]  ff
[19339.849258]  ff
[19339.849259]  ff
[19339.849259]  ff
[19339.849260]  ff
[19339.849260]  ff
[19339.849261]  ff
[19339.849261]  ff
[19339.849262]  ff
[19339.849262]  ff
[19339.849262]  ff
[19339.849263]  ff

[19339.849264]  ff
[19339.849264]  ff
[19339.849265]  ff
[19339.849265]  ff
[19339.849266]  ff
[19339.849266]  ff
[19339.849266]  ff
[19339.849267]  ff
[19339.849267]  ff
[19339.849268]  ff
[19339.849268]  ff
[19339.849268]  ff
[19339.849269]  ff
[19339.849269]  ff
[19339.849270]  ff
[19339.849270]  ff

[19339.849271]  ff
[19339.849271]  ff
[19339.849272]  ff
[19339.849272]  ff
[19339.849272]  ff
[19339.849273]  ff
[19339.849273]  ff
[19339.849274]  ff
[19339.849274]  ff
[19339.849275]  ff
[19339.849275]  ff
[19339.849276]  ff
[19339.849276]  ff
[19339.849276]  ff
[19339.849277]  ff
[19339.849277]  ff

[19339.849278]  ff
[19339.849278]  ff
[19339.849279]  ff
[19339.849279]  ff
[19339.849279]  ff
[19339.849280]  ff
[19339.849280]  ff
[19339.849281]  ff
[19339.849281]  ff
[19339.849282]  ff
[19339.849282]  ff
[19339.849283]  ff
[19339.849283]  ff
[19339.849284]  ff
[19339.849284]  ff
[19339.849284]  ff

[19339.849285]  ff
[19339.849286]  ff
[19339.849286]  ff
[19339.849286]  ff
[19339.849287]  ff
[19339.849287]  ff
[19339.849288]  ff
[19339.849288]  ff
[19339.849289]  ff
[19339.849289]  ff
[19339.849289]  ff
[19339.849290]  ff
[19339.849290]  ff
[19339.849291]  ff
[19339.849291]  ff
[19339.849292]  ff

[19339.849292]  ff
[19339.849293]  ff
[19339.849293]  ff
[19339.849293]  ff
[19339.849294]  ff
[19339.849294]  ff
[19339.849295]  ff
[19339.849295]  ff
[19339.849296]  20
[19339.849296]  20
[19339.849296]  16
[19339.849297]  05
[19339.849297]  00
[19339.849298]  00
[19339.849298]  00
[19339.849299]  ff

[19339.849300]  ff
[19339.849300]  ff
[19339.849300]  ff
[19339.849301]  ff
[19339.849301]  ff
[19339.849302]  ff
[19339.849302]  ff
[19339.849302]  ff
[19339.849303]  ff
[19339.849303]  ff
[19339.849304]  ff
[19339.849304]  ff
[19339.849304]  ff
[19339.849305]  ff
[19339.849305]  ff
[19339.849306]  ff

[19339.849307]  ff
[19339.849307]  ff
[19339.849307]  ff
[19339.849308]  ff
[19339.849308]  ff
[19339.849308]  ff
[19339.849309]  ff
[19339.849309]  ff
[19339.849310]  ff
[19339.849310]  ff
[19339.849311]  ff
[19339.849311]  ff
[19339.849311]  ff
[19339.849312]  ff
[19339.849312]  ff
[19339.849313]  ff

[19339.849314]  ff
[19339.849314]  ff
[19339.849314]  ff
[19339.849315]  ff
[19339.849315]  ff
[19339.849316]  ff
[19339.849316]  ff
[19339.849317]  ff
[19339.849317]  ff
[19339.849317]  ff
[19339.849318]  ff
[19339.849318]  ff
[19339.849319]  ff
[19339.849319]  ff
[19339.849320]  ff
[19339.849320]  ff

[19339.849321]  ff
[19339.849321]  ff
[19339.849322]  ff
[19339.849322]  ff
[19339.849322]  ff
[19339.849323]  ff
[19339.849323]  ff
[19339.849324]  ff
[19339.849324]  ff
[19339.849325]  ff
[19339.849325]  ff
[19339.849326]  ff
[19339.849326]  ff
[19339.849327]  ff
[19339.849327]  ff
[19339.849327]  ff

[19339.849328]  ff
[19339.849328]  ff
[19339.849329]  ff
[19339.849329]  ff
[19339.849330]  ff
[19339.849330]  ff
[19339.849331]  ff
[19339.849331]  ff
[19339.849331]  ff
[19339.849332]  ff
[19339.849332]  1c
[19339.849333]  bf
[19339.849333]  ce
[19339.849334]  cd
[19339.849334]  a2
[19339.849335]  ed

[19339.849335]  ff
[19339.849336]  ff
[19339.849336]  ff
[19339.849336]  ff
[19339.849337]  ff
[19339.849337]  ff
[19339.849338]  ff
[19339.849338]  ff
[19339.849339]  ff
[19339.849339]  ff
[19339.849340]  ff
[19339.849340]  ff
[19339.849340]  ff
[19339.849341]  ff
[19339.849341]  ff
[19339.849342]  ff

[19339.849343]  ff
[19339.849343]  01
[19339.849343]  00
[19339.849344]  10
[19339.849344]  00
[19339.849345]  ff
[19339.849345]  00
[19339.849346]  ff
[19339.849346]  10
[19339.849346]  00
[19339.849347]  ff
[19339.849347]  ff
[19339.849348]  ff
[19339.849348]  ff
[19339.849349]  ff
[19339.849349]  ff

[19339.849350]  ff
[19339.849350]  ff
[19339.849351]  ff
[19339.849351]  ff
[19339.849352]  ff
[19339.849352]  ff
[19339.849352]  ff
[19339.849353]  ff
[19339.849353]  ff
[19339.849354]  ff
[19339.849354]  ff
[19339.849355]  ff
[19339.849355]  ff
[19339.849356]  ff
[19339.849356]  ff
[19339.849357]  ff

[19339.849357]  ff
[19339.849358]  ff
[19339.849358]  ff
[19339.849359]  ff
[19339.849359]  ff
[19339.849359]  ff
[19339.849360]  ff
[19339.849360]  ff
[19339.849361]  ff
[19339.849361]  ff
[19339.849361]  ff
[19339.849362]  ff
[19339.849362]  ff
[19339.849363]  ff
[19339.849363]  ff
[19339.849364]  ff

[19339.849364]  ff
[19339.849365]  ff
[19339.849365]  ff
[19339.849366]  ff
[19339.849366]  ff
[19339.849367]  ff
[19339.849367]  ff
[19339.849367]  ff
[19339.849368]  ff
[19339.849368]  ff
[19339.849368]  ff
[19339.849369]  ff
[19339.849369]  ff
[19339.849370]  ff
[19339.849370]  ff
[19339.849371]  ff

[19339.849372]  ff
[19339.849372]  ff
[19339.849372]  ff
[19339.849373]  ff
[19339.849373]  ff
[19339.849374]  ff
[19339.849374]  ff
[19339.849375]  ff
[19339.849375]  ff
[19339.849375]  ff
[19339.849376]  ff
[19339.849376]  ff
[19339.849377]  ff
[19339.849377]  ff
[19339.849378]  ff
[19339.849378]  ff

[19339.849379]  ff
[19339.849379]  ff
[19339.849380]  ff
[19339.849380]  ff
[19339.849380]  ff
[19339.849381]  ff
[19339.849381]  ff
[19339.849382]  ff
[19339.849382]  ff
[19339.849383]  ff
[19339.849383]  ff
[19339.849383]  ff
[19339.849384]  ff
[19339.849384]  ff
[19339.849385]  ff
[19339.849385]  ff

[19339.849386]  ff
[19339.849386]  ff
[19339.849387]  ff
[19339.849387]  ff
[19339.849388]  ff
[19339.849388]  ff
[19339.849388]  ff
[19339.849389]  ff
[19339.849389]  ff
[19339.849390]  ff
[19339.849390]  ff
[19339.849391]  ff
[19339.849391]  ff
[19339.849391]  ff
[19339.849392]  ff
[19339.849392]  ff

[19339.849393]  ff
[19339.849393]  ff
[19339.849394]  ff
[19339.849394]  ff
[19339.849395]  ff
[19339.849395]  ff
[19339.849395]  ff
[19339.849396]  ff
[19339.849396]  ff
[19339.849397]  ff
[19339.849397]  ff
[19339.849398]  ff
[19339.849398]  ff
[19339.849398]  ff
[19339.849399]  ff
[19339.849399]  ff

[19339.849400]  ff
[19339.849400]  ff
[19339.849401]  ff
[19339.849401]  ff
[19339.849402]  ff
[19339.849402]  ff
[19339.849402]  ff
[19339.849403]  ff
[19339.849403]  ff
[19339.849404]  ff
[19339.849404]  ff
[19339.849405]  ff
[19339.849405]  ff
[19339.849406]  ff
[19339.849406]  ff
[19339.849406]  ff

[19339.849407]  da
[19339.849407]  0b
[19339.849408]  11
[19339.849408]  b7
[19339.849409]  ff
[19339.849409]  ff
[19339.849410]  ff
[19339.849410]  ff
[19339.849411]  ff
[19339.849411]  ff
[19339.849412]  ff
[19339.849412]  ff
[19339.849412]  03
[19339.849413]  98
[19339.849413]  ff
[19339.849414]  ff

[19339.849415]  ff
[19339.849415]  ff
[19339.849415]  00
[19339.849416]  00
[19339.849416]  ff
[19339.849417]  ff
[19339.849417]  ff
[19339.849418]  ff
[19339.849418]  ff
[19339.849418]  ff
[19339.849419]  ff
[19339.849419]  ff
[19339.849420]  ff
[19339.849420]  ff
[19339.849421]  ff
[19339.849421]  ff

[19339.849422]  ff
[19339.849422]  ff
[19339.849423]  ff
[19339.849423]  ff
[19339.849423]  ff
[19339.849424]  ff
[19339.849424]  ff
[19339.849425]  ff
[19339.849425]  ff
[19339.849426]  ff
[19339.849426]  ff
[19339.849427]  ff
[19339.849427]  ff
[19339.849427]  ff
[19339.849428]  ff
[19339.849428]  ff

[19339.849429]  ff
[19339.849429]  ff
[19339.849430]  ff
[19339.849430]  ff
[19339.849431]  ff
[19339.849431]  ff
[19339.849432]  ff
[19339.849432]  ff
[19339.849432]  ff
[19339.849433]  ff
[19339.849433]  ff
[19339.849434]  ff
[19339.849434]  ff
[19339.849435]  ff
[19339.849435]  ff
[19339.849436]  ff

[19339.849437] RTW: Peter : Dump end
[19339.849442] RTW: HW EFUSE
[19339.849443] RTW: 0x000: 95 81 C2 16  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849448] RTW: 0x010: FF FF FF FF  FF FF FF FF  E0 00 00 02  FF FF FF FF  
[19339.849452] RTW: 0x020: 26 26 26 26  26 26 26 26  26 26 26 02  FF FF FF FF  
[19339.849456] RTW: 0x030: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849461] RTW: 0x040: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849465] RTW: 0x050: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849470] RTW: 0x060: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849474] RTW: 0x070: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849478] RTW: 0x080: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849483] RTW: 0x090: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849487] RTW: 0x0A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849491] RTW: 0x0B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849495] RTW: 0x0C0: FF FF FF FF  FF FF FF FF  20 20 16 05  00 00 00 FF  
[19339.849500] RTW: 0x0D0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849505] RTW: 0x0E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849509] RTW: 0x0F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849513] RTW: 0x100: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849518] RTW: 0x110: FF FF FF FF  FF FF FF FF  FF FF 1C BF  CE CD A2 ED  
[19339.849522] RTW: 0x120: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849526] RTW: 0x130: FF 01 00 10  00 FF 00 FF  10 00 FF FF  FF FF FF FF  
[19339.849531] RTW: 0x140: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849535] RTW: 0x150: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849540] RTW: 0x160: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849544] RTW: 0x170: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849548] RTW: 0x180: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849553] RTW: 0x190: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849557] RTW: 0x1A0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849609] RTW: 0x1B0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849613] RTW: 0x1C0: DA 0B 11 B7  FF FF FF FF  FF FF FF FF  03 98 FF FF  
[19339.849617] RTW: 0x1D0: FF FF 00 00  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849622] RTW: 0x1E0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849626] RTW: 0x1F0: FF FF FF FF  FF FF FF FF  FF FF FF FF  FF FF FF FF  
[19339.849631] RTW: EEPROM ID = 0x8195
[19339.849632] RTW: EEPROM Version = 0
[19339.849633] RTW: VID = 0x0BDA, PID = 0xB711
[19339.849633] RTW: Customer ID: 0xFF, SubCustomer ID: 0xCD
[19339.849637] RTW: [A] 2G G00 CCK-1T base:34 from IC_DEF
[19339.849637] RTW: [A] 2G G01 CCK-1T base:34 from IC_DEF
[19339.849638] RTW: [A] 2G G02 CCK-1T base:34 from IC_DEF
[19339.849639] RTW: [A] 2G G03 CCK-1T base:34 from IC_DEF
[19339.849639] RTW: [A] 2G G04 CCK-1T base:34 from IC_DEF
[19339.849640] RTW: [A] 2G G05 CCK-1T base:34 from IC_DEF
[19339.849641] RTW: [A] 2G G00 BW40-1S base:39 from IC_DEF
[19339.849642] RTW: [A] 2G G01 BW40-1S base:39 from IC_DEF
[19339.849642] RTW: [A] 2G G02 BW40-1S base:39 from IC_DEF
[19339.849644] RTW: [B] 2G G00 CCK-1T base:45 from DEF
[19339.849644] RTW: [B] 2G G01 CCK-1T base:45 from DEF
[19339.849645] RTW: [B] 2G G02 CCK-1T base:45 from DEF
[19339.849646] RTW: [B] 2G G03 CCK-1T base:45 from DEF
[19339.849646] RTW: [B] 2G G04 CCK-1T base:45 from DEF
[19339.849647] RTW: [B] 2G G05 CCK-1T base:45 from DEF
[19339.849648] RTW: [B] 2G G00 BW40-1S base:45 from DEF
[19339.849648] RTW: [B] 2G G01 BW40-1S base:45 from DEF
[19339.849649] RTW: [B] 2G G02 BW40-1S base:45 from DEF
[19339.849650] RTW: [B] 2G G03 BW40-1S base:45 from DEF
[19339.849650] RTW: [B] 2G G04 BW40-1S base:45 from DEF
[19339.849652] RTW: EEPROMRegulatory = 0x1
[19339.849653] RTW: Board Type: 0x 0
[19339.849654] RTW: hal_com_config_channel_plan chplan:0x20
[19339.849654] RTW: EEPROM crystal_cap=0x20
[19339.849804] RTW: Efuse_indirect_read4 : package: 0xee
[19339.849805] RTW: PackageType = 0x5, QFN48M_U
[19339.849805] RTW: EEPROM ThermalMeter=0x16
[19339.849806] RTW: EEPROM Customer ID=0xff
[19339.849806] RTW: WIFI Module is iPA/iLNA
[19339.849807] RTW: rtw_hal_read_chip_info in 14 ms
[19339.849808] RTW: Peter : Step5
[19339.849813] RTW: init_channel_set((null)) ChannelPlan ID:0x20, ch num:13
[19339.849916] RTW: NR_RECVBUFF: 8
[19339.849916] RTW: MAX_RECVBUF_SZ: 4000
[19339.849918] RTW: NR_PREALLOC_RECV_SKB: 8
[19339.849951] RTW: rtw_alloc_macid((null)) if1, mac_addr:ff:ff:ff:ff:ff:ff macid:1
[19339.849955] RTW: IQK FW offload:disable
[19339.849957] RTW: Init_ODM_ComInfo_8710b(): fab_ver=0 cut_ver=0
[19339.849959] RTW: rtw_regsty_chk_target_tx_power_valid return _FALSE for band:0, path:0, rs:0, t:-1
[19339.850464] RTW: phy_ConfigBBWithPgParaFile(): No File PHY_REG_PG.txt, Load from HWImg Array!
[19339.850467] RTW: default power by rate loaded
[19339.850468] RTW: phy_txpwr_by_rate_chk_for_path_dup duplicate 2.4G [A] to [B]
[19339.850501] RTW: PHY_ConfigRFWithPowerLimitTableParaFile(): No File TXPWR_LMT.txt, Load from HWImg Array!
[19339.850531] RTW: default power limit loaded
[19339.850533] RTW: default mapping domain:0x20 to regd_name:WW
[19339.850535] RTW: Peter : Step6
[19339.850536] RTW: can't get autopm:
[19339.850537] RTW: rtw_macaddr_cfg mac addr:1c:bf:ce:cd:a2:ed
[19339.850539] RTW: bDriverStopped:True, bSurpriseRemoved:False, bup:0, hw_init_completed:0
[19339.850539] RTW: Peter : Step7 end
[19339.850549] RTW: rtw_wiphy_alloc(phy1)
[19339.850550] RTW: rtw_wdev_alloc(padapter=00000000616534c7)
[19339.850551] RTW: rtw_wiphy_register(phy1)
[19339.850552] RTW: Register RTW cfg80211 vendor cmd(0x67) interface
[19339.850583] ------------[ cut here ]------------
[19339.850605] WARNING: CPU: 1 PID: 53872 at net/wireless/core.c:873 wiphy_register+0x6b4/0x8f0 [cfg80211]
[19339.850607] Modules linked in: 8188gu(OE+) xt_nat xt_tcpudp xpad ff_memless uinput rfcomm cmac algif_hash algif_skcipher btusb veth tun fuse mei_hdcp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay bnep ccm algif_aead af_alg snd_hda_codec_hdmi squashfs nls_iso8859_1 hid_sensor_magn_3d hid_sensor_incl_3d nls_cp437 hid_sensor_rotation hid_sensor_gyro_3d hid_sensor_accel_3d vfat hid_sensor_trigger fat industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio loop snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_realtek hid_sensor_hub snd_hda_codec_generic snd_soc_core intel_ishtp_loader iwlmvm snd_compress ac97_bus snd_pcm_dmaengine intel_ishtp_hid dell_laptop cros_ec_ishtp mac80211 cros_ec snd_hda_intel ledtrig_audio iTCO_wdt dell_wmi iTCO_vendor_support
[19339.850631]  snd_intel_dspcfg wmi_bmof dell_smbios snd_hda_codec libarc4 dell_wmi_descriptor intel_rapl_msr uvcvideo snd_hda_core dcdbas iwlwifi videobuf2_vmalloc videobuf2_memops x86_pkg_temp_thermal snd_hwdep dell_smm_hwmon btrtl videobuf2_v4l2 intel_powerclamp snd_pcm coretemp btbcm videobuf2_common rapl snd_timer btintel intel_cstate cfg80211 intel_uncore snd input_leds bluetooth pcspkr psmouse i2c_i801 soundcore videodev joydev mei_me ecdh_generic mei rfkill mousedev ecc crc16 mc wmi intel_lpss_pci intel_lpss idma64 intel_pch_thermal intel_xhci_usb_role_switch roles i2c_hid int3403_thermal intel_vbtn soc_button_array intel_hid processor_thermal_device sparse_keymap intel_ish_ipc intel_rapl_common evdev mac_hid ac intel_ishtp intel_soc_dts_iosf int3400_thermal int3402_thermal int340x_thermal_zone battery acpi_thermal_rel kvm_intel kvm irqbypass pkcs8_key_parser sg crypto_user ip_tables x_tables ums_realtek hid_multitouch hid_generic usbhid hid uas usb_storage serio_raw atkbd
[19339.850660]  crct10dif_pclmul crc32_pclmul libps2 ghash_clmulni_intel aesni_intel crypto_simd xhci_pci glue_helper xhci_hcd i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq dm_crypt dm_mod cryptd i915 intel_gtt i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart [last unloaded: btusb]
[19339.850676] CPU: 1 PID: 53872 Comm: systemd-udevd Tainted: G           OE     5.7.12-arch1-1 #1
[19339.850676] Hardware name: Dell Inc. Inspiron 15-5578/0D94Y7, BIOS 1.29.0 01/14/2020
[19339.850692] RIP: 0010:wiphy_register+0x6b4/0x8f0 [cfg80211]
[19339.850694] Code: ff e9 e2 fb ff ff 0f 0b b8 ea ff ff ff e9 d6 fb ff ff 0f 0b b8 ea ff ff ff e9 ca fb ff ff 0f 0b b8 ea ff ff ff e9 be fb ff ff <0f> 0b b8 ea ff ff ff e9 b2 fb ff ff 0f 0b b8 ea ff ff ff e9 a6 fb
[19339.850695] RSP: 0018:ffffb4b0c712b988 EFLAGS: 00210246
[19339.850696] RAX: ffffffffc18ac790 RBX: ffffa3dff2c17b00 RCX: ffffffffc18ac780
[19339.850697] RDX: ffffffffc18ac820 RSI: 0000000000000001 RDI: 000000000000001e
[19339.850698] RBP: ffffa3dff2c17b00 R08: 0000000000000004 R09: 0000000000000003
[19339.850699] R10: 0000000000000000 R11: 0000000000000001 R12: ffffb4b0c712b990
[19339.850700] R13: 0000000000000000 R14: ffffb4b0c02ae248 R15: ffffffffc18b8ea2
[19339.850702] FS:  00007f0d153fca80(0000) GS:ffffa3e186480000(0000) knlGS:0000000000000000
[19339.850703] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[19339.850704] CR2: 00007f0d161ca720 CR3: 000000021df46002 CR4: 00000000003606e0
[19339.850705] Call Trace:
[19339.850750]  rtw_wiphy_register+0x22/0x4c [8188gu]
[19339.850784]  rtw_cfg80211_ndev_res_register+0x15/0x56 [8188gu]
[19339.850818]  rtw_os_ndev_register+0x110/0x172 [8188gu]
[19339.850851]  rtw_os_ndevs_register+0xa7/0xf6 [8188gu]
[19339.850885]  rtw_os_ndevs_init+0x24/0x38 [8188gu]
[19339.850917]  rtw_drv_init+0x4bd/0x5e2 [8188gu]
[19339.850922]  usb_probe_interface+0xe2/0x2a0
[19339.850925]  really_probe+0x2d4/0x410
[19339.850928]  driver_probe_device+0xb6/0x100
[19339.850931]  device_driver_attach+0xa1/0xb0
[19339.850933]  __driver_attach+0x8a/0x150
[19339.850935]  ? device_driver_attach+0xb0/0xb0
[19339.850936]  ? device_driver_attach+0xb0/0xb0
[19339.850938]  bus_for_each_dev+0x89/0xd0
[19339.850940]  bus_add_driver+0x12b/0x1e0
[19339.850943]  driver_register+0x8b/0xe0
[19339.850945]  usb_register_driver+0x84/0x120
[19339.850947]  ? 0xffffffffc194b000
[19339.850970]  rtw_drv_entry+0xa4/0x1000 [8188gu]
[19339.850974]  do_one_initcall+0x59/0x240
[19339.850978]  do_init_module+0x5c/0x260
[19339.850980]  load_module+0x2137/0x23a0
[19339.850986]  __do_sys_finit_module+0xbd/0x120
[19339.850989]  do_syscall_64+0x49/0x90
[19339.850992]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[19339.850994] RIP: 0033:0x7f0d1645871d
[19339.850996] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 43 57 0c 00 f7 d8 64 89 01 48
[19339.850997] RSP: 002b:00007ffc930029c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[19339.850999] RAX: ffffffffffffffda RBX: 000055ab3947f610 RCX: 00007f0d1645871d
[19339.851000] RDX: 0000000000000000 RSI: 00007f0d160da97d RDI: 0000000000000006
[19339.851001] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[19339.851002] R10: 0000000000000006 R11: 0000000000000246 R12: 00007f0d160da97d
[19339.851003] R13: 0000000000000000 R14: 000055ab3963e0f0 R15: 000055ab3947f610
[19339.851006] ---[ end trace 2e7bf26dc26b2837 ]---
[19339.851007] RTW: rtw_cfg80211_ndev_res_register rtw_wiphy_register fail for if1
[19339.851017] ------------[ cut here ]------------
[19339.851050] WARNING: CPU: 1 PID: 53872 at /home/dwd/code/other/rtl8188gu/os_dep/linux/os_intfs.c:1588 rtw_os_ndev_register+0x64/0x172 [8188gu]
[19339.851051] Modules linked in: 8188gu(OE+) xt_nat xt_tcpudp xpad ff_memless uinput rfcomm cmac algif_hash algif_skcipher btusb veth tun fuse mei_hdcp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay bnep ccm algif_aead af_alg snd_hda_codec_hdmi squashfs nls_iso8859_1 hid_sensor_magn_3d hid_sensor_incl_3d nls_cp437 hid_sensor_rotation hid_sensor_gyro_3d hid_sensor_accel_3d vfat hid_sensor_trigger fat industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio loop snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_realtek hid_sensor_hub snd_hda_codec_generic snd_soc_core intel_ishtp_loader iwlmvm snd_compress ac97_bus snd_pcm_dmaengine intel_ishtp_hid dell_laptop cros_ec_ishtp mac80211 cros_ec snd_hda_intel ledtrig_audio iTCO_wdt dell_wmi iTCO_vendor_support
[19339.851074]  snd_intel_dspcfg wmi_bmof dell_smbios snd_hda_codec libarc4 dell_wmi_descriptor intel_rapl_msr uvcvideo snd_hda_core dcdbas iwlwifi videobuf2_vmalloc videobuf2_memops x86_pkg_temp_thermal snd_hwdep dell_smm_hwmon btrtl videobuf2_v4l2 intel_powerclamp snd_pcm coretemp btbcm videobuf2_common rapl snd_timer btintel intel_cstate cfg80211 intel_uncore snd input_leds bluetooth pcspkr psmouse i2c_i801 soundcore videodev joydev mei_me ecdh_generic mei rfkill mousedev ecc crc16 mc wmi intel_lpss_pci intel_lpss idma64 intel_pch_thermal intel_xhci_usb_role_switch roles i2c_hid int3403_thermal intel_vbtn soc_button_array intel_hid processor_thermal_device sparse_keymap intel_ish_ipc intel_rapl_common evdev mac_hid ac intel_ishtp intel_soc_dts_iosf int3400_thermal int3402_thermal int340x_thermal_zone battery acpi_thermal_rel kvm_intel kvm irqbypass pkcs8_key_parser sg crypto_user ip_tables x_tables ums_realtek hid_multitouch hid_generic usbhid hid uas usb_storage serio_raw atkbd
[19339.851101]  crct10dif_pclmul crc32_pclmul libps2 ghash_clmulni_intel aesni_intel crypto_simd xhci_pci glue_helper xhci_hcd i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq dm_crypt dm_mod cryptd i915 intel_gtt i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart [last unloaded: btusb]
[19339.851112] CPU: 1 PID: 53872 Comm: systemd-udevd Tainted: G        W  OE     5.7.12-arch1-1 #1
[19339.851113] Hardware name: Dell Inc. Inspiron 15-5578/0D94Y7, BIOS 1.29.0 01/14/2020
[19339.851145] RIP: 0010:rtw_os_ndev_register+0x64/0x172 [8188gu]
[19339.851147] Code: 8d a7 40 34 00 00 b9 20 00 00 00 48 c7 c2 b3 76 83 c1 4c 89 e6 48 89 ef e8 17 8c 01 cd 48 89 df e8 ff e4 01 00 83 f8 01 74 1a <0f> 0b 4c 89 e7 e8 90 56 01 cd b8 00 00 00 00 5b 5d 41 5c 41 5d 41
[19339.851148] RSP: 0018:ffffb4b0c712ba28 EFLAGS: 00210297
[19339.851150] RAX: 0000000000000000 RBX: ffffb4b0c02ab000 RCX: 0000000000000000
[19339.851151] RDX: 0000000000000000 RSI: 0000000000200096 RDI: 00000000ffffffff
[19339.851152] RBP: ffffa3e181230000 R08: 0000000000000a67 R09: 0000000000000004
[19339.851152] R10: 0000000000000000 R11: 0000000000000001 R12: ffffb4b0c02ae440
[19339.851153] R13: 0000000000000000 R14: ffffb4b0c02ae248 R15: ffffffffc18b8ea2
[19339.851154] FS:  00007f0d153fca80(0000) GS:ffffa3e186480000(0000) knlGS:0000000000000000
[19339.851155] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[19339.851156] CR2: 00007f0d161ca720 CR3: 000000021df46002 CR4: 00000000003606e0
[19339.851157] Call Trace:
[19339.851191]  rtw_os_ndevs_register+0xa7/0xf6 [8188gu]
[19339.851224]  rtw_os_ndevs_init+0x24/0x38 [8188gu]
[19339.851256]  rtw_drv_init+0x4bd/0x5e2 [8188gu]
[19339.851260]  usb_probe_interface+0xe2/0x2a0
[19339.851264]  really_probe+0x2d4/0x410
[19339.851266]  driver_probe_device+0xb6/0x100
[19339.851268]  device_driver_attach+0xa1/0xb0
[19339.851271]  __driver_attach+0x8a/0x150
[19339.851273]  ? device_driver_attach+0xb0/0xb0
[19339.851274]  ? device_driver_attach+0xb0/0xb0
[19339.851276]  bus_for_each_dev+0x89/0xd0
[19339.851278]  bus_add_driver+0x12b/0x1e0
[19339.851281]  driver_register+0x8b/0xe0
[19339.851283]  usb_register_driver+0x84/0x120
[19339.851284]  ? 0xffffffffc194b000
[19339.851307]  rtw_drv_entry+0xa4/0x1000 [8188gu]
[19339.851310]  do_one_initcall+0x59/0x240
[19339.851315]  do_init_module+0x5c/0x260
[19339.851317]  load_module+0x2137/0x23a0
[19339.851322]  __do_sys_finit_module+0xbd/0x120
[19339.851326]  do_syscall_64+0x49/0x90
[19339.851327]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[19339.851329] RIP: 0033:0x7f0d1645871d
[19339.851331] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 43 57 0c 00 f7 d8 64 89 01 48
[19339.851331] RSP: 002b:00007ffc930029c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[19339.851333] RAX: ffffffffffffffda RBX: 000055ab3947f610 RCX: 00007f0d1645871d
[19339.851334] RDX: 0000000000000000 RSI: 00007f0d160da97d RDI: 0000000000000006
[19339.851335] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[19339.851337] R10: 0000000000000006 R11: 0000000000000246 R12: 00007f0d160da97d
[19339.851337] R13: 0000000000000000 R14: 000055ab3963e0f0 R15: 000055ab3947f610
[19339.851340] ---[ end trace 2e7bf26dc26b2838 ]---
[19339.866654] ------------[ cut here ]------------
[19339.866689] WARNING: CPU: 1 PID: 53872 at /home/dwd/code/other/rtl8188gu/os_dep/linux/os_intfs.c:3010 rtw_os_ndevs_register+0xaf/0xf6 [8188gu]
[19339.866689] Modules linked in: 8188gu(OE+) xt_nat xt_tcpudp xpad ff_memless uinput rfcomm cmac algif_hash algif_skcipher btusb veth tun fuse mei_hdcp xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay bnep ccm algif_aead af_alg snd_hda_codec_hdmi squashfs nls_iso8859_1 hid_sensor_magn_3d hid_sensor_incl_3d nls_cp437 hid_sensor_rotation hid_sensor_gyro_3d hid_sensor_accel_3d vfat hid_sensor_trigger fat industrialio_triggered_buffer kfifo_buf hid_sensor_iio_common industrialio loop snd_soc_skl snd_soc_sst_ipc snd_soc_sst_dsp snd_hda_ext_core snd_soc_acpi_intel_match snd_soc_acpi snd_hda_codec_realtek hid_sensor_hub snd_hda_codec_generic snd_soc_core intel_ishtp_loader iwlmvm snd_compress ac97_bus snd_pcm_dmaengine intel_ishtp_hid dell_laptop cros_ec_ishtp mac80211 cros_ec snd_hda_intel ledtrig_audio iTCO_wdt dell_wmi iTCO_vendor_support
[19339.866711]  snd_intel_dspcfg wmi_bmof dell_smbios snd_hda_codec libarc4 dell_wmi_descriptor intel_rapl_msr uvcvideo snd_hda_core dcdbas iwlwifi videobuf2_vmalloc videobuf2_memops x86_pkg_temp_thermal snd_hwdep dell_smm_hwmon btrtl videobuf2_v4l2 intel_powerclamp snd_pcm coretemp btbcm videobuf2_common rapl snd_timer btintel intel_cstate cfg80211 intel_uncore snd input_leds bluetooth pcspkr psmouse i2c_i801 soundcore videodev joydev mei_me ecdh_generic mei rfkill mousedev ecc crc16 mc wmi intel_lpss_pci intel_lpss idma64 intel_pch_thermal intel_xhci_usb_role_switch roles i2c_hid int3403_thermal intel_vbtn soc_button_array intel_hid processor_thermal_device sparse_keymap intel_ish_ipc intel_rapl_common evdev mac_hid ac intel_ishtp intel_soc_dts_iosf int3400_thermal int3402_thermal int340x_thermal_zone battery acpi_thermal_rel kvm_intel kvm irqbypass pkcs8_key_parser sg crypto_user ip_tables x_tables ums_realtek hid_multitouch hid_generic usbhid hid uas usb_storage serio_raw atkbd
[19339.866733]  crct10dif_pclmul crc32_pclmul libps2 ghash_clmulni_intel aesni_intel crypto_simd xhci_pci glue_helper xhci_hcd i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq dm_crypt dm_mod cryptd i915 intel_gtt i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops cec rc_core drm agpgart [last unloaded: btusb]
[19339.866744] CPU: 1 PID: 53872 Comm: systemd-udevd Tainted: G        W  OE     5.7.12-arch1-1 #1
[19339.866745] Hardware name: Dell Inc. Inspiron 15-5578/0D94Y7, BIOS 1.29.0 01/14/2020
[19339.866777] RIP: 0010:rtw_os_ndevs_register+0xaf/0xf6 [8188gu]
[19339.866780] Code: 87 de 46 00 00 49 8d b6 48 32 00 00 84 c0 74 0d 49 8d b6 58 32 00 00 3c 01 49 0f 45 f7 e8 d8 f1 ff ff 41 89 c4 83 f8 01 74 b2 <0f> 0b 85 db 75 15 48 63 db 48 8b bc dd a8 01 00 00 48 85 ff 74 05
[19339.866781] RSP: 0018:ffffb4b0c712ba60 EFLAGS: 00210297
[19339.866782] RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffffa3e181230058
[19339.866783] RDX: ffffa3e181230058 RSI: ffffb4b0c712b930 RDI: ffffb4b0c02ae528
[19339.866783] RBP: ffffa3e1491f4000 R08: 0000000000000001 R09: 0000000000000000
[19339.866784] R10: 0000000000000001 R11: 0000000000000000 R12: 0000000000000000
[19339.866784] R13: 0000000000000001 R14: ffffb4b0c02ab000 R15: ffffffffc18b8ea2
[19339.866786] FS:  00007f0d153fca80(0000) GS:ffffa3e186480000(0000) knlGS:0000000000000000
[19339.866786] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[19339.866787] CR2: 00007f0d161ca720 CR3: 000000021df46003 CR4: 00000000003606e0
[19339.866788] Call Trace:
[19339.866823]  rtw_os_ndevs_init+0x24/0x38 [8188gu]
[19339.866855]  rtw_drv_init+0x4bd/0x5e2 [8188gu]
[19339.866860]  usb_probe_interface+0xe2/0x2a0
[19339.866863]  really_probe+0x2d4/0x410
[19339.866866]  driver_probe_device+0xb6/0x100
[19339.866868]  device_driver_attach+0xa1/0xb0
[19339.866871]  __driver_attach+0x8a/0x150
[19339.866873]  ? device_driver_attach+0xb0/0xb0
[19339.866874]  ? device_driver_attach+0xb0/0xb0
[19339.866876]  bus_for_each_dev+0x89/0xd0
[19339.866878]  bus_add_driver+0x12b/0x1e0
[19339.866880]  driver_register+0x8b/0xe0
[19339.866882]  usb_register_driver+0x84/0x120
[19339.866883]  ? 0xffffffffc194b000
[19339.866902]  rtw_drv_entry+0xa4/0x1000 [8188gu]
[19339.866905]  do_one_initcall+0x59/0x240
[19339.866909]  do_init_module+0x5c/0x260
[19339.866911]  load_module+0x2137/0x23a0
[19339.866915]  __do_sys_finit_module+0xbd/0x120
[19339.866919]  do_syscall_64+0x49/0x90
[19339.866921]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[19339.866923] RIP: 0033:0x7f0d1645871d
[19339.866924] Code: 00 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 43 57 0c 00 f7 d8 64 89 01 48
[19339.866925] RSP: 002b:00007ffc930029c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
[19339.866927] RAX: ffffffffffffffda RBX: 000055ab3947f610 RCX: 00007f0d1645871d
[19339.866928] RDX: 0000000000000000 RSI: 00007f0d160da97d RDI: 0000000000000006
[19339.866929] RBP: 0000000000020000 R08: 0000000000000000 R09: 0000000000000000
[19339.866929] R10: 0000000000000006 R11: 0000000000000246 R12: 00007f0d160da97d
[19339.866930] R13: 0000000000000000 R14: 000055ab3963e0f0 R15: 000055ab3947f610
[19339.866932] ---[ end trace 2e7bf26dc26b2839 ]---
[19339.866934] RTW: rtw_wdev_free(wdev=00000000aaca525e)
[19339.866935] RTW: rtw_wiphy_free(phy1)
[19339.866943] RTW: rtw_usb_primary_adapter_deinit((null))
[19339.866944] RTW: rtw_dev_unload: bup==_FALSE
[19339.866947] RTW: +r871xu_dev_remove, hw_init_completed=0
[19339.867065] RTW: WARN free_recv_skb_queue not empty, 8
[19339.867084] RTW: usb attached..., try to reset usb device
[19339.990513] usb 1-1: reset high-speed USB device number 24 using xhci_hcd
[19340.131069] usbcore: registered new interface driver rtl8710bu
[19340.131074] RTW: module init ret=0

Thanks!

lwfinger commented 3 years ago

I do not know how many times I need to say this, but here is another: TO MY KNOWLEDGE, THERE IS NO LINUX DRIVER FOR ANY RTL8188GU CHIPS. I tried, which is why this one is here and will build, but it is for a DIFFERENT, unknown chip.