Is That possible, two MX in grub?if yes is it a dual boot ?Huckleberry Finn wrote: Tue Aug 11, 2020 8:37 am 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 ).
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
Re: Realtek 8188eus wifi usb not detected after driver make and install
Yep. No matter both are same versions..
Anyway, on Grub you'll see them as "MX 19 blahblah on sdaX" and "MX .. on sdaY"
You can also label their partitions on Gparted, say, the current one as MX and the new one as TEST or so ... that will make things easier in general, to recognize which is which..
Anyway, on Grub you'll see them as "MX 19 blahblah on sdaX" and "MX .. on sdaY"
You can also label their partitions on Gparted, say, the current one as MX and the new one as TEST or so ... that will make things easier in general, to recognize which is which..
Re: Realtek 8188eus wifi usb not detected after driver make and install
that would help me a from a lot of trouble i have mostly broken my instances quite frequentlyHuckleberry Finn wrote: Tue Aug 11, 2020 9:49 am Yep. No matter both are same versions..
Anyway, on Grub you'll see them as "MX 19 blahblah on sdaX" and "MX .. on sdaY"
You can also label their partitions on Gparted, say, the current one as MX and the new one as TEST or so ... that will make things easier in general, to recognize which is which..
Re: Realtek 8188eus wifi usb not detected after driver make and install
I have a test MX running without swap my query is,Huckleberry Finn wrote: Tue Aug 11, 2020 8:37 am 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 ).
Do I need to apt update and upgrade before installing drivers?
And update to kernel 4.19 0-10?
Re: Realtek 8188eus wifi usb not detected after driver make and install
Not a must but would be better. (recommended by me :) )
P.S. You can even install the 5.6 kernel from MXPI .
P.S. You can even install the 5.6 kernel from MXPI .
Re: Realtek 8188eus wifi usb not detected after driver make and install
i made a second instance of mx 19.1 fresh intall, upated and upgraded, then changed kernel debian 4.19 0-10, then rebooted, and then ran the quoted commands one by one, and now i can have wireless connection thanks huckleberry finn,jaym and sunrat. you guys are awesome.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
this post is officially solved
Re: [SOLVED]Realtek 8188eus wifi usb not detected after driver make and install
If this is solved to your satisfaction, could you please edit your original post #1 at the very top of the topic by clicking the pencil tip icon, the one circled in red in my screenshot image below (yours won't have the red circle)

and add [SOLVED] at the front of the subject? This will make it easier for others when they search the forum looking for a solution to the same problem. Thanks.

and add [SOLVED] at the front of the subject? This will make it easier for others when they search the forum looking for a solution to the same problem. Thanks.
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: [SOLVED]Realtek 8188eus wifi usb not detected after driver make and install
P.S. In case you decide to remove one of the MXs and let one only, you may need to start MX Boot Repair first and give the Grub's control to the one that will stay. (Or later do it on live-session if you forget doing that).
https://ibb.co/sjd3X1q => https://ibb.co/6W31fCc => https://ibb.co/NVRpYgQ
Also remember that you can take a snapshot with "MX Snapshot" when everything's fine, and have your own iso under your hand somewhere, so you won't need to do them again and again ..
https://ibb.co/sjd3X1q => https://ibb.co/6W31fCc => https://ibb.co/NVRpYgQ
Also remember that you can take a snapshot with "MX Snapshot" when everything's fine, and have your own iso under your hand somewhere, so you won't need to do them again and again ..
Re: [SOLVED]Realtek 8188eus wifi usb not detected after driver make and install
after i make the snapshot in a pendrive will it load as live if i save it in a usb stick?Huckleberry Finn wrote: Wed Aug 12, 2020 3:14 am P.S. In case you decide to remove one of the MXs and let one only, you may need to start MX Boot Repair first and give the Grub's control to the one that will stay. (Or later do it on live-session if you forget doing that).
https://ibb.co/sjd3X1q => https://ibb.co/6W31fCc => https://ibb.co/NVRpYgQ
Also remember that you can take a snapshot with "MX Snapshot" when everything's fine, and have your own iso under your hand somewhere, so you won't need to do them again and again ..