Realtek 8188eus(after getting a solution actually rtl8188fu) wifi usb not detected after driver make and install
Re: Realtek 8188eus wifi usb not detected after driver make and install
Installing a driver wouldn't usually cause any issue like that. If it's not the correct one the relevant hardware just wouldn't work.
Did you do anything else? Hard shutdown perhaps?
Did you do anything else? Hard shutdown perhaps?
Re: Realtek 8188eus wifi usb not detected after driver make and install
After installing the driver I rebooted then nothing opened whatever I opened it crashed brave crashed,falkon crashed, so opened terminal and run the uninstall script from GitHub page and reboot. Now whole system is in the state in mentioned before. It freezes now so I have to reboot again. And it's same till now.
Re: Realtek 8188eus wifi usb not detected after driver make and install
Could be a kernel issue. That 4.19.0-6 kernel is outdated and vulnerable anyway. You should install Debian 64 bit (4.19) which at this time is 4.19.0-10, from MX Package Installer, Popular Apps, Kernels category. Then run MX Boot Options and select it as the default, then click Apply and reboot. If that doesn't fix your lockups you have something else wrong with your installation that probably isn't even related to wifi drivers.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.
Re: Realtek 8188eus wifi usb not detected after driver make and install
Another thing I see: per your Quick System Info your CPU temperature was 54 degrees and the maximum temperature allowed by your CPU before it does a thermal shutdown is 67.4 degrees. However, temperatures reported by inxi aren't necessarily all that accurate. I recommend that you right-click on your panel and install the sensors plugin or change your conky to one that shows CPU temperature and monitor it. It's possible that your browsers combined with whatever websites your loading are causing your CPU temperature to climb too high and that's what's causing the problem. 54 degrees seems rather high for a desktop computer's CPU: mine only gets that hot when it's under a big load.
https://ark.intel.com/content/www/us/en ... 0-ghz.html
https://ark.intel.com/content/www/us/en ... 0-ghz.html
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.
Re: Realtek 8188eus wifi usb not detected after driver make and install
I can't even open terminal now it's that unstable. I have a live usb.JayM wrote: Mon Aug 10, 2020 12:22 am Could be a kernel issue. That 4.19.0-6 kernel is outdated and vulnerable anyway. You should install Debian 64 bit (4.19) which at this time is 4.19.0-10, from MX Package Installer, Popular Apps, Kernels category. Then run MX Boot Options and select it as the default, then click Apply and reboot. If that doesn't fix your lockups you have something else wrong with your installation that probably isn't even related to wifi drivers.
Re: Realtek 8188eus wifi usb not detected after driver make and install
It's a freezed screen. And that is right after boot ,it freezes there.JayM wrote: Mon Aug 10, 2020 12:33 am Another thing I see: per your Quick System Info your CPU temperature was 54 degrees and the maximum temperature allowed by your CPU before it does a thermal shutdown is 67.4 degrees. However, temperatures reported by inxi aren't necessarily all that accurate. I recommend that you right-click on your panel and install the sensors plugin or change your conky to one that shows CPU temperature and monitor it. It's possible that your browsers combined with whatever websites your loading are causing your CPU temperature to climb too high and that's what's causing the problem. 54 degrees seems rather high for a desktop computer's CPU: mine only gets that hot when it's under a big load.
https://ark.intel.com/content/www/us/en ... 0-ghz.html
It is definitely due to installing and uninstalling drivers please refer GitHub page you will understand what happened due to it.
Re: Realtek 8188eus wifi usb not detected after driver make and install
Now I have loaded 19.1 patito feo from my live usb. Still will check drivers once again.
Re: Realtek 8188eus wifi usb not detected after driver make and install
0bda:f179 => rtl8188fu
Code: Select all
git clone https://github.com/kelebek333/rtl8188fu
Code: Select all
sudo dkms add ./rtl8188fu ; sudo dkms build rtl8188fu/1.0 ; sudo dkms install rtl8188fu/1.0
Code: Select all
sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
Code: Select all
sudo mkdir -p /etc/modprobe.d/ ; sudo touch /etc/modprobe.d/rtl8188fu.conf
Code: Select all
echo "options rtl8188fu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/rtl8188fu.conf
Re: Realtek 8188eus wifi usb not detected after driver make and install
This what I did earlier right after last command I rebooted and from then on all apps were crashing and then I uninstalled drivers as commands from rtl8188eus GitHub and then it was totally unresponsive and resource hog.Huckleberry Finn wrote: Mon Aug 10, 2020 8:37 am 0bda:f179 => rtl8188fu
Code: Select all
git clone https://github.com/kelebek333/rtl8188fu
Code: Select all
sudo dkms add ./rtl8188fu ; sudo dkms build rtl8188fu/1.0 ; sudo dkms install rtl8188fu/1.0
Code: Select all
sudo cp ./rtl8188fu/firmware/rtl8188fufw.bin /lib/firmware/rtlwifi/
Code: Select all
sudo mkdir -p /etc/modprobe.d/ ; sudo touch /etc/modprobe.d/rtl8188fu.conf
Code: Select all
echo "options rtl8188fu rtw_power_mgnt=0 rtw_enusbss=0" | sudo tee /etc/modprobe.d/rtl8188fu.conf
Re: Realtek 8188eus wifi usb not detected after driver make and install
I,too think that the issue shouldn't be related to installing a driver. Also this one is proven to work (not only with MX).
"Maybe" for you have 2 additional repos.. or something else ...
If it was a clean MX install and then you installed the driver this way, I've no doubt it would work flawlessly... (Maybe you try that on a tiny partition, say 8 GB ).
"Maybe" for you have 2 additional repos.. or something else ...
If it was a clean MX install and then you installed the driver this way, I've no doubt it would work flawlessly... (Maybe you try that on a tiny partition, say 8 GB ).