• B правой части каждого сообщения есть стрелки и . Не стесняйтесь оценивать ответы. Чтобы автору вопроса закрыть свой тикет, надо выбрать лучший ответ. Просто нажмите значок в правой части сообщения.

При установки Kali Linux ноутбук не видит сетевой адаптер,хотя у меня их два.

Andrey Chernyakov

Green Team
19.10.2019
13
1
BIT
0
Всемм привет.На протяжение многих лет я столкнулся с такой проблемой-когда я устанавливаю Kali Linux на ноутбук,то при установки не видит мои два адаптера (встроенный и TL-WN722N V3)и из-за этого что-то не загружается.До сегодняшнего дня я спокойно жил с этим,но я решил переустановить систему и,у меня не получается установить драйвера на адптер для monitor mode,при стандартных командах таких как например - apt-get update у меня может возникнуть ошикбка.Так же сюивается дата хотя в биосе поставил нормально.Помогите пожалуйста.
P.S.началось все с того как у меня была windows и там перестало видеть мой адаптер,и из-за этого я устанвил Kali Linux/
 
Должно было, сам удивлен. Возможно ТС забыл ввести эту команду, хотя она была одной из первый в вашем посте. Вообщем ждем ответа...
Сейчас попробую.
P.S Я на столько удачливый,что за вчера на kali у меня вообще пропали адаптеры,а флешка с виндой сломалась.

Должно было, сам удивлен. Возможно ТС забыл ввести эту команду, хотя она была одной из первый в вашем посте. Вообщем ждем ответа...
Вот думаю сейчас,сделать то что вы говорите,или попробовать сначала с винды обновить?

Должно было, сам удивлен. Возможно ТС забыл ввести эту команду, хотя она была одной из первый в вашем посте. Вообщем ждем ответа...
root@FiZiK:~# apt install -y bc linux-headers-amd64
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
E: Невозможно найти пакет bc
 
E: Невозможно найти пакет bc
Печальбеда. Если есть интернет на другом устройстве, смартфон подойдет, нужно выкачивать пакеты с сайта и устанавливать командой

dpkg -i название пакета

Это очень геморойный способ но он рабочий.

Если у кого есть другие варианты - Welcome!
 
Печальбеда. Если есть интернет на другом устройстве, смартфон подойдет, нужно выкачивать пакеты с сайта и устанавливать командой

dpkg -i название пакета

Это очень геморойный способ но он рабочий.

Если у кого есть другие варианты - Welcome!
Может быть этих пакетов нету из-за того когда при установки Kali Linux у меня не определяется адаптер и я продолжаю без использование сетей?
 
Может быть этих пакетов нету из-за того когда при установки Kali Linux у меня не определяется адаптер и я продолжаю без использование сетей?
Нет, это обычный математический пакет
Покажи содержимое /etc/apt/sources.list
Добавь строку
deb http://http.kali.org/kali kali-rolling main non-free contrib
Потом пробуй
apt-get install bc
 
Нет, это обычный математический пакет
Покажи содержимое /etc/apt/sources.list
Добавь строку
deb http://http.kali.org/kali kali-rolling main non-free contrib
Потом пробуй
apt-get install bc
Добавил строку,не помогло

Печальбеда. Если есть интернет на другом устройстве, смартфон подойдет, нужно выкачивать пакеты с сайта и устанавливать командой

dpkg -i название пакета

Это очень геморойный способ но он рабочий.

Если у кого есть другие варианты - Welcome!
root@FiZiK:/media/root/Transcend# dpkg -i bc_1.07.1-2+b1_amd64.deb
Выбор ранее не выбранного пакета bc.
(Чтение базы данных … на данный момент установлено 276079 файлов и каталогов.)
Подготовка к распаковке bc_1.07.1-2+b1_amd64.deb …
Распаковывается bc (1.07.1-2+b1) …
dpkg: зависимости пакетов не позволяют настроить пакет bc:
bc зависит от libreadline7 (>= 6.0), однако:
Пакет libreadline7 не установлен.

dpkg: ошибка при обработке пакета bc (--install):
проблемы зависимостей — оставляем не настроенным
Обрабатываются триггеры для man-db (2.9.0-1) …
При обработке следующих пакетов произошли ошибки:
bc
 


