Автор Тема: TP-LINK Archer T2UH  (Прочитано 2520 раз)

Оффлайн NecroJoke

  • Давно тут
  • **
  • Сообщений: 455
    • Email
TP-LINK Archer T2UH
« : 18.09.2019 14:06:01 »
Добрый день!
Попался в руки такой wifi адаптер, не могу установить. Вроде есть описание что под ubuntu работает, может кто то помочь?
https://wikidevi.com/wiki/TP-LINK_Archer_T2UH
https://askubuntu.com/questions/674116/how-to-install-tp-link-t2uh-wireless-adapter-driver-ralink-mt7610u

Онлайн yaleks

  • Мастер
  • ***
  • Сообщений: 6 222
Re: TP-LINK Archer T2UH
« Ответ #1 : 18.09.2019 14:19:32 »
ну надо самому этот драйвер копилировать...

Оффлайн NecroJoke

  • Давно тут
  • **
  • Сообщений: 455
    • Email
Re: TP-LINK Archer T2UH
« Ответ #2 : 19.09.2019 10:11:30 »
:) я предполагал, но что то у меня не вышло.

Онлайн yaleks

  • Мастер
  • ***
  • Сообщений: 6 222
Re: TP-LINK Archer T2UH
« Ответ #3 : 19.09.2019 12:45:49 »

Оффлайн NecroJoke

  • Давно тут
  • **
  • Сообщений: 455
    • Email
Re: TP-LINK Archer T2UH
« Ответ #4 : 20.09.2019 04:33:47 »
Да, я следовал инструкции https://www.altlinux.org/%D0%A1%D0%B1%D0%BE%D1%80%D0%BA%D0%B0_%D0%BC%D0%BE%D0%B4%D1%83%D0%BB%D0%B5%D0%B9_%D1%8F%D0%B4%D1%80%D0%B0, но видимо этого не достаточно

