Fedora 19 doesn't detect wireless card on lenovo yoga 13
Fedora 19 is no detecting the wireless card on Lenovo Yoga 13. How can I fix it?
Fedora 19 is no detecting the wireless card on Lenovo Yoga 13. How can I fix it?
On a Yoga 13, using Fedora 20 x64, with Kernel versions 3.13-3.14, I was very successful with:
git clone https://github.com/lwfinger/rtl8723au
cd rtl8723au
make
sudo make install
sudo reboot
@sebgod would you know why it does not work on the yoga 11s kernel 3.15.10-201?
Huh, probably an internal kernel thing. Best thing is to submit a bug. NOT safe to mess around with de kernel unless you're an expert-at-messing-things-up like me. :P
Try this:
sudo modprobe -r ideapad_laptop
And should that work for you, you can make it permanent by doing this:
sudo echo "blacklist ideapad_laptop" > /etc/modprobe.d/ideapad_wlan-blacklist.conf
Then reboot.
Go to http://wireless.kernel.org/en/users and download a driver for the wireless card.
Asked: 2013-10-25 14:12:41 -0600
Seen: 1,704 times
Last updated: Jun 14 '14
bluetooth driver not working with lenovo p591 broadcom BCM43142
wifi not showing open network under scan result
wifi connection drops and disconnects in fedora 21 on lenovo g50 laptop
how to create a wifihotspot in fedora 20 xfce
Free fedora machine required on cloud
First try: lspci | grep -i wireless
Have you installed all the necessary packages? Like
kmod-wl
from the RPMFusion repository.As wintermute said, make sure the card is detected. It is probably detected, but doesn't have a driver. Follow this link to get the wifi going if the card is detected: http://askubuntu.com/questions/318608/lenovo-yoga-13-realtek-wireless-driver