- Jun 5, 2020
- 1,411
- 654
- Country
- United States
- Gender
- Female
- Faith
- Christian
- Marital Status
- Married
I just replaced my old computer with a Lenovo thinkpad. I switched to liex but can't get into y-fi. Any ideas?
Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.
Mint Cinnamon. As far as I know they are based off ubuntu.Hi,
What Linux? Ubuntu?
If you do inxi -Fxxxrza in a command window, under Network it should give wifi card info. You can take that here or to the Mint forum for help.
Mint Cinnamon. As far as I know they are based off ubuntu.
Awesome I have that to. On your toolbar down by the clock you will see a little thing like so:
![]()
If you click on that you should see your network(s). You can also put the cursor over each little icon and it will tell you the right one.
Hope this helps some
From what I've seen, Lenovo is a big fave among Linuxers. But worst case, you could plug in a $12 USB adapter and have wifi that way.My daughter says Lenovo have trouble with linex. They prefer microsoft. I hate Microsoft and if I can't fix it. I use my phone for Internet and transfer things to my computer afterward.
If @Taodeching's method doesn't work for you, there's this:
Realtek RTL8111/8168/8411 linux mint – Qwant Search.
I did that and got my card I info: device: realtak RTL8168/8411 PCI express gigabit ethernet
Driver: r8169
Kernsl 5-4-0-70- generic x86_64
Just by scanning the hits, it might be a kernel problem. How old is the machine? You might need an older kernel.
From what I've seen, Lenovo is a big fave among Linuxers. But worst case, you could plug in a $12 USB adapter and have wifi that way.
sudo apt-get install dkms git build-essential
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
sudo cp -r rtlwifi_new/firmware/rtlwifi/ /lib/firmware/rtlwifi/
echo "options rtl8723de ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723de.conf