Quantcast
Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Support Alfa AWUS036ACH treiber problem?!

Oxidat

Ist gelegentlich hier
Registriert
28. Juni 2017
Beiträge
41
Reaktionspunkte
5
Punkte
28
Hallo
Ich habe mir mal eine neue Antenne gegönnt nur bekomme ich sie nicht zum laufen...
habe folgendes gefunden,nur wenn ich es ausführe kommen nur Fehlermeldungen .
Nutze Kali 2017.2.
Es handelt sich um dieses gute Stück







Code:
root@trol:~# lsusb

Bus 002 Device 002: ID 8087:8000 Intel Corp.

Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 001 Device 002: ID 8087:8008 Intel Corp.

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

Bus 003 Device 003: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter

Bus 003 Device 002: ID 0bda:b728 Realtek Semiconductor Corp.

Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

root@trol:~# uname -r

4.13.0-kali1-amd64

root@trol:~# cd Desktop

root@trol:~/Desktop# git clone https://github.com/astsam/rtl8812au.git

Cloning into 'rtl8812au'...

remote: Counting objects: 2059, done.

remote: Total 2059 (delta 0), reused 0 (delta 0), pack-reused 2059

Receiving objects: 100% (2059/2059), 5.83 MiB | 3.80 MiB/s, done.

Resolving deltas: 100% (1394/1394), done.

root@trol:~/Desktop# ls

 BANkDatEN.txt                            airgeddon                                  rtl8812au

 BroadcomInstaller2017                    fluxion-2                                  wifi-cracking

 CREW.txt                                 fluxion3                                   wifiphisher

'Installation for linux driver_RTL.pdf'   rtl8188EUS_linux_v4.3.0.8_13968.20150417   wpa2

root@trol:~/Desktop# cd rtl8188EUS_linux_v4.3.0.8_13968.20150417

root@trol:~/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417# ls

Kconfig  Makefile  clean  core  hal  ifcfg-wlan0  include  os_dep  platform  runwpa  wlan0dhcp  wpa_0_8.conf

root@trol:~/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417# make

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.13.0-kali1-amd64/build M=/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417  modules

make[1]: Entering directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

  CC [M]  /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o

In file included from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/drv_types.h:32:0,

                from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.c:22:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘thread_enter’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:342:2: error: implicit declaration of function ‘allow_signal’ [-Werror=implicit-function-declaration]

  allow_signal(SIGTERM);

  ^~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘flush_signals_thread’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:352:6: error: implicit declaration of function ‘signal_pending’ [-Werror=implicit-function-declaration]

  if (signal_pending (current))

     ^~~~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:354:3: error: implicit declaration of function ‘flush_signals’ [-Werror=implicit-function-declaration]

   flush_signals(current);

   ^~~~~~~~~~~~~

cc1: some warnings being treated as errors

/usr/src/linux-headers-4.13.0-kali1-common/scripts/Makefile.build:307: recipe for target '/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o' failed

make[4]: *** [/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o] Error 1

/usr/src/linux-headers-4.13.0-kali1-common/Makefile:1529: recipe for target '_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417' failed

make[3]: *** [_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417] Error 2

Makefile:145: recipe for target 'sub-make' failed

make[2]: *** [sub-make] Error 2

Makefile:8: recipe for target 'all' failed

make[1]: *** [all] Error 2

make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

Makefile:1367: recipe for target 'modules' failed

make: *** [modules] Error 2

root@trol:~/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417# make RTL8814=1

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.13.0-kali1-amd64/build M=/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417  modules

make[1]: Entering directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

  CC [M]  /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o

In file included from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/drv_types.h:32:0,

                from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.c:22:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘thread_enter’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:342:2: error: implicit declaration of function ‘allow_signal’ [-Werror=implicit-function-declaration]

  allow_signal(SIGTERM);

  ^~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘flush_signals_thread’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:352:6: error: implicit declaration of function ‘signal_pending’ [-Werror=implicit-function-declaration]

  if (signal_pending (current))

     ^~~~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:354:3: error: implicit declaration of function ‘flush_signals’ [-Werror=implicit-function-declaration]

   flush_signals(current);

   ^~~~~~~~~~~~~

cc1: some warnings being treated as errors

/usr/src/linux-headers-4.13.0-kali1-common/scripts/Makefile.build:307: recipe for target '/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o' failed

make[4]: *** [/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o] Error 1

/usr/src/linux-headers-4.13.0-kali1-common/Makefile:1529: recipe for target '_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417' failed

make[3]: *** [_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417] Error 2

Makefile:145: recipe for target 'sub-make' failed

make[2]: *** [sub-make] Error 2

Makefile:8: recipe for target 'all' failed

make[1]: *** [all] Error 2

make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

Makefile:1367: recipe for target 'modules' failed

make: *** [modules] Error 2

root@trol:~/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417# make DEBUG=1

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.13.0-kali1-amd64/build M=/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417  modules

make[1]: Entering directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

  CC [M]  /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o

