I am trying to set up my old Pi 1B as a headless machine.
I would like to use a Tp link Archer T2U AC600 wifi adapter .
I have installed mt76x0u and added it to /ext/modules
My adapter is recognised by the pi in lsusb.
When running iwconfg, ifconfig, there are no wireless adapters.
Evidence:Any help is appriciated
I would like to use a Tp link Archer T2U AC600 wifi adapter .
I have installed mt76x0u and added it to /ext/modules
My adapter is recognised by the pi in lsusb.
When running iwconfg, ifconfig, there are no wireless adapters.
Evidence:
Code:
tjqscott@pi:~ $ lsmod | grep mt76x0umt76x0u 12288 0mt76x0_common 40960 1 mt76x0umt76x02_usb 20480 1 mt76x0umt76_usb 32768 2 mt76x02_usb,mt76x0umt76x02_lib 90112 3 mt76x0_common,mt76x02_usb,mt76x0umt76 102400 5 mt76_usb,mt76x0_common,mt76x02_lib,mt76x02_usb,mt76x0umac80211 946176 5 mt76,mt76x0_common,mt76x02_lib,mt76x02_usb,mt76x0utjqscott@pi:~ $ lsusb | grep TPBus 001 Device 004: ID 2357:011f TP-Link 802.11ac WLAN Adaptertjqscott@pi:~ $ dmesg | grep mt76[ 16.490747] mt76x0u: unknown parameter 'nohwcrypt' ignored[ 16.514124] usbcore: registered new interface driver mt76x0utjqscott@pi:~ $ cat /etc/modules# /etc/modules: kernel modules to load at boot time.## This file contains the names of kernel modules that should be loaded# at boot time, one per line. Lines beginning with "#" are ignored.mt76x0utjqscott@pi:~ $ uname -r6.6.22+tjqscott@pi:~ $ ls /lib/modules/6.6.22+/kernel/drivers/net/wireless/mediatek/mt76/mt76x0mt76x0-common.ko.xz mt76x0u.kotjqscott@pi:~ $ ls /lib/firmware/mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin mt7650e.bin mt7915_wm.binBT_RAM_CODE_MT7961_1_2_hdr.bin mt7662u.bin mt8173mt7610e.bin mt7662u_rom_patch.bin mt8183mt7610u.bin mt7663_n9_rebb.bin mt8186mt7615_cr4.bin mt7663_n9_v3.bin mt8195mt7615_n9.bin mt7663pr2h.bin WIFI_MT7922_patch_mcu_1_1_hdr.binmt7615_rom_patch.bin mt7663pr2h_rebb.bin WIFI_MT7961_patch_mcu_1_2_hdr.binmt7622_n9.bin mt7668pr2h.bin WIFI_RAM_CODE_MT7922_1.binmt7622pr2h.bin mt7915_rom_patch.bin WIFI_RAM_CODE_MT7961_1.binmt7622_rom_patch.bin mt7915_wa.bintjqscott@pi:~ $
Statistics: Posted by tjqscott — Sat Mar 23, 2024 10:42 pm — Replies 0 — Views 11