|
before update
Linux kali 6.8.11-amd64 0000001 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) x86_64 GNU/Linux
dmesg | grep mt79
[ 65.439279] mt7921u 4-1:1.3: firmware: direct-loading firmware mediatek/WIFI_RAM_CODE_MT7961_1.bin
[ 70.569069] usbcore: registered new interface driver mt7921u
[ 70.571245] mt7921u 4-1:1.3: firmware: direct-loading firmware mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin
[ 70.571311] mt7921u 4-1:1.3: HW/SW Version: 0x8a108a10, Build Time: 20230526130917a
[ 70.837397] mt7921u 4-1:1.3: firmware: direct-loading firmware mediatek/WIFI_RAM_CODE_MT7961_1.bin
[ 70.837997] mt7921u 4-1:1.3: WM Firmware Version: ____010000, Build Time: 20230526130958
lsmod | grep 7921
mt7921u 16384 0
mt792x_usb 16384 1 mt7921u
mt7921_common 86016 1 mt7921u
mt792x_lib 69632 3 mt792x_usb,mt7921_common,mt7921u
mt76_connac_lib 102400 3 mt792x_lib,mt7921_common,mt7921u
mt76_usb 49152 2 mt792x_usb,mt7921u
mt76 143360 6 mt792x_lib,mt792x_usb,mt76_usb,mt7921_common,mt76_connac_lib,mt7921u
mac80211 1396736 4 mt792x_lib,mt76,mt7921_common,mt76_connac_lib
cfg80211 1355776 4 mt76,mac80211,mt7921_common,mt76_connac_lib
usbcore 409600 10 xhci_hcd,ehci_pci,mt792x_usb,usbhid,mt76_usb,ehci_hcd,btusb,xhci_pci,uhci_hcd,mt7921u
after update
Linux kali 6.11.2-amd64 0000001 SMP PREEMPT_DYNAMIC Kali 6.11.2-1kali1 (2024-10-15) x86_64 GNU/Linux
dmesg | grep mt79
[ 878.638074] usbcore: registered new interface driver mt7921u
[ 878.641622] mt7921u 4-1:1.3: HW/SW Version: 0x8a108a10, Build Time: 20240219110958a
[ 878.905482] mt7921u 4-1:1.3: WM Firmware Version: ____010000, Build Time: 20240219111038
[ 882.142709] mt7921u 4-1:1.3: vendor request req:63 off:00f0 failed:-110
[ 885.374263] mt7921u 4-1:1.3: vendor request req:63 off:0008 failed:-110
[ 888.574338] mt7921u 4-1:1.3: vendor request req:66 off:0008 failed:-110
[ 891.771989] mt7921u 4-1:1.3: vendor request req:63 off:d004 failed:-110
[ 895.080553] mt7921u 4-1:1.3: vendor request req:66 off:d004 failed:-110
[ 898.588023] mt7921u 4-1:1.3: vendor request req:63 off:d000 failed:-110
[ 902.089055] mt7921u 4-1:1.3: vendor request req:66 off:d000 failed:-110
[ 905.577113] mt7921u 4-1:1.3: vendor request req:63 off:d000 failed:-110
lsmod | grep 7921
mt7921u 16384 0
mt792x_usb 16384 1 mt7921u
mt7921_common 86016 1 mt7921u
mt792x_lib 69632 3 mt792x_usb,mt7921_common,mt7921u
mt76_connac_lib 94208 3 mt792x_lib,mt7921_common,mt7921u
mt76_usb 49152 2 mt792x_usb,mt7921u
mt76 135168 6 mt792x_lib,mt792x_usb,mt76_usb,mt7921_common,mt76_connac_lib,mt7921u
mac80211 1441792 5 mt792x_lib,mt76,mt7921_common,rtl8187,mt76_connac_lib
cfg80211 1388544 5 mt76,mac80211,mt7921_common,rtl8187,mt76_connac_lib
usbcore 405504 12 xhci_hcd,ehci_pci,mt792x_usb,usbhid,mt76_usb,btmtk,ehci_hcd,btusb,xhci_pci,rtl8187,uhci_hcd,mt7921u
device stop working and if someone i have idea how to fix it i'm gonna be very thankful :) |
|
i check with my old adapter
dmesg | grep rtl8187
[ 33.909950] rtl8187: Customer ID is 0xFF
[ 33.977963] rtl8187: wireless switch is on
[ 33.978107] usbcore: registered new interface driver rtl8187
lsusb -t
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=ehci-pci/6p, 480M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 480M
| Port 001: Dev 002, If 0, Class=Human Interface Device, Driver=usbhid, 12M
| Port 002: Dev 005, If 0, Class=[unknown], Driver=rtl8187, 480M
| Port 003: Dev 003, If 0, Class=Hub, Driver=hub/7p, 12M
| Port 004: Dev 004, If 0, Class=Hub, Driver=hub/7p, 480M
/: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 002: Dev 002, If 0, Class=Hub, Driver=hub/7p, 12M
/: Bus 004.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 20000M/x2
wlan0 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
and is working fine but my new one still not working if someone is have some ideas psl share with me :)
Thank you |