Is the module actually present in your system? Perhaps you didn't install it correctly.
Code: Select all
lsmod | grep rtl8188
Is the module actually present in your system? Perhaps you didn't install it correctly.
Code: Select all
lsmod | grep rtl8188
Head_on_a_Stick wrote: Wed Jun 19, 2019 12:41 pmIs the module actually present in your system? Perhaps you didn't install it correctly.Code: Select all
lsmod | grep rtl8188
Code: Select all
$ lsmod | grep rtl8188
It should return the name of the driver if it is loaded. Showing nothing means it is not.vamsi wrote: Fri Jun 21, 2019 4:56 amit is not showing any error or message when i issued this commandCode: Select all
$ lsmod | grep rtl8188
Code: Select all
sudo modprobe rtl8188fu
sunrat wrote: Fri Jun 21, 2019 5:26 amIt should return the name of the driver if it is loaded. Showing nothing means it is not.vamsi wrote: Fri Jun 21, 2019 4:56 amit is not showing any error or message when i issued this commandCode: Select all
$ lsmod | grep rtl8188
Post the output from:Code: Select all
sudo modprobe rtl8188fu
Code: Select all
sudo modprobe rtl8188fu
modprobe: FATAL: Module rtl8188fu not found in directory /lib/modules/4.19.0-5-amd64