kimocoder / realtek_rtwifi

Realtek RTL8xxxU
https://www.aircrack-ng.org
68 stars 14 forks source link

make problem #5

Closed SmillerMP closed 3 years ago

SmillerMP commented 3 years ago

i try to install but... Captura de pantalla de 2020-12-28 14-44-29

@kimocoder can you help me?

kimocoder commented 3 years ago

@SmillerMP Sure;

git pull && make clean && make -j4 && make install

SmillerMP commented 3 years ago

@kimocoder thank you, but now i have other problem

I already put the drivers on the blacklist Captura de pantalla de 2020-12-28 16-40-02

and make and install Captura de pantalla de 2020-12-28 16-41-26

but now the system does not recognize my adapter

Captura de pantalla de 2020-12-28 16-42-15

and I already restarted my computer

help plis :)

kimocoder commented 3 years ago

Need some outputs;

uname -a lsusb dmesg | tail

SmillerMP commented 3 years ago

Captura de pantalla de 2020-12-28 16-54-38

kimocoder commented 3 years ago

And that is a RTL8723DE chipsets.. not supported by this repo, but rtw88 driver (the new one around) is a great driver by noe and for the future. rtw88 should support that chipset

SmillerMP commented 3 years ago

@kimocoder amm i have the tl-wn722n v3 with the rtl8188eus the RTL8723DE its other

kimocoder commented 3 years ago

output from "rfkill list"

And plug the adapter, then run "dmeg | tail" straight after

SmillerMP commented 3 years ago

okay i run the comand before and after to conect de adapter

Captura de pantalla de 2020-12-28 17-14-33

when it is connected it also gives this Captura de pantalla de 2020-12-28 17-16-54

kimocoder commented 3 years ago

@SmillerMP Sure;

git pull && make clean && make -j4 && make install

Do this again. I've added the VID/PID.

SmillerMP commented 3 years ago

ready!!

Captura de pantalla de 2020-12-28 18-01-13

If you can help me how to increase the txpower I would appreciate it

thank you so muchhhhh!! and thank you for maintaining and updating these codes

kimocoder commented 3 years ago

ip link set wlan123 down
iw dev wlan123 set type monitor' <br> 'ip link set wlan123 up
iw wlan123 set txpower fixed 3000

or instead of iw, with iwconfig;
iwconfig wlan123 txpower 22 eg

SmillerMP commented 3 years ago

Captura de pantalla de 2020-12-28 18-38-58

This comes out, but it's not that important, so thanks