Page 6 of 9
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Wed Aug 26, 2020 12:34 pm
by aldQueiroz
Hi, folks.
I've got the very same trouble with another old machine I'm installing MX Linux 19.2 (running with kernel 5.4.0-3-amd64); it is meant to connect Internet through WiFi using that USB WiFi dongle, but it doesn't recognize it, probably due to driver missing... I have copied all the content from the CD which comes with the device (surprisingly, it supplies even the driver for Linux, but it comes as .tar.gz file ...!), and it is the same model rtl8188EUS.
Any tip about how to install the driver from that media?
Or, instead, would be easier to download it from GitHub and follow the procedures described herewith above?...
Thanks in advance!
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Wed Aug 26, 2020 12:42 pm
by Huckleberry Finn
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 8:44 am
by aldQueiroz
Thanks for your attention, pal. I've followed all procedures described, and everything seemed to run smoothly. But unfortunately it didn't work; No wireless yet...
However, it is there! This the result of
:
Code: Select all
T: Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev≠= 4 Spd=480 MxXh= 0
D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0bda ProdID=f179 Rev=00.00
S: Manufacturer=Realtek
S: Product=802.11n
S: SerialNumber=00E0202FD755
C: #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=500mA
I: If#=0x0 Alt= 0 #EPs= 3 Xls=ff(vend.) Sub=ff Prot=ff Driver=rtl8188fu
Indeed, the driver was installed, but, I couldn't make it to connect at my Wifi... What am I doing wrong?...
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 8:56 am
by Huckleberry Finn
In fact, that was just according to the model name (nothing to lose) but the best is the QSI or at least
or
lsusb when the device is attached, so that we know the exact chip no and what's needed ...
Also, have you right-clicked on the Network icon on panel? (Check all 3 boxes: "Enable ..." )
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 9:23 am
by aldQueiroz
Huckleberry Finn wrote: Thu Aug 27, 2020 8:56 am
In fact, that was just according to the model name (nothing to lose) but the best is the QSI or at least
or
lsusb when the device is attached, so that we know the exact chip no and what's needed ...
Also, have you right-clicked on the Network icon on panel? (Check all 3 boxes: "Enable ..." )
Thanks again, pal!
I have this at the machine:
Code: Select all
pedro_lucas@bento:~
$ inxi -Nxxx
Network: Device-1: NVIDIA MCP61 Ethernet vendor: Micro-Star MSI type: network bridge
driver: forcedeth v: kernel port: ee00 bus ID: 00:07.0 chip ID: 10de:03ef
Device-2: Realtek type: USB driver: rtl8188fu bus ID: 1-2:2 chip ID: 0bda:f179
serial: 00E0202FD755
pedro_lucas@bento:~
$
And yes, I've right-clicked on the Network icon and set WiFi enabled... But no luck so far...
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 9:27 am
by Huckleberry Finn
Thank you, too. Sadly this shows only wired (ethernet) card. What about lsusb ? (when the device is attached)
Edit: Saw you edited the post above and it's here:
Vendor=0bda ProdID=
f179
Driver=rtl8188fu
So, it's exactly the same device with the correct driver. Then, there must be something else.
Oh: If you didn't:
If not again, enter Bios Settings and check if there's something "disabled" related to "network" ... (Also check if there's a tiny wireless button to switch off/on or the Fn Keys)
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 10:59 am
by aldQueiroz
Huckleberry Finn wrote: Thu Aug 27, 2020 9:27 am
Thank you, too. Sadly this shows only wired (ethernet) card. What about lsusb ? (when the device is attached)
Edit: Saw you edited the post above and it's here:
Vendor=0bda ProdID=
f179
Driver=rtl8188fu
So, it's exactly the same device with the correct driver. Then, there must be something else.
Oh: If you didn't:
If not again, enter Bios Settings and check if there's something "disabled" related to "network" ... (Also check if there's a tiny wireless button to switch off/on or the Fn Keys)
Ok, I've got this:
Code: Select all
pedro_lucas@bento:~
$ lsusb
Bus 001 Device 002: ID 0bda:f179 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 10c4:8108 Cygnal Integrated Products, Inc.
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
pedro_lucas@bento:~
$ rfkill unblock all
pedro_lucas@bento:~
$
The command "rfkill" didn't show any effect... This machine (I'm typing right now on it, but using Ethernet...) is a old desktop...
Code: Select all
$ inxi
CPU: Single Core AMD Sempron LE-1250 (-UP-) speed: 2210 MHz Kernel: 5.4.0-3-amd64 x86_64
Up: 1h 27m Mem: 1135.4/2932.3 MiB (38.7%) Storage: 232.88 GiB (6.8% used) Procs: 166
Shell: bash 5.0.3 inxi: 3.0.36
... without built-in Wifi! I'm trying to make it usable again using MX Linux, for a 8 years old nephew...
Well, here I go reboot the machine, take a look at BIOS trying to find out what is missing... I'll report what I eventually find...
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 12:54 pm
by Huckleberry Finn
aldQueiroz wrote: Thu Aug 27, 2020 10:59 am
The command "rfkill" didn't show any effect...
That's normal. It gives no output, but silently unblocks if there's something "soft-blocked". It should be fine after reboot :)
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 12:56 pm
by aldQueiroz
Ok, I've plugged the wire to my own Desktop, so I can work and do handle other stuffs; the older desktop (SEMPRON) keeps not connecting through Wifi; however, and quite oddly, I've found out the dongle is working! It finds my Wifi net (and others around), but it fails to connect!! I've checked the usual details about SSID, band (2,4 gHz), security (WPA, WPA2), password... and nothing! The 'connecting' icon just goes round and round, and fails to connect. It fails even with the open Wifi net in the neighborhood...
Just to put a few of "gasoline on the fire": I've found this site referring to rtl8188EU wireless adapters; They have being problematic to work properly in Linux, indeed...
https://www.thelinuxrain.com/articles/g ... k-chipsets
Re: Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Posted: Thu Aug 27, 2020 1:04 pm
by Huckleberry Finn
So, the driver is loaded and the device's working.
I'd say this from the beginning: From Menu : Session and Startup => Autostart Apps: uncheck Bluetooth (Blueman) (so that it won't conflict with the wi-fi)
https://docs.xfce.org/_media/xfce/xfce4 ... ostart.png
P.S. The names are similar but that one is another model with a different chip number. We also solved that several times in the forum :)
You can also:
Code: Select all
echo "blacklist rtl8xxxu" | sudo tee -a /etc/modprobe.d/rtl8xxxu.conf
Reboot.