Tiny Core Base > piCore Test Releases
piCore-5.2.1rc2
bmarkus:
I will make it and you can test
Gerrelt:
Allright, just tell me when I can start testing.
Paul_123:
--- Quote from: bmarkus on March 13, 2014, 02:47:15 PM ---As far as I remember it was reported to work by Paul_123
In dmesg I do not see firmware download attempt. Was it OK with other version? If so send dmesg and lsmod
--- End quote ---
yes it did work in 5.2, so something changed in 5.2.1
There is no firmware file for rtl8192cu, it is all compiled in the module.
i can confirm the same issue, but it doesn't look like the driver changed.
But it doesn't look like the driver recommends using nl80211Here is the sample wpa script in the driver from 3.13.6
--- Code: ---if [ "`which iwconfig`" = "" ] ; then
echo "WARNING:Wireless tool not exist!"
echo " Please install it!"
exit
else
if [ `uname -r | cut -d. -f2` -eq 4 ]; then
wpa_supplicant -D ipw -c wpa1.conf -i wlan0
else
if [ `iwconfig -v |awk '{print $4}' | head -n 1` -lt 18 ] ; then
wpa_supplicant -D ipw -c wpa1.conf -i wlan0
else
wpa_supplicant -D wext -c wpa1.conf -i wlan0
fi
fi
fi
--- End code ---
bmarkus:
Updated wifi.tcz in repo. Now wpa_supplicant driver configured in /etc/sysconfig/wifi-wpadrv default to wext.
Please try.
sbp:
Hi bmarkus
Thanks, you fixed it, now both my Ralink and Realtek wifi adaptors are working perfectly.
Steen
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version