You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Raspberry pi 3B+ with linux kernel version 4.19.56-v7+ and i am trying to setup the wifi dongle TPLINK Archer T2UH .
lsusb
Bus 001 Device 004: ID 148f:761a Ralink Technology, Corp. Bus 001 Device 005: ID 0424:7800 Standard Microsystems Corp. Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
trying to make , i get this error:
sudo make
make -C tools make[1]: Entering directory '/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory '/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/tools' /home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h chipset = mt7650u chipset = mt7630u chipset = mt7610u cp -f os/linux/Makefile.6 /home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile make -C /lib/modules/4.19.56-v7+/build SUBDIRS=/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules make[1]: *** /lib/modules/4.19.56-v7+/build: No such file or directory. Stop. Makefile:393: recipe for target 'LINUX' failed make: *** [LINUX] Error 2
Any ideas? Is there any support for this kernel version?
The text was updated successfully, but these errors were encountered:
I have a Raspberry pi 3B+ with linux kernel version 4.19.56-v7+ and i am trying to setup the wifi dongle TPLINK Archer T2UH .
lsusb
Bus 001 Device 004: ID 148f:761a Ralink Technology, Corp.
Bus 001 Device 005: ID 0424:7800 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
trying to make , i get this error:
sudo make
make -C tools
make[1]: Entering directory '/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
make -C /lib/modules/4.19.56-v7+/build
SUBDIRS=/home/pi/scripts/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
make[1]: *** /lib/modules/4.19.56-v7+/build: No such file or directory. Stop.
Makefile:393: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
Any ideas? Is there any support for this kernel version?
The text was updated successfully, but these errors were encountered: