lwfinger / rtw8852cu

GNU General Public License v2.0
22 stars 13 forks source link

is not working the tp-link TXE70UH (8852cu) #16

Closed pigbrian closed 3 weeks ago

pigbrian commented 3 weeks ago

Hi,

I bought a ti-link TXE70UH. but it's VID:PID is not 35bc:0502. ~# lsusb Bus 003 Device 003: ID 35bc:0102 Realtek 802.11ax WLAN Adapter When I checked on windows driver, it using RTW8852CU. I think the rtw8832cu is 0502 and the rtw8852 is 0102.

I'm using kernel 5.15 and 5.10.

I modified the PID of rtw_usb_id_tbl in usb_intf.c. {USB_DEVICE_AND_INTERFACE_INFO(0x35bc, 0x0102, 0xff, 0xff, 0xff), .driver_info = RTL8852C}, /* TP-Link AXE5400 */ but it's not working. What's the problems ?

This is log message. ( I modified "CONFIG_RTW_DEBUG = y". ) USB plugged message. [ 779.642628] usb 3-1: new high-speed USB device number 2 using xhci-hcd [ 779.947736] SCSI subsystem initialized [ 779.962236] usb-storage 3-1:1.0: USB Mass Storage device detected [ 779.968841] scsi host0: usb-storage 3-1:1.0 [ 779.973455] usbcore: registered new interface driver usb-storage [ 779.982431] usbcore: registered new interface driver uas [ 780.507993] usb 3-1: USB disconnect, device number 2 [ 781.278582] usb 3-1: new high-speed USB device number 3 using xhci-hcd ~# modprobe 8852cu [ 819.590452] 8852cu: loading out-of-tree module taints kernel. [ 819.640454] RTW: module init start [ 819.643906] RTW: rtl8852cu v1.19.2-107-g2751ef875.20221230 [ 819.649407] RTW: build time: Jun 16 2024 22:43:02 [ 819.654190] RTW: rtw_inetaddr_notifier_register [ 819.658862] usbcore: registered new interface driver rtl8852cu [ 819.664754] RTW: module init ret=0 I can't found wlan port.

pigbrian commented 3 weeks ago

refet to https://github.com/lwfinger/rtw8852cu/issues/17#issue-2359056376