ulli-kroll / rtl8188fu

rtl8188fu driver for linux / rtlwifi prepare
GNU General Public License v2.0
60 stars 291 forks source link

it doesn't work with debian #11

Open Jammesy opened 4 years ago

Jammesy commented 4 years ago

hello after installing it the wifi is refusing to connect am using debian testing with kernel 5.4 and here is screenshot of the error log Screenshot-20200204-190508

gxanshu commented 3 years ago

well, i think if you are using debian then try this driver

kelebek333 commented 3 years ago

Try following commands.

su touch /etc/modprobe.d/rtl8188fu.conf echo "options rtl8188fu rtw_ips_mode=0" | tee /etc/modprobe.d/rtl8188fu.conf modprobe -r rtl8188fu modprobe rtl8188fu

gxanshu commented 3 years ago

Try following commands.

su touch /etc/modprobe.d/rtl8188fu.conf echo "options rtl8188fu rtw_ips_mode=0" | tee /etc/modprobe.d/rtl8188fu.conf modprobe -r rtl8188fu modprobe rtl8188fu

is it's work or not ?