In file included from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/drv_types.h:32:0,

                from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.c:22:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘thread_enter’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:342:2: error: implicit declaration of function ‘allow_signal’ [-Werror=implicit-function-declaration]

  allow_signal(SIGTERM);

  ^~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘flush_signals_thread’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:352:6: error: implicit declaration of function ‘signal_pending’ [-Werror=implicit-function-declaration]

  if (signal_pending (current))

     ^~~~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:354:3: error: implicit declaration of function ‘flush_signals’ [-Werror=implicit-function-declaration]

   flush_signals(current);

   ^~~~~~~~~~~~~

cc1: some warnings being treated as errors

/usr/src/linux-headers-4.13.0-kali1-common/scripts/Makefile.build:307: recipe for target '/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o' failed

make[4]: *** [/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o] Error 1

/usr/src/linux-headers-4.13.0-kali1-common/Makefile:1529: recipe for target '_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417' failed

make[3]: *** [_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417] Error 2

Makefile:145: recipe for target 'sub-make' failed

make[2]: *** [sub-make] Error 2

Makefile:8: recipe for target 'all' failed

make[1]: *** [all] Error 2

make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

Makefile:1367: recipe for target 'modules' failed

make: *** [modules] Error 2

root@trol:~/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417# make RTL8814=1 DEBUG=1

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.13.0-kali1-amd64/build M=/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417  modules

make[1]: Entering directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

"******************************************"

"NO SKRC,we will use default KSRC"

"******************************************"

  CC [M]  /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o

In file included from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/drv_types.h:32:0,

                from /root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.c:22:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘thread_enter’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:342:2: error: implicit declaration of function ‘allow_signal’ [-Werror=implicit-function-declaration]

  allow_signal(SIGTERM);

  ^~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h: In function ‘flush_signals_thread’:

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:352:6: error: implicit declaration of function ‘signal_pending’ [-Werror=implicit-function-declaration]

  if (signal_pending (current))

     ^~~~~~~~~~~~~~

/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/include/osdep_service.h:354:3: error: implicit declaration of function ‘flush_signals’ [-Werror=implicit-function-declaration]

   flush_signals(current);

   ^~~~~~~~~~~~~

cc1: some warnings being treated as errors

/usr/src/linux-headers-4.13.0-kali1-common/scripts/Makefile.build:307: recipe for target '/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o' failed

make[4]: *** [/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417/core/rtw_cmd.o] Error 1

/usr/src/linux-headers-4.13.0-kali1-common/Makefile:1529: recipe for target '_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417' failed

make[3]: *** [_module_/root/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417] Error 2

Makefile:145: recipe for target 'sub-make' failed

make[2]: *** [sub-make] Error 2

Makefile:8: recipe for target 'all' failed

make[1]: *** [all] Error 2

make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-kali1-amd64'

Makefile:1367: recipe for target 'modules' failed

make: *** [modules] Error 2

root@trol:~/Desktop/rtl8188EUS_linux_v4.3.0.8_13968.20150417#

Code:
root@trol:~# airmon-ng

PHY    Interface    Driver        Chipset

phy0    wlan0        rtl8723be    Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
phy1    wlan1        rtl8812au    Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter

root@trol:~# airmon-ng start wlan1

Found 3 processes that could cause trouble.
If airodump-ng, aireplay-ng or airtun-ng stops working after
a short period of time, you may want to run 'airmon-ng check kill'

  PID Name
  642 NetworkManager
  688 wpa_supplicant
  705 dhclient

PHY    Interface    Driver        Chipset

phy0    wlan0        rtl8723be    Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
phy1    wlan1        rtl8812au    Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
cat: /sys/class/ieee80211/phy1/device/net/wlan1mon/type: No such file or directory

Newly created monitor mode interface wlan1mon is *NOT* in monitor mode.
Removing non-monitor wlan1mon interface...

WARNING: unable to start monitor mode, please run "airmon-ng check kill"
root@trol:~#

Push
 
Gib doch mal bitte dies in eine Suchmaschine Deiner Wahl ein:

Kali 2017.2 ALFA AWUS036ACH

Möglicherweise sind gleich die ersten drei "Angebote" für Dich interessant; da es sich um Foren mit gleichartigen Themen wie das DEB handelt, verzichte ich auf die Verlinkung.

Gruß

Fisher
 
oder er die Spannung stimmt nicht, diese Sticks sind sehr empfindlich auf die Länge der USB Kabel.
 
Code:
For setting monitor mode

 
[LIST=1]
[*]Fix problematic interference in monitor mode.
[/LIST]
airmon-ng check kill
 You may also uncheck the box "Automatically connect to this network  when it is avaiable" in nm-connection-editor. This only works if you  have a saved wifi connection.

 
[LIST=1]
[*]Set interface down
[/LIST]
sudo ip link set wlan0 down
 
[LIST=1]
[*]Set monitor mode
[/LIST]
sudo iw dev wlan0 set type monitor
 
[LIST=1]
[*]Set interface up
[/LIST]
sudo ip link set wlan0 up

Aber tx-power lässt sich nicht verändern....

Code:
For setting TX power

 sudo iwconfig wlan0 txpower 30
 or

 sudo iw wlan0 set txpower fixed 3000

und das mit dem tx power haut auch nicht hn....hat da wer eine lösung?
 
Zurück
Oben