И так далее пока не устранишь все зависимости...
Код:
root@FiZiK:~/rtl8188eus# make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.3.0-kali2-amd64/build M=/root/rtl8188eus  modules
make[1]: вход в каталог «/usr/src/linux-headers-5.3.0-kali2-amd64»
  CC [M]  /root/rtl8188eus/core/rtw_cmd.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_cmd.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_cmd.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_security.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_security.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40                                                                                                                                                                                              
      |                                                                                                                                                                                                                                   
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_security.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100                                                                                                                                                                                            
      |                                                                                                                                                                                                                                   
  CC [M]  /root/rtl8188eus/core/rtw_debug.o                                                                                                                                                                                               
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_debug.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40                                                                                                                                                                                              
      |                                                                                                                                                                                                                                   
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_debug.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_io.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_io.c:47:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_io.c:47:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_ioctl_query.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_ioctl_query.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_ioctl_query.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_ioctl_set.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_ioctl_set.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_ioctl_set.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_ieee80211.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_ieee80211.c:20:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_ieee80211.c:20:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_mlme.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/include/../hal/phydm/phydm_types.h:215,
                 from /root/rtl8188eus/include/../hal/phydm/phydm_precomp.h:29,
                 from /root/rtl8188eus/include/hal_data.h:20,
                 from /root/rtl8188eus/core/rtw_mlme.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/include/../hal/phydm/phydm_types.h:215,
                 from /root/rtl8188eus/include/../hal/phydm/phydm_precomp.h:29,
                 from /root/rtl8188eus/include/hal_data.h:20,
                 from /root/rtl8188eus/core/rtw_mlme.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_mlme_ext.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_mlme_ext.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_mlme_ext.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
/root/rtl8188eus/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/root/rtl8188eus/core/rtw_mlme_ext.c:259:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  259 |   if (rfctl->regd_name)
      |      ^
/root/rtl8188eus/core/rtw_mlme_ext.c:261:2: note: here
  261 |  default:
      |  ^~~~~~~
/root/rtl8188eus/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/root/rtl8188eus/core/rtw_mlme_ext.c:1348:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
1348 |    ptable->func = &OnAuthClient;
      |    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/root/rtl8188eus/core/rtw_mlme_ext.c:1350:2: note: here
1350 |  case WIFI_ASSOCREQ:
      |  ^~~~
  CC [M]  /root/rtl8188eus/core/rtw_mi.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_mi.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_mi.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_wlan_util.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_wlan_util.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_wlan_util.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_vht.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_vht.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_vht.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_pwrctrl.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_pwrctrl.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_pwrctrl.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_rf.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_rf.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_rf.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_chplan.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_chplan.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_chplan.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_recv.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_recv.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_recv.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_sta_mgt.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_sta_mgt.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_sta_mgt.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_ap.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_ap.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_ap.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
/root/rtl8188eus/core/rtw_ap.c: In function ‘rtw_add_bcn_ie’:
/root/rtl8188eus/core/rtw_ap.c:193:25: warning: ‘ielen’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  193 |  if (p != NULL && ielen > 0) {
      |                   ~~~~~~^~~
  CC [M]  /root/rtl8188eus/core/mesh/rtw_mesh.o
  CC [M]  /root/rtl8188eus/core/mesh/rtw_mesh_pathtbl.o
  CC [M]  /root/rtl8188eus/core/mesh/rtw_mesh_hwmp.o
  CC [M]  /root/rtl8188eus/core/rtw_xmit.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_xmit.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_xmit.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_p2p.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_p2p.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_p2p.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_rson.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_rson.c:22:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_rson.c:22:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_tdls.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_tdls.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_tdls.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_br_ext.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_br_ext.c:27:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_br_ext.c:27:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_iol.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_iol.c:16:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_iol.c:16:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_sreset.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_sreset.c:16:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_sreset.c:16:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_btcoex_wifionly.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_btcoex_wifionly.c:15:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_btcoex_wifionly.c:15:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_btcoex.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_btcoex.c:15:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_btcoex.c:15:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_beamforming.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_beamforming.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_beamforming.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_odm.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/include/rtw_odm.h:18,
                 from /root/rtl8188eus/core/rtw_odm.c:16:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/include/rtw_odm.h:18,
                 from /root/rtl8188eus/core/rtw_odm.c:16:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_rm.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_rm.c:16:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_rm.c:16:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/rtw_rm_fsm.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/rtw_rm_fsm.c:16:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/rtw_rm_fsm.c:16:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/core/efuse/rtw_efuse.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/core/efuse/rtw_efuse.c:17:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/core/efuse/rtw_efuse.c:17:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
  CC [M]  /root/rtl8188eus/os_dep/osdep_service.o
In file included from /root/rtl8188eus/include/drv_types.h:30,
                 from /root/rtl8188eus/os_dep/osdep_service.c:19:
/root/rtl8188eus/include/wifi.h:970: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
  970 | #define IEEE80211_MAX_AMPDU_BUF 0x40
      |
In file included from /root/rtl8188eus/include/osdep_service_linux.h:83,
                 from /root/rtl8188eus/include/osdep_service.h:50,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/os_dep/osdep_service.c:19:
/usr/src/linux-headers-5.3.0-kali2-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
1441 | #define IEEE80211_MAX_AMPDU_BUF  0x100
      |
/root/rtl8188eus/os_dep/osdep_service.c: In function ‘isFileReadable’:
/root/rtl8188eus/os_dep/osdep_service.c:2204:10: error: implicit declaration of function ‘get_ds’; did you mean ‘get_da’? [-Werror=implicit-function-declaration]
2204 |   set_fs(get_ds());
      |          ^~~~~~
      |          get_da
/root/rtl8188eus/os_dep/osdep_service.c:2204:10: error: incompatible type for argument 1 of ‘set_fs’
2204 |   set_fs(get_ds());
      |          ^~~~~~~~
      |          |
      |          int
In file included from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/uaccess.h:11,
                 from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/sched/task.h:11,
                 from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/sched/signal.h:9,
                 from /root/rtl8188eus/include/osdep_service.h:47,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/os_dep/osdep_service.c:19:
/usr/src/linux-headers-5.3.0-kali2-common/arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct <anonymous>’} but argument is of type ‘int’
   29 | static inline void set_fs(mm_segment_t fs)
      |                           ~~~~~~~~~~~~~^~
