Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux kali 5.2.0-kali2-686-pae #40

Open
naved78666 opened this issue Sep 23, 2019 · 4 comments
Open

Linux kali 5.2.0-kali2-686-pae #40

naved78666 opened this issue Sep 23, 2019 · 4 comments

Comments

@naved78666
Copy link

how to install this drive into Linux kali 5.2.0-kali2-686-pae.

@HebertAntoine
Copy link

I finally found a solution to the problem
gedit /etc/apt/sources.list
deb http://http.kali.org/kali kali-rolling main non-free contrib
apt update && apt upgrade
reboot
apt install -y bc linux-headers-amd64
git clone https://github.com/aircrack-ng/rtl8188eus.git
cd rtl8188eus
cp realtek_blacklist.conf /etc/modprobe.d
make && make install
reboot
iwconfig
iwconfig wlan0 mode monitor
iwconfig

@naved78666
Copy link
Author

ALL Works Good but always last i got error like this.
make.log
[
In file included from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/uaccess.h:11,
from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/crypto.h:21,
from /usr/src/linux-headers-5.2.0-kali2-common/include/crypto/hash.h:11,
from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/uio.h:10,
from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/socket.h:8,
from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/compat.h:15,
from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/ethtool.h:17,
from /usr/src/linux-headers-5.2.0-kali2-common/include/linux/netdevice.h:37,
from /var/lib/dkms/8188eu/1.2/build/include/osdep_service_linux.h:35,
from /var/lib/dkms/8188eu/1.2/build/include/osdep_service.h:41,
from /var/lib/dkms/8188eu/1.2/build/include/drv_types.h:32,
from /var/lib/dkms/8188eu/1.2/build/os_dep/osdep_service.c:24:
/usr/src/linux-headers-5.2.0-kali2-common/arch/x86/include/asm/uaccess.h:29:40: note: expected ‘mm_segment_t’ {aka ‘struct ’} but argument is of type ‘int’
static inline void set_fs(mm_segment_t fs)
~~~~~~~~~~~~~^~
cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-headers-5.2.0-kali2-common/scripts/Makefile.build:284: /var/lib/dkms/8188eu/1.2/build/os_dep/osdep_service.o] Error 1
make[3]: *** [/usr/src/linux-headers-5.2.0-kali2-common/Makefile:1610: module/var/lib/dkms/8188eu/1.2/build] Error 2
make[2]: *** [Makefile:179: sub-make] Error 2
make[1]: *** [Makefile:8: all] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.2.0-kali2-686-pae'
make: *** [Makefile:1365: modules] Error 2

@naved78666
Copy link
Author

sorry about logs.
finnaly drivers install.but now new error comes.and when i reboot kali linux my wifi settings is miss.cant find wifi setting.but when i remove realtek_blacklist.conf from etc/modprobe.d wifi will be enable and i can access my wifi. any solution.
and new errore is....
root@kali:~# iwconfig wlan0 mode monitor
Error for wireless request "Set Mode" (8B06) :
SET failed on device wlan0 ; Invalid argument.

@naved78666
Copy link
Author

wireless-info
wireless-info.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants