Closed SmillerMP closed 3 years ago
@SmillerMP Sure;
git pull && make clean && make -j4 && make install
@kimocoder thank you, but now i have other problem
I already put the drivers on the blacklist
and make and install
but now the system does not recognize my adapter
and I already restarted my computer
help plis :)
Need some outputs;
uname -a
lsusb
dmesg | tail
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
@kimocoder amm i have the tl-wn722n v3 with the rtl8188eus the RTL8723DE its other
output from "rfkill list"
And plug the adapter, then run "dmeg | tail" straight after
okay i run the comand before and after to conect de adapter
when it is connected it also gives this
@SmillerMP Sure;
git pull && make clean && make -j4 && make install
Do this again. I've added the VID/PID.
ready!!
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
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
This comes out, but it's not that important, so thanks
i try to install but...
@kimocoder can you help me?