Can Someone Guide me on Downloading and compiling a driver for my wifi card?
I tried the following link or the source but it does not work:-
https://github.com/tianon/linux-rtlwifi-8188ce/archive/master.zip
Driver For Realtek RTL 8188CE WiFi Adapter
(3 posts) (2 voices)-
Posted 9 years ago #
-
All commands as root.
Slitaz iso does not include realtek firmware:
Download/Install http://mirror.slitaz.org/packages/5.0/firmware-rtlwifi-20141201.tazpkg
tazpkg install firmware-rtlwifi-20141201.tazpkg
Slitaz-5.0/rolling has the compiled driver included in linux-wireless if you boot into gtkonly or core.
Unload/load driver after installing firmware.
modprobe -r rtl8192ce && modprobe rtl8192ce
Applications/Preferences/WiFi configurationIf you require more help post the output:
lspci -nn
uname -a
lsmod
ls /sys/class/net
iwconfig
cat /etc/network.conf
ifconfig
Posted 9 years ago # -
I followed the commands and have working wifi! thank you!
Posted 9 years ago #
Reply
You must log in to post.