You are not logged in.
Pages: 1
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
Offline
All commands as root.
Slitaz iso does not include realtek firmware:
Download/Install http://mirror.slitaz.org/packages/5.0/firmware-rtlwifi-20141201.tazpkg
[c]tazpkg install firmware-rtlwifi-20141201.tazpkg[/c]
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.
[c]modprobe -r rtl8192ce && modprobe rtl8192ce[/c]
Applications/Preferences/WiFi configuration
If you require more help post the output:
[c]lspci -nn[/c]
[c]uname -a[/c]
[c]lsmod[/c]
[c]ls /sys/class/net[/c]
[c]iwconfig[/c]
[c]cat /etc/network.conf[/c]
[c]ifconfig[/c]
Offline
I followed the commands and have working wifi! thank you!
Offline
Pages: 1
[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]