hans_1234
2019-10-25 14:30 deepin
Edited by hans_1234 at 2019-10-25 06:32
hi granul
Every used hardware is started as a module (if I remember it right)
so look as user root in your favorite Terminal /Konsoleroot
enterCopy the Code
if rtl8812 / rtl8812au is your module
enterCopy the Code
to start / load this module
if the module is loaded correctly
you configure your wireless network
maybe via network-manager or other app
at the moment, i'm, working with linuxmint, debian, ubuntu, pclinuxos
in the next 2 weeks i will try deepin ...
Do you also activate your WLAN Hardware ( a little switch ) ?
(( if you dont have luck, you've get the sources and compile the driver ))
bye Hans
hi granul
Every used hardware is started as a module (if I remember it right)
so look as user root in your favorite Terminal /Konsoleroot
enter
- lsmod | grep rtl8812
if rtl8812 / rtl8812au is your module
enter
- modprobe rtl8812
- or
- insmod rtl8812
- or
- modeprobe rtl8812au
- or
- insmod rtl8812au
to start / load this module
if the module is loaded correctly
you configure your wireless network
maybe via network-manager or other app
at the moment, i'm, working with linuxmint, debian, ubuntu, pclinuxos
in the next 2 weeks i will try deepin ...
Do you also activate your WLAN Hardware ( a little switch ) ?
(( if you dont have luck, you've get the sources and compile the driver ))
bye Hans
Reply Like 0 View the author
Thank you