# make KSRC=/usr/src/linux-4.19.73-un-def
make -C tools
make[1]: Вход в каталог `/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
gcc -g bin2h.c -o bin2h
make[1]: Выход из каталога `/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
chipset = mt7610u
cp -f os/linux/Makefile.6 /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
make -C /lib/modules/4.19.73-un-def-alt0.M80P.1/build SUBDIRS=/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
make[1]: Вход в каталог `/usr/src/linux-4.19.73-un-def-alt0.M80P.1'
  CC [M]  /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.o
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:77:0: warning: "EXT_BUILD_CHANNEL_LIST" redefined
 #define EXT_BUILD_CHANNEL_LIST  /* must define with CRDA */
 ^
<command-line>:0:0: note: this is the location of the previous definition
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:98:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/cfg80211.h:35:49: error: ‘IEEE80211_NUM_BANDS’ undeclared here (not in a function)
  struct ieee80211_supported_band Cfg80211_bands[IEEE80211_NUM_BANDS];
                                                 ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7119:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_TSFT’
     IEEE80211_RADIOTAP_TSFT = 0,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:53:2: note: previous definition of ‘IEEE80211_RADIOTAP_TSFT’ was here
  IEEE80211_RADIOTAP_TSFT = 0,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7120:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_FLAGS’
     IEEE80211_RADIOTAP_FLAGS = 1,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:54:2: note: previous definition of ‘IEEE80211_RADIOTAP_FLAGS’ was here
  IEEE80211_RADIOTAP_FLAGS = 1,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7121:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_RATE’
     IEEE80211_RADIOTAP_RATE = 2,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:55:2: note: previous definition of ‘IEEE80211_RADIOTAP_RATE’ was here
  IEEE80211_RADIOTAP_RATE = 2,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7122:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_CHANNEL’
     IEEE80211_RADIOTAP_CHANNEL = 3,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:56:2: note: previous definition of ‘IEEE80211_RADIOTAP_CHANNEL’ was here
  IEEE80211_RADIOTAP_CHANNEL = 3,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7123:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_FHSS’
     IEEE80211_RADIOTAP_FHSS = 4,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:57:2: note: previous definition of ‘IEEE80211_RADIOTAP_FHSS’ was here
  IEEE80211_RADIOTAP_FHSS = 4,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7124:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DBM_ANTSIGNAL’
     IEEE80211_RADIOTAP_DBM_ANTSIGNAL = 5,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:58:2: note: previous definition of ‘IEEE80211_RADIOTAP_DBM_ANTSIGNAL’ was here
  IEEE80211_RADIOTAP_DBM_ANTSIGNAL = 5,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7125:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DBM_ANTNOISE’
     IEEE80211_RADIOTAP_DBM_ANTNOISE = 6,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:59:2: note: previous definition of ‘IEEE80211_RADIOTAP_DBM_ANTNOISE’ was here
  IEEE80211_RADIOTAP_DBM_ANTNOISE = 6,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7126:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_LOCK_QUALITY’
     IEEE80211_RADIOTAP_LOCK_QUALITY = 7,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:60:2: note: previous definition of ‘IEEE80211_RADIOTAP_LOCK_QUALITY’ was here
  IEEE80211_RADIOTAP_LOCK_QUALITY = 7,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7127:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_TX_ATTENUATION’
     IEEE80211_RADIOTAP_TX_ATTENUATION = 8,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:61:2: note: previous definition of ‘IEEE80211_RADIOTAP_TX_ATTENUATION’ was here
  IEEE80211_RADIOTAP_TX_ATTENUATION = 8,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7128:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DB_TX_ATTENUATION’
     IEEE80211_RADIOTAP_DB_TX_ATTENUATION = 9,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:62:2: note: previous definition of ‘IEEE80211_RADIOTAP_DB_TX_ATTENUATION’ was here
  IEEE80211_RADIOTAP_DB_TX_ATTENUATION = 9,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7129:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DBM_TX_POWER’
     IEEE80211_RADIOTAP_DBM_TX_POWER = 10,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:63:2: note: previous definition of ‘IEEE80211_RADIOTAP_DBM_TX_POWER’ was here
  IEEE80211_RADIOTAP_DBM_TX_POWER = 10,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7130:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_ANTENNA’
     IEEE80211_RADIOTAP_ANTENNA = 11,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:64:2: note: previous definition of ‘IEEE80211_RADIOTAP_ANTENNA’ was here
  IEEE80211_RADIOTAP_ANTENNA = 11,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7131:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DB_ANTSIGNAL’
     IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:65:2: note: previous definition of ‘IEEE80211_RADIOTAP_DB_ANTSIGNAL’ was here
  IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
  ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:63:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp.h:7132:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DB_ANTNOISE’
     IEEE80211_RADIOTAP_DB_ANTNOISE = 13
     ^
In file included from ./include/net/mac80211.h:26:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:76,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
./include/net/ieee80211_radiotap.h:66:2: note: previous definition of ‘IEEE80211_RADIOTAP_DB_ANTNOISE’ was here
  IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
  ^
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c: In function ‘announce_802_3_packet’:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:341:16: warning: unused variable ‘pAd’ [-Wunused-variable]
  RTMP_ADAPTER *pAd = (RTMP_ADAPTER *)pAdSrc;
                ^
In file included from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44:0,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
                 from /home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:28:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:450:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
         DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
                                   ^
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:669:16: note: in definition of macro ‘DBGPRINT_RAW’
         printk Fmt;               \
                ^
/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.c:450:9: note: in expansion of macro ‘DBGPRINT’
         DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
         ^
make[2]: *** [/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_profile.o] Ошибка 1
make[1]: *** [_module_/home/user/test/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux] Ошибка 2
make[1]: Выход из каталога `/usr/src/linux-4.19.73-un-def-alt0.M80P.1'
make: *** [LINUX] Ошибка 2