/root/rtl8188eus/os_dep/osdep_service.c: In function ‘retriveFromFile’:
/root/rtl8188eus/os_dep/osdep_service.c:2242:11: error: incompatible type for argument 1 of ‘set_fs’
2242 |    set_fs(get_ds());
      |           ^~~~~~~~
      |           |
      |           int
In file included from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/uaccess.h:11,
                 from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/sched/task.h:11,
                 from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/sched/signal.h:9,
                 from /root/rtl8188eus/include/osdep_service.h:47,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/os_dep/osdep_service.c:19:
/usr/src/linux-headers-5.3.0-kali2-common/arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct <anonymous>’} but argument is of type ‘int’
   29 | static inline void set_fs(mm_segment_t fs)
      |                           ~~~~~~~~~~~~~^~
/root/rtl8188eus/os_dep/osdep_service.c: In function ‘storeToFile’:
/root/rtl8188eus/os_dep/osdep_service.c:2277:11: error: incompatible type for argument 1 of ‘set_fs’
2277 |    set_fs(get_ds());
      |           ^~~~~~~~
      |           |
      |           int
In file included from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/uaccess.h:11,
                 from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/sched/task.h:11,
                 from /usr/src/linux-headers-5.3.0-kali2-common/include/linux/sched/signal.h:9,
                 from /root/rtl8188eus/include/osdep_service.h:47,
                 from /root/rtl8188eus/include/drv_types.h:27,
                 from /root/rtl8188eus/os_dep/osdep_service.c:19:
/usr/src/linux-headers-5.3.0-kali2-common/arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct <anonymous>’} but argument is of type ‘int’
   29 | static inline void set_fs(mm_segment_t fs)
      |                           ~~~~~~~~~~~~~^~
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-headers-5.3.0-kali2-common/scripts/Makefile.build:286: /root/rtl8188eus/os_dep/osdep_service.o] Ошибка 1
make[2]: *** [/usr/src/linux-headers-5.3.0-kali2-common/Makefile:1639: _module_/root/rtl8188eus] Ошибка 2
make[1]: *** [/usr/src/linux-headers-5.3.0-kali2-common/Makefile:179: sub-make] Ошибка 2
make[1]: выход из каталога «/usr/src/linux-headers-5.3.0-kali2-amd64»
make: *** [Makefile:2286: modules] Ошибка 2
Это с bc и libreadline7
 
Это с bc и libreadline7
Понял. Честно больше не знаю, что можно посоветовать. Покапал гугл, недавно создавали с похожей ситуацией тему Ошибка при переводе адаптера tl-wn722n v3 в режим мониторинга на kali linux с ядром 5.3.0

Поспрашивайте у людей в той теме, возможно подскажут. Мои полномочия на этом все... окончены.
 
Понял. Честно больше не знаю, что можно посоветовать. Покапал гугл, недавно создавали с похожей ситуацией тему Ошибка при переводе адаптера tl-wn722n v3 в режим мониторинга на kali linux с ядром 5.3.0

Поспрашивайте у людей в той теме, возможно подскажут. Мои полномочия на этом все... окончены.
Зашел на этот вопрос,оказалась драйвера которые я устанавливал были не для того ядра который был у меня,и я установил для "моего".Спасибо за помощь!
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!