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 am trying to install this driver however it is not working. I am running a Raspberrypi 3 with Kali Linux installed on it.
uname -r gives me: 4.4.50-v7
I downloaded the appropriate header file from www.niksula.hut.fi and ran dpkg -i on the file to include the right header. However when I am running make I get make: *** [LINUX] Error 2
Do I need to edit any of the files in the script?
[Edit]: full dump
make[1]: Entering directory '/root/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/root/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
/root/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
chipset = mt7650u
chipset = mt7630u
chipset = mt7610u
cp -f os/linux/Makefile.6 /root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
make -C /lib/modules/4.4.50-v7/build SUBDIRS=/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
make[1]: Entering directory '/usr/src/kernel'
WARNING: Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.o
/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c: In function ‘announce_802_3_packet’:
/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:334:16: warning: unused variable ‘pAd’ [-Wunused-variable]
RTMP_ADAPTER *pAd = (RTMP_ADAPTER *)pAdSrc;
^~~
/bin/sh: 1: ./scripts/recordmcount: Exec format error
scripts/Makefile.build:258: recipe for target '/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.o' failed
make[2]: *** [/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.o] Error 2
Makefile:1402: recipe for target '_module_/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux' failed
make[1]: *** [_module_/root/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux] Error 2
make[1]: Leaving directory '/usr/src/kernel'
Makefile:393: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2```
The text was updated successfully, but these errors were encountered:
I am trying to install this driver however it is not working. I am running a Raspberrypi 3 with Kali Linux installed on it.
uname -r gives me:
4.4.50-v7
I downloaded the appropriate header file from www.niksula.hut.fi and ran
dpkg -i
on the file to include the right header. However when I am running make I getmake: *** [LINUX] Error 2
Do I need to edit any of the files in the script?
[Edit]: full dump
The text was updated successfully, but these errors were